|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<WorkflowEvent.Type>
org.knime.core.node.workflow.WorkflowEvent.Type
public static enum WorkflowEvent.Type
Enumeration of all workflow events that are interesting for the GUI.
| Enum Constant Summary | |
|---|---|
ANNOTATION_ADDED
Event: annotation added to workflow. |
|
ANNOTATION_REMOVED
Event: annotation removed from workflow. |
|
CONNECTION_ADDED
Event: connection added to workflow. |
|
CONNECTION_REMOVED
Event: connection removed from workflow. |
|
NODE_ADDED
Event: node added to workflow. |
|
NODE_REMOVED
Event: node removed from workflow. |
|
WORKFLOW_DIRTY
Event: workflow is marked as dirty. |
|
| Method Summary | |
|---|---|
static WorkflowEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WorkflowEvent.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 |
|---|
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 |
|---|
public static final WorkflowEvent.Type CONNECTION_ADDED
public static final WorkflowEvent.Type CONNECTION_REMOVED
public static final WorkflowEvent.Type NODE_ADDED
public static final WorkflowEvent.Type NODE_REMOVED
public static final WorkflowEvent.Type ANNOTATION_ADDED
public static final WorkflowEvent.Type ANNOTATION_REMOVED
public static final WorkflowEvent.Type WORKFLOW_DIRTY
| Method Detail |
|---|
public static WorkflowEvent.Type[] values()
for (WorkflowEvent.Type c : WorkflowEvent.Type.values()) System.out.println(c);
public static WorkflowEvent.Type 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
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||