org.jboss.errai.workspaces.client.protocols
Enum LayoutCommands

java.lang.Object
  extended by java.lang.Enum<LayoutCommands>
      extended by org.jboss.errai.workspaces.client.protocols.LayoutCommands
All Implemented Interfaces:
Serializable, Comparable<LayoutCommands>

public enum LayoutCommands
extends Enum<LayoutCommands>


Enum Constant Summary
ActivateTool
           
CloseTab
           
DisposeWidget
           
GetActiveWidgets
           
GetInstances
           
GetWidget
           
Initialize
           
OpenNewTab
           
PublishTool
           
RegisterToolSet
           
RegisterWorkspaceEnvironment
           
SizeHints
           
 
Method Summary
 String getSubject()
           
static LayoutCommands valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LayoutCommands[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

OpenNewTab

public static final LayoutCommands OpenNewTab

CloseTab

public static final LayoutCommands CloseTab

RegisterWorkspaceEnvironment

public static final LayoutCommands RegisterWorkspaceEnvironment

RegisterToolSet

public static final LayoutCommands RegisterToolSet

GetWidget

public static final LayoutCommands GetWidget

DisposeWidget

public static final LayoutCommands DisposeWidget

PublishTool

public static final LayoutCommands PublishTool

ActivateTool

public static final LayoutCommands ActivateTool

GetActiveWidgets

public static final LayoutCommands GetActiveWidgets

SizeHints

public static final LayoutCommands SizeHints

Initialize

public static final LayoutCommands Initialize

GetInstances

public static final LayoutCommands GetInstances
Method Detail

values

public static LayoutCommands[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (LayoutCommands c : LayoutCommands.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static LayoutCommands valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getSubject

public String getSubject()


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.