Uses of Enum Class
org.jdesktop.swingx.prompt.PromptSupport.FocusBehavior
Packages that use PromptSupport.FocusBehavior
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
-
Uses of PromptSupport.FocusBehavior in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return PromptSupport.FocusBehaviorModifier and TypeMethodDescriptionJXFormattedTextField.getFocusBehavior()JXTextArea.getFocusBehavior()JXTextField.getFocusBehavior()Methods in org.jdesktop.swingx with parameters of type PromptSupport.FocusBehaviorModifier and TypeMethodDescriptionvoidJXFormattedTextField.setFocusBehavior(PromptSupport.FocusBehavior focusBehavior) voidJXTextArea.setFocusBehavior(PromptSupport.FocusBehavior focusBehavior) voidJXTextField.setFocusBehavior(PromptSupport.FocusBehavior focusBehavior) -
Uses of PromptSupport.FocusBehavior in org.jdesktop.swingx.prompt
Subclasses with type arguments of type PromptSupport.FocusBehavior in org.jdesktop.swingx.promptModifier and TypeClassDescriptionstatic enumDetermines how theJTextComponentis rendered when focused and no text is present.Methods in org.jdesktop.swingx.prompt that return PromptSupport.FocusBehaviorModifier and TypeMethodDescriptionstatic PromptSupport.FocusBehaviorPromptSupport.getFocusBehavior(JTextComponent textComponent) Get thePromptSupport.FocusBehavioroftextComponent.static PromptSupport.FocusBehaviorReturns the enum constant of this class with the specified name.static PromptSupport.FocusBehavior[]PromptSupport.FocusBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jdesktop.swingx.prompt with parameters of type PromptSupport.FocusBehaviorModifier and TypeMethodDescriptionstatic voidPromptSupport.setFocusBehavior(PromptSupport.FocusBehavior focusBehavior, JTextComponent textComponent) Sets thePromptSupport.FocusBehaviorontextComponentand repaints the component to reflect the changes, if it is the focus owner.