Uses of Class
org.jdesktop.swingx.plaf.PromptTextUI

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 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.
 

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 textComponents UI.
 

Methods in org.jdesktop.swingx.plaf that return types with arguments of type PromptTextUI
static TextUIWrapper<? extends PromptTextUI> TextUIWrapper.getDefaultWrapper()
           
 



Copyright © 2011. All Rights Reserved.