Uses of Class
org.jdesktop.swingx.JXStatusBar
Packages that use JXStatusBar
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.
Provides macos specific implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
Provides metal laf specific implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
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 JXStatusBarModifier and TypeFieldDescriptionprotected JXStatusBarJXRootPane.statusBarThe current status bar for this root pane.Methods in org.jdesktop.swingx that return JXStatusBarModifier and TypeMethodDescriptionJXApplet.getStatusBar()Returns the value of the status bar property from the underlyingJXRootPane.JXDialog.getStatusBar()Returns the value of the status bar property from the underlyingJXRootPane.JXFrame.getStatusBar()Returns the value of the status bar property from the underlyingJXRootPane.JXRootPane.getStatusBar()Gets the currently installed status bar.Methods in org.jdesktop.swingx with parameters of type JXStatusBarModifier and TypeMethodDescriptionvoidJXApplet.setStatusBar(JXStatusBar statusBar) Sets the status bar property on the underlyingJXRootPane.voidJXDialog.setStatusBar(JXStatusBar statusBar) Sets the status bar property on the underlyingJXRootPane.voidJXFrame.setStatusBar(JXStatusBar statusBar) Sets the status bar property on the underlyingJXRootPane.voidJXRootPane.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 JXStatusBarModifier and TypeFieldDescriptionprotected JXStatusBarBasicStatusBarUI.statusBarThe one and only JXStatusBar for this UI delegateMethods in org.jdesktop.swingx.plaf.basic with parameters of type JXStatusBarModifier and TypeMethodDescriptionprotected voidBasicStatusBarUI.installDefaults(JXStatusBar sb) only set the border if it is an instanceof UIResource.protected voidBasicStatusBarUI.installListeners(JXStatusBar sb) Create and install the listeners for the status bar.protected voidBasicStatusBarUI.paintBackground(Graphics2D g, JXStatusBar bar) TODO docprotected voidBasicStatusBarUI.paintSeparator(Graphics2D g, JXStatusBar bar, int x, int y, int w, int h) Paint a Separator (a simple line).protected voidBasicStatusBarUI.uninstallDefaults(JXStatusBar sb) uninstall borderprotected voidBasicStatusBarUI.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 JXStatusBarModifier and TypeMethodDescriptionprotected voidMacOSXStatusBarUI.installDefaults(JXStatusBar sb) only set the border if it is an instanceof UIResource. -
Uses of JXStatusBar in org.jdesktop.swingx.plaf.metal
Methods in org.jdesktop.swingx.plaf.metal with parameters of type JXStatusBarModifier and TypeMethodDescriptionprotected voidMetalStatusBarUI.paintBackground(Graphics2D g, JXStatusBar bar) -
Uses of JXStatusBar in org.jdesktop.swingx.plaf.windows
Methods in org.jdesktop.swingx.plaf.windows with parameters of type JXStatusBarModifier and TypeMethodDescriptionprotected voidWindowsClassicStatusBarUI.paintBackground(Graphics2D g, JXStatusBar bar) protected voidWindowsStatusBarUI.paintBackground(Graphics2D g, JXStatusBar statusBar) protected voidWindowsClassicStatusBarUI.paintSeparator(Graphics2D g, JXStatusBar bar, int x, int y, int w, int h)