Uses of Class
org.jdesktop.swingx.JXLabel
Packages that use JXLabel
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
Provides basic implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
-
Uses of JXLabel in org.jdesktop.swingx
Fields in org.jdesktop.swingx declared as JXLabelModifier and TypeFieldDescriptionprivate JXLabel
JXLoginPane.errorMessageLabel
Shows an error message such as "user name or password incorrect" or "could not contact server" or something like that if something goes wrong(package private) JXLabel
JXLabel.Renderer.host
Methods in org.jdesktop.swingx with parameters of type JXLabelModifier and TypeMethodDescriptionstatic View
JXLabel.MultiLineSupport.createView
(JXLabel c) private static void
JXLabel.MultiLineSupport.restoreHtmlRenderer
(JXLabel src) static void
JXLabel.MultiLineSupport.updateRenderer
(JXLabel c) Constructors in org.jdesktop.swingx with parameters of type JXLabelModifierConstructorDescription(package private)
Renderer
(JXLabel c, ViewFactory f, View v, boolean wordWrap) -
Uses of JXLabel in org.jdesktop.swingx.plaf.basic
Subclasses of JXLabel in org.jdesktop.swingx.plaf.basic