Uses of Class
org.jdesktop.swingx.JXStatusBar
-
Packages that use JXStatusBar Package Description org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications.org.jdesktop.swingx.plaf.basic Provides basic implementation of pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels.org.jdesktop.swingx.plaf.macosx Provides macos specific implementation of pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels.org.jdesktop.swingx.plaf.metal Provides metal laf specific implementation of pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels.org.jdesktop.swingx.plaf.windows Provides window laf specific implementation of pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels. -
-
Uses of JXStatusBar in org.jdesktop.swingx
Fields in org.jdesktop.swingx declared as JXStatusBar Modifier and Type Field Description protected JXStatusBar
JXRootPane. statusBar
Methods in org.jdesktop.swingx that return JXStatusBar Modifier and Type Method Description JXStatusBar
JXFrame. getStatusBar()
JXStatusBar
JXRootPane. getStatusBar()
Methods in org.jdesktop.swingx with parameters of type JXStatusBar Modifier and Type Method Description void
JXFrame. setStatusBar(JXStatusBar statusBar)
void
JXRootPane. setStatusBar(JXStatusBar statusBar)
Set the status bar for this root pane. -
Uses of JXStatusBar in org.jdesktop.swingx.plaf.basic
Fields in org.jdesktop.swingx.plaf.basic declared as JXStatusBar Modifier and Type Field Description protected JXStatusBar
BasicStatusBarUI. statusBar
The one and only JXStatusBar for this UI delegateMethods in org.jdesktop.swingx.plaf.basic with parameters of type JXStatusBar Modifier and Type Method Description protected void
BasicStatusBarUI. installDefaults(JXStatusBar sb)
protected void
BasicStatusBarUI. installListeners(JXStatusBar sb)
Create and install the listeners for the status bar.protected void
BasicStatusBarUI. paintBackground(java.awt.Graphics2D g, JXStatusBar bar)
protected void
BasicStatusBarUI. paintSeparator(java.awt.Graphics2D g, JXStatusBar bar, int x, int y, int w, int h)
protected void
BasicStatusBarUI. uninstallDefaults(JXStatusBar sb)
protected void
BasicStatusBarUI. uninstallListeners(JXStatusBar sb)
Remove the installed listeners from the status bar. -
Uses of JXStatusBar in org.jdesktop.swingx.plaf.macosx
Methods in org.jdesktop.swingx.plaf.macosx with parameters of type JXStatusBar Modifier and Type Method Description protected void
MacOSXStatusBarUI. installDefaults(JXStatusBar sb)
-
Uses of JXStatusBar in org.jdesktop.swingx.plaf.metal
Methods in org.jdesktop.swingx.plaf.metal with parameters of type JXStatusBar Modifier and Type Method Description protected void
MetalStatusBarUI. paintBackground(java.awt.Graphics2D g, JXStatusBar bar)
-
Uses of JXStatusBar in org.jdesktop.swingx.plaf.windows
Methods in org.jdesktop.swingx.plaf.windows with parameters of type JXStatusBar Modifier and Type Method Description protected void
WindowsClassicStatusBarUI. paintBackground(java.awt.Graphics2D g, JXStatusBar bar)
protected void
WindowsStatusBarUI. paintBackground(java.awt.Graphics2D g, JXStatusBar statusBar)
protected void
WindowsClassicStatusBarUI. paintSeparator(java.awt.Graphics2D g, JXStatusBar bar, int x, int y, int w, int h)
-