Uses of Class
javax.swing.JLabel
Packages that use JLabel
包
描述
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
Provides classes and interfaces for dealing with
javax.swing.JTable.Provides classes and interfaces for dealing with
javax.swing.JTree.-
Uses of JLabel in javax.swing
Subclasses of JLabel in javax.swing修饰符和类Class描述classRenders an item in a list.static classA subclass of DefaultListCellRenderer that implements UIResource. -
Uses of JLabel in javax.swing.plaf.basic
Subclasses of JLabel in javax.swing.plaf.basic修饰符和类Class描述classComboBox rendererstatic classA subclass of BasicComboBoxRenderer that implements UIResource.Methods in javax.swing.plaf.basic with parameters of type JLabel修饰符和类方法描述protected voidBasicLabelUI.installComponents(JLabel c) Registers components.protected voidBasicLabelUI.installDefaults(JLabel c) Installs default properties.protected voidBasicLabelUI.installKeyboardActions(JLabel l) Registers keyboard actions.protected voidBasicLabelUI.installListeners(JLabel c) Registers listeners.protected StringBasicLabelUI.layoutCL(JLabel label, FontMetrics fontMetrics, String text, Icon icon, Rectangle viewR, Rectangle iconR, Rectangle textR) Forwards the call to SwingUtilities.layoutCompoundLabel().protected voidBasicLabelUI.paintDisabledText(JLabel l, Graphics g, String s, int textX, int textY) Paint clippedText at textX, textY with background.lighter() and then shifted down and to the right by one pixel with background.darker().protected voidBasicLabelUI.paintEnabledText(JLabel l, Graphics g, String s, int textX, int textY) Paint clippedText at textX, textY with the labels foreground color.protected voidBasicLabelUI.uninstallComponents(JLabel c) Unregisters components.protected voidBasicLabelUI.uninstallDefaults(JLabel c) Uninstalls default properties.protected voidBasicLabelUI.uninstallKeyboardActions(JLabel c) Unregisters keyboard actions.protected voidBasicLabelUI.uninstallListeners(JLabel c) Unregisters listeners. -
Uses of JLabel in javax.swing.plaf.metal
Subclasses of JLabel in javax.swing.plaf.metal修饰符和类Class描述protected classDeprecated.As of JDK version 9.classRender different type sizes and styles.Methods in javax.swing.plaf.metal with parameters of type JLabel修饰符和类方法描述protected voidMetalLabelUI.paintDisabledText(JLabel l, Graphics g, String s, int textX, int textY) Just paint the text gray (Label.disabledForeground) rather than in the labels foreground color. -
Uses of JLabel in javax.swing.table
Subclasses of JLabel in javax.swing.table修饰符和类Class描述classThe standard class for rendering (displaying) individual cells in aJTable.static classA subclass ofDefaultTableCellRendererthat implementsUIResource. -
Uses of JLabel in javax.swing.tree
Subclasses of JLabel in javax.swing.tree