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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
JXTaskPaneContainer.add(JXTaskPane group) |
Deprecated.
(pre-1.6.2) useless API, same as
Container.add(java.awt.Component) |
void |
JXTaskPaneContainer.remove(JXTaskPane group) |
Deprecated.
(pre-1.6.2) useless API, same as
Container.remove(java.awt.Component) |
Modifier and Type | Field | Description |
---|---|---|
protected JXTaskPane |
BasicTaskPaneUI.group |
Modifier and Type | Method | Description |
---|---|---|
protected void |
BasicTaskPaneUI.PaneBorder.configureLabel(JXTaskPane group) |
Configures label for the group using its title, font, icon and
orientation.
|
protected Color |
BasicTaskPaneUI.PaneBorder.getPaintColor(JXTaskPane group) |
Gets current paint color.
|
Dimension |
BasicTaskPaneUI.PaneBorder.getPreferredSize(JXTaskPane group) |
Calculates the preferred border size, its size so all its content
fits.
|
protected void |
BasicTaskPaneUI.PaneBorder.paintChevronControls(JXTaskPane group,
Graphics g,
int x,
int y,
int width,
int height) |
Paints controls for the group.
|
protected void |
BasicTaskPaneUI.PaneBorder.paintExpandedControls(JXTaskPane group,
Graphics g,
int x,
int y,
int width,
int height) |
Paints expanded controls.
|
protected void |
BasicTaskPaneUI.PaneBorder.paintOvalAroundControls(JXTaskPane group,
Graphics g,
int x,
int y,
int width,
int height) |
Paints oval 'border' area around the control itself.
|
protected void |
BasicTaskPaneUI.PaneBorder.paintRectAroundControls(JXTaskPane group,
Graphics g,
int x,
int y,
int width,
int height,
Color highColor,
Color lowColor) |
Paints oval 'border' area around the control itself.
|
protected void |
BasicTaskPaneUI.PaneBorder.paintTitle(JXTaskPane group,
Graphics g,
Color textColor,
int x,
int y,
int width,
int height) |
Paints current group title.
|
protected void |
BasicTaskPaneUI.PaneBorder.paintTitleBackground(JXTaskPane group,
Graphics g) |
Paints background of the title.
|
Copyright © 2018. All rights reserved.