Uses of Class
org.eclipse.nebula.widgets.opal.promptsupport.PromptSupport.FocusBehavior
-
Packages that use 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.FocusBehaviorPromptSupport. getFocusBehavior(org.eclipse.swt.widgets.Control control)Get thePromptSupport.FocusBehaviorofcontrol.static PromptSupport.FocusBehaviorPromptSupport.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 voidPromptSupport. setFocusBehavior(PromptSupport.FocusBehavior focusBehavior, org.eclipse.swt.widgets.Control control)Sets thePromptSupport.FocusBehavioroncontrol, if it is the focus owner.
-