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