Uses of Class
org.jdesktop.swingx.plaf.PromptTextUI
-
Packages that use PromptTextUI 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. -
-
Uses of PromptTextUI in org.jdesktop.swingx.plaf
Subclasses of PromptTextUI in org.jdesktop.swingx.plaf Modifier and Type Class Description classBuddyTextFieldUITODO: queries the text components layout manager for the preferred size.classPromptTextAreaUIPromptTextUIimplementation for rendering prompts onJTextAreas and uses aJTextAreaas a prompt component.classPromptTextFieldUIPromptTextUIimplementation for rendering prompts onJTextFields and uses aJTextFieldas a prompt component.classSearchFieldUIThe defaultJXSearchFieldUI delegate.Methods in org.jdesktop.swingx.plaf that return PromptTextUI Modifier and Type Method Description PromptTextUITextUIWrapper.DefaultWrapper. wrapUI(javax.swing.text.JTextComponent textComponent)Creates a newPromptTextUI, which wraps the giventextComponents UI.Methods in org.jdesktop.swingx.plaf that return types with arguments of type PromptTextUI Modifier and Type Method Description static TextUIWrapper<? extends PromptTextUI>TextUIWrapper. getDefaultWrapper()
-