protected class SubstanceTaskPaneUI.SubstancePaneBorder
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected javax.swing.Icon |
collapsedIcon |
|
protected javax.swing.Icon |
expandedIcon |
Constructor | Description |
---|---|
SubstancePaneBorder() |
Creates a new pane border.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
configureLabel(org.jdesktop.swingx.JXTaskPane group) |
|
protected java.awt.Color |
getPaintColor(org.jdesktop.swingx.JXTaskPane group) |
|
protected boolean |
isMouseOverBorder() |
|
protected void |
paintExpandedControls(org.jdesktop.swingx.JXTaskPane group,
java.awt.Graphics g,
int x,
int y,
int width,
int height) |
|
protected void |
paintFocus(java.awt.Graphics g,
java.awt.Color paintColor,
int x,
int y,
int width,
int height) |
|
protected void |
paintTitleBackground(org.jdesktop.swingx.JXTaskPane group,
java.awt.Graphics g) |
protected javax.swing.Icon expandedIcon
protected javax.swing.Icon collapsedIcon
protected void paintTitleBackground(org.jdesktop.swingx.JXTaskPane group, java.awt.Graphics g)
protected java.awt.Color getPaintColor(org.jdesktop.swingx.JXTaskPane group)
protected void paintExpandedControls(org.jdesktop.swingx.JXTaskPane group, java.awt.Graphics g, int x, int y, int width, int height)
protected boolean isMouseOverBorder()
protected void paintFocus(java.awt.Graphics g, java.awt.Color paintColor, int x, int y, int width, int height)
protected void configureLabel(org.jdesktop.swingx.JXTaskPane group)