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.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
PromptTextUI |
TextUIWrapper.DefaultWrapper.wrapUI(JTextComponent textComponent)
Creates a new
PromptTextUI , which wraps the given textComponent s UI. |
Modifier and Type | Method and Description |
---|---|
static TextUIWrapper<? extends PromptTextUI> |
TextUIWrapper.getDefaultWrapper() |
Copyright © 2020. All rights reserved.