|
org.netbeans.api.visual 2.17.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ObjectSceneEventType>
org.netbeans.api.visual.model.ObjectSceneEventType
public enum ObjectSceneEventType
This enum is used for specifying events in which an object scene listener is interested.
| Enum Constant Summary | |
|---|---|
OBJECT_ADDED
Related to ObjectSceneListener.objectAdded method. |
|
OBJECT_FOCUS_CHANGED
Related to ObjectSceneListener.focusChanged method. |
|
OBJECT_HIGHLIGHTING_CHANGED
Related to ObjectSceneListener.highlightingChanged method. |
|
OBJECT_HOVER_CHANGED
Related to ObjectSceneListener.hoverChanged method. |
|
OBJECT_REMOVED
Related to ObjectSceneListener.objectRemoved method. |
|
OBJECT_SELECTION_CHANGED
Related to ObjectSceneListener.selectionChanged method. |
|
OBJECT_STATE_CHANGED
Related to ObjectSceneListener.objectStateChanged method. |
|
| Method Summary | |
|---|---|
static ObjectSceneEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ObjectSceneEventType[] |
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 |
|---|
public static final ObjectSceneEventType OBJECT_ADDED
public static final ObjectSceneEventType OBJECT_REMOVED
public static final ObjectSceneEventType OBJECT_STATE_CHANGED
public static final ObjectSceneEventType OBJECT_SELECTION_CHANGED
public static final ObjectSceneEventType OBJECT_HIGHLIGHTING_CHANGED
public static final ObjectSceneEventType OBJECT_HOVER_CHANGED
public static final ObjectSceneEventType OBJECT_FOCUS_CHANGED
| Method Detail |
|---|
public static final ObjectSceneEventType[] values()
for(ObjectSceneEventType c : ObjectSceneEventType.values())
System.out.println(c);
public static ObjectSceneEventType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
|
org.netbeans.api.visual 2.17.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||