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.
|
Modifier and Type | Field and Description |
---|---|
protected JXStatusBar |
JXRootPane.statusBar
The current status bar for this root pane.
|
Modifier and Type | Method and Description |
---|---|
JXStatusBar |
JXFrame.getStatusBar()
Returns the value of the status bar property from the underlying
JXRootPane . |
JXStatusBar |
JXRootPane.getStatusBar()
Gets the currently installed status bar.
|
JXStatusBar |
JXApplet.getStatusBar()
Returns the value of the status bar property from the underlying
JXRootPane . |
JXStatusBar |
JXDialog.getStatusBar()
Returns the value of the status bar property from the underlying
JXRootPane . |
Modifier and Type | Method and Description |
---|---|
void |
JXFrame.setStatusBar(JXStatusBar statusBar)
Sets the status bar property on the underlying
JXRootPane . |
void |
JXRootPane.setStatusBar(JXStatusBar statusBar)
Set the status bar for this root pane.
|
void |
JXApplet.setStatusBar(JXStatusBar statusBar)
Sets the status bar property on the underlying
JXRootPane . |
void |
JXDialog.setStatusBar(JXStatusBar statusBar)
Sets the status bar property on the underlying
JXRootPane . |
Modifier and Type | Field and Description |
---|---|
protected JXStatusBar |
BasicStatusBarUI.statusBar
The one and only JXStatusBar for this UI delegate
|
Modifier and Type | Method and 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(Graphics2D g,
JXStatusBar bar) |
protected void |
BasicStatusBarUI.paintSeparator(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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MacOSXStatusBarUI.installDefaults(JXStatusBar sb) |
Modifier and Type | Method and Description |
---|---|
protected void |
MetalStatusBarUI.paintBackground(Graphics2D g,
JXStatusBar bar) |
Modifier and Type | Method and Description |
---|---|
protected void |
WindowsClassicStatusBarUI.paintBackground(Graphics2D g,
JXStatusBar bar) |
protected void |
WindowsStatusBarUI.paintBackground(Graphics2D g,
JXStatusBar statusBar) |
protected void |
WindowsClassicStatusBarUI.paintSeparator(Graphics2D g,
JXStatusBar bar,
int x,
int y,
int w,
int h) |
Copyright © 2014. All rights reserved.