LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.data
Enum LyWorkSpaceEvent.Type

java.lang.Object
  extended by java.lang.Enum<LyWorkSpaceEvent.Type>
      extended by leon.data.LyWorkSpaceEvent.Type
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<LyWorkSpaceEvent.Type>
Enclosing class:
LyWorkSpaceEvent

public static enum LyWorkSpaceEvent.Type
extends java.lang.Enum<LyWorkSpaceEvent.Type>

Event types.


Enum Constant Summary
ADD
          ADD, the object of this event was added in the workspace.
CHANGE
          CHANGE, an object was changed.
COUNTER_CHANGE
          COUNTER_CHANGE, a counter of an object was changed.
ERROR_CHANGE
          ERROR_CHANGE, an object error state was changed.
REMOVE
          REMOVE, the object of this event was removed from the workspace.
SELECTION_CHANGE
          SELECTION_CHANGE, an object selection state was changed.
USER_EVENT
          USER_EVENT, an object error state was changed.
VISIBILITY_CHANGE
          VISIBILITY_CHANGE, an object visibility state was changed.
 
Method Summary
static LyWorkSpaceEvent.Type valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LyWorkSpaceEvent.Type[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ADD

public static final LyWorkSpaceEvent.Type ADD
ADD, the object of this event was added in the workspace.


REMOVE

public static final LyWorkSpaceEvent.Type REMOVE
REMOVE, the object of this event was removed from the workspace.


CHANGE

public static final LyWorkSpaceEvent.Type CHANGE
CHANGE, an object was changed. This notifies either a values change on the concerned object or a move of the object within the objects list.

Note that object position may also change if one of the modified fields is one of the fields specified in the list sort.


SELECTION_CHANGE

public static final LyWorkSpaceEvent.Type SELECTION_CHANGE
SELECTION_CHANGE, an object selection state was changed.


VISIBILITY_CHANGE

public static final LyWorkSpaceEvent.Type VISIBILITY_CHANGE
VISIBILITY_CHANGE, an object visibility state was changed.


ERROR_CHANGE

public static final LyWorkSpaceEvent.Type ERROR_CHANGE
ERROR_CHANGE, an object error state was changed.


USER_EVENT

public static final LyWorkSpaceEvent.Type USER_EVENT
USER_EVENT, an object error state was changed.


COUNTER_CHANGE

public static final LyWorkSpaceEvent.Type COUNTER_CHANGE
COUNTER_CHANGE, a counter of an object was changed.

Method Detail

values

public static LyWorkSpaceEvent.Type[] 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 (LyWorkSpaceEvent.Type c : LyWorkSpaceEvent.Type.values())
    System.out.println(c);

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

valueOf

public static LyWorkSpaceEvent.Type valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com