Uses of Class
org.eclipse.nebula.widgets.opal.promptsupport.PromptSupport.FocusBehavior
Package | Description |
---|---|
org.eclipse.nebula.widgets.opal.promptsupport |
-
Uses of PromptSupport.FocusBehavior in org.eclipse.nebula.widgets.opal.promptsupport
Methods in org.eclipse.nebula.widgets.opal.promptsupport that return PromptSupport.FocusBehavior Modifier and Type Method Description static PromptSupport.FocusBehavior
PromptSupport. getFocusBehavior(org.eclipse.swt.widgets.Control control)
Get thePromptSupport.FocusBehavior
ofcontrol
.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.Methods in org.eclipse.nebula.widgets.opal.promptsupport with parameters of type PromptSupport.FocusBehavior Modifier and Type Method Description static void
PromptSupport. setFocusBehavior(PromptSupport.FocusBehavior focusBehavior, org.eclipse.swt.widgets.Control control)
Sets thePromptSupport.FocusBehavior
oncontrol
, if it is the focus owner.