| 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
JTextAreas and uses a JTextArea as a prompt component. |
class |
PromptTextFieldUI
PromptTextUI implementation for rendering prompts on
JTextFields 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 textComponents UI. |
| Modifier and Type | Method and Description |
|---|---|
static TextUIWrapper<? extends PromptTextUI> |
TextUIWrapper.getDefaultWrapper() |
Copyright © 2017. All Rights Reserved.