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. 
org.jdesktop.swingx.plaf.basic   
org.jdesktop.swingx.plaf.metal   
org.jdesktop.swingx.plaf.windows   
 

Uses of JXStatusBar in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return JXStatusBar
 JXStatusBar JXRootPane.getStatusBar()
           
 JXStatusBar JXFrame.getStatusBar()
           
 

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)
           
 

Uses of JXStatusBar in org.jdesktop.swingx.plaf.basic
 

Methods in org.jdesktop.swingx.plaf.basic with parameters of type JXStatusBar
protected  void BasicStatusBarUI.paintBackground(Graphics2D g, JXStatusBar bar)
           
protected  void BasicStatusBarUI.paintSeparator(Graphics2D g, JXStatusBar bar, int x, int y, int w, int h)
           
 

Uses of JXStatusBar in org.jdesktop.swingx.plaf.metal
 

Methods in org.jdesktop.swingx.plaf.metal with parameters of type JXStatusBar
protected  void MetalStatusBarUI.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 JXStatusBar
protected  void WindowsStatusBarUI.paintBackground(Graphics2D g, JXStatusBar statusBar)
           
protected  void WindowsClassicStatusBarUI.paintBackground(Graphics2D g, JXStatusBar bar)
           
protected  void WindowsClassicStatusBarUI.paintSeparator(Graphics2D g, JXStatusBar bar, int x, int y, int w, int h)