public static enum AuthorActionEventHandler.AuthorActionEventType extends java.lang.Enum<AuthorActionEventHandler.AuthorActionEventType>
Enum Constant and Description |
---|
ENTER
Event generated when the user presses ENTER.
|
ENTER_NOT_CONSUMED
Event generated when the user presses ENTER but the application does nothing with it.
|
SHIFT_TAB
Event generated when the user presses SHIFT+TAB.
|
TAB
Event generated when the user presses TAB.
|
Modifier and Type | Method and Description |
---|---|
static AuthorActionEventHandler.AuthorActionEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthorActionEventHandler.AuthorActionEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthorActionEventHandler.AuthorActionEventType TAB
public static final AuthorActionEventHandler.AuthorActionEventType SHIFT_TAB
public static final AuthorActionEventHandler.AuthorActionEventType ENTER
public static final AuthorActionEventHandler.AuthorActionEventType ENTER_NOT_CONSUMED
public static AuthorActionEventHandler.AuthorActionEventType[] values()
for (AuthorActionEventHandler.AuthorActionEventType c : AuthorActionEventHandler.AuthorActionEventType.values()) System.out.println(c);
public static AuthorActionEventHandler.AuthorActionEventType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null© Copyright Syncro Soft SRL 2002 - 2021. All rights reserved.