Uses of Class
org.jdesktop.swingx.plaf.PromptTextUI
Packages that use PromptTextUI
Package
Description
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.plafModifier and TypeClassDescriptionclass
TODO: queries the text components layout manager for the preferred size.class
PromptTextUI
implementation for rendering prompts onJTextArea
s and uses aJTextArea
as a prompt component.class
PromptTextUI
implementation for rendering prompts onJTextField
s and uses aJTextField
as a prompt component.class
The defaultJXSearchField
UI delegate.Methods in org.jdesktop.swingx.plaf that return PromptTextUIModifier and TypeMethodDescriptionTextUIWrapper.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 PromptTextUIModifier and TypeMethodDescriptionstatic final TextUIWrapper
<? extends PromptTextUI> TextUIWrapper.getDefaultWrapper()