org.sonar.api.workflow.screen
Class Screen

java.lang.Object
  extended by org.sonar.api.workflow.screen.Screen
Direct Known Subclasses:
CommentScreen

@Beta
public abstract class Screen
extends Object

Localization

At least two buttons must have labels :

Since:
3.1

Constructor Summary
protected Screen(String key)
           
 
Method Summary
 String getCommandKey()
           
 String getKey()
           
 Screen setCommandKey(String commandKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Screen

protected Screen(String key)
Method Detail

getKey

public final String getKey()

getCommandKey

public final String getCommandKey()

setCommandKey

public final Screen setCommandKey(String commandKey)


Copyright © 2009-2012 SonarSource. All Rights Reserved.