com.jalios.jcmsplugin.virtualdesktop
Enum DesktopHandler.Action

java.lang.Object
  extended by java.lang.Enum<DesktopHandler.Action>
      extended by com.jalios.jcmsplugin.virtualdesktop.DesktopHandler.Action
All Implemented Interfaces:
Serializable, Comparable<DesktopHandler.Action>
Enclosing class:
DesktopHandler

public static enum DesktopHandler.Action
extends Enum<DesktopHandler.Action>

Actions performed by this handler


Enum Constant Summary
ADD_FEED
           
ADD_SERVICE
           
ADD_TAB
           
EDIT_SERVICE
           
REFRESH_SERVICE
           
REMOVE_SERVICE
           
REMOVE_TAB
           
REORDER_TAB
           
SAVE_TO_DEFAULT_DESKTOP
           
SELECT_TAB
           
UPDATE_COLUMNS
           
UPDATE_DESKTOP
           
UPDATE_SERVICE
           
UPDATE_TAB
           
 
Method Summary
static DesktopHandler.Action valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DesktopHandler.Action[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

UPDATE_DESKTOP

public static final DesktopHandler.Action UPDATE_DESKTOP

SAVE_TO_DEFAULT_DESKTOP

public static final DesktopHandler.Action SAVE_TO_DEFAULT_DESKTOP

ADD_TAB

public static final DesktopHandler.Action ADD_TAB

UPDATE_TAB

public static final DesktopHandler.Action UPDATE_TAB

REORDER_TAB

public static final DesktopHandler.Action REORDER_TAB

REMOVE_TAB

public static final DesktopHandler.Action REMOVE_TAB

SELECT_TAB

public static final DesktopHandler.Action SELECT_TAB

UPDATE_COLUMNS

public static final DesktopHandler.Action UPDATE_COLUMNS

ADD_SERVICE

public static final DesktopHandler.Action ADD_SERVICE

ADD_FEED

public static final DesktopHandler.Action ADD_FEED

UPDATE_SERVICE

public static final DesktopHandler.Action UPDATE_SERVICE

REFRESH_SERVICE

public static final DesktopHandler.Action REFRESH_SERVICE

EDIT_SERVICE

public static final DesktopHandler.Action EDIT_SERVICE

REMOVE_SERVICE

public static final DesktopHandler.Action REMOVE_SERVICE
Method Detail

values

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

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

valueOf

public static DesktopHandler.Action 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


Copyright © 2001-2007 Jalios SA. All Rights Reserved.