Uses of Class
org.jdesktop.swingx.plaf.PromptTextUI
-
Packages that use PromptTextUI Package Description org.jdesktop.swingx.plaf Provides pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels. -
-
Uses of PromptTextUI in org.jdesktop.swingx.plaf
Subclasses of PromptTextUI in org.jdesktop.swingx.plaf Modifier and Type Class Description class
BuddyTextFieldUI
TODO: queries the text components layout manager for the preferred size.class
PromptTextAreaUI
PromptTextUI
implementation for rendering prompts onJTextArea
s and uses aJTextArea
as a prompt component.class
PromptTextFieldUI
PromptTextUI
implementation for rendering prompts onJTextField
s and uses aJTextField
as a prompt component.class
SearchFieldUI
The defaultJXSearchField
UI delegate.Methods in org.jdesktop.swingx.plaf that return PromptTextUI Modifier and Type Method Description PromptTextUI
TextUIWrapper.DefaultWrapper. wrapUI(JTextComponent textComponent)
Creates a newPromptTextUI
, which wraps the giventextComponent
s UI.Methods in org.jdesktop.swingx.plaf that return types with arguments of type PromptTextUI Modifier and Type Method Description static TextUIWrapper<? extends PromptTextUI>
TextUIWrapper. getDefaultWrapper()
-