|
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<ContiguousSelectEvent.SelectionType>
org.netbeans.api.visual.action.ContiguousSelectEvent.SelectionType
public static enum ContiguousSelectEvent.SelectionType
Defines a type of a selection.
Enum Constant Summary | |
---|---|
ADDITIVE_CONTIGUOUS
Represents an additive selection where the new selection should be added to the current selection. |
|
ADDITIVE_NON_CONTIGUOUS
Represents an additive selection where the new selection should be added to the current selection. |
|
REPLACE_CONTIGUOUS
Represents a normal selection that replace the previous selection. |
|
REPLACE_NON_CONTIGUOUS
Represents a normal selection that replace the previous selection. |
Method Summary | |
---|---|
static ContiguousSelectEvent.SelectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ContiguousSelectEvent.SelectionType[] |
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 ContiguousSelectEvent.SelectionType REPLACE_NON_CONTIGUOUS
public static final ContiguousSelectEvent.SelectionType REPLACE_CONTIGUOUS
public static final ContiguousSelectEvent.SelectionType ADDITIVE_NON_CONTIGUOUS
public static final ContiguousSelectEvent.SelectionType ADDITIVE_CONTIGUOUS
Method Detail |
---|
public static ContiguousSelectEvent.SelectionType[] values()
for (ContiguousSelectEvent.SelectionType c : ContiguousSelectEvent.SelectionType.values()) System.out.println(c);
public static ContiguousSelectEvent.SelectionType 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
|
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 |