Uses of Class
org.tbee.swing.JLabel

Packages that use JLabel
org.tbee.swing   
org.tbee.swing.jpa   
 

Uses of JLabel in org.tbee.swing
 

Subclasses of JLabel in org.tbee.swing
 class AnimatedImageButton
           
 class ImageButton
          This class was deprecated and one should use IconButton with an ImageIcon.
 class JTextComponentPrompt
          This class will display a prompt on top of a text component when the Document of the text field is empty.
 

Methods in org.tbee.swing that return JLabel
 JLabel AppleMenu.getLabel()
          Label
 JLabel JLabel.withFont(Font value)
           
 JLabel JLabel.withText(String value)
           
 JLabel JLabel.withVisible(boolean value)
           
 

Methods in org.tbee.swing with parameters of type JLabel
static SplashScreen SplashScreen.basic(int width, int height, Image icon, JLabel title, JLabel subtitle, Color color1, Color color2)
          Create a simple start screen
 void AppleMenu.setLabel(JLabel value)
           
 

Constructors in org.tbee.swing with parameters of type JLabel
AppleMenu(AppleMenu.Orientation orientation, int minSize, int maxSize, int modifiers, JLabel label)
           
 

Uses of JLabel in org.tbee.swing.jpa
 

Subclasses of JLabel in org.tbee.swing.jpa
 class JpaEntitySearchButton<T>
          A button that optionally attaches to a textfield that triggers the JpaEntitySearchBuilder If the SearchBuilder must be tweaked (e.g.
 

Fields in org.tbee.swing.jpa declared as JLabel
 JLabel JpaEntitySearchBuilder.SearchableField.label
           
 



Copyright © 2012 KnowledgePlaza. All Rights Reserved.