Uses of Class
org.jdesktop.swingx.JXStatusBar

Packages that use JXStatusBar
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. 
 

Uses of JXStatusBar in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return JXStatusBar
 JXStatusBar JXRootPane.getStatusBar()
          Gets the currently installed status bar.
 JXStatusBar JXFrame.getStatusBar()
          Returns the value of the status bar property from the underlying JXRootPane.
 

Methods in org.jdesktop.swingx with parameters of type JXStatusBar
 void JXRootPane.setStatusBar(JXStatusBar statusBar)
          Set the status bar for this root pane.
 void JXFrame.setStatusBar(JXStatusBar statusBar)
          Sets the status bar property on the underlying JXRootPane.