Package | Description |
---|---|
org.eclipse.nebula.widgets.opal.promptsupport |
Modifier and Type | Method | Description |
---|---|---|
static PromptSupport.FocusBehavior |
PromptSupport.getFocusBehavior(org.eclipse.swt.widgets.Control control) |
Get the
PromptSupport.FocusBehavior of control . |
static PromptSupport.FocusBehavior |
PromptSupport.FocusBehavior.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PromptSupport.FocusBehavior[] |
PromptSupport.FocusBehavior.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
PromptSupport.setFocusBehavior(PromptSupport.FocusBehavior focusBehavior,
org.eclipse.swt.widgets.Control control) |
Sets the
PromptSupport.FocusBehavior on control , if it is the
focus owner. |