|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PromptTextUI | |
---|---|
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 | |
---|---|
class |
BuddyTextFieldUI
TODO: queries the text components layout manager for the preferred size. |
class |
PromptTextAreaUI
PromptTextUI implementation for rendering prompts on
JTextArea s and uses a JTextArea as a prompt component. |
class |
PromptTextFieldUI
PromptTextUI implementation for rendering prompts on
JTextField s and uses a JTextField as a prompt component. |
class |
SearchFieldUI
The default JXSearchField UI delegate. |
Methods in org.jdesktop.swingx.plaf that return PromptTextUI | |
---|---|
PromptTextUI |
TextUIWrapper.DefaultWrapper.wrapUI(javax.swing.text.JTextComponent textComponent)
Creates a new PromptTextUI , which wraps the given textComponent s UI. |
Methods in org.jdesktop.swingx.plaf that return types with arguments of type PromptTextUI | |
---|---|
static TextUIWrapper<? extends PromptTextUI> |
TextUIWrapper.getDefaultWrapper()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |