public interface SkinSplitPane extends SkinComponent
| Modifier and Type | Method and Description |
|---|---|
java.awt.Dimension |
getArrowPreferredSize(int direction)
Gets the ArrowPreferredSize attribute of the SkinSplitPane object
|
java.awt.Dimension |
getPreferredSize(javax.swing.JSplitPane splitpane)
Gets the PreferredSize attribute of the SkinSplitPane object
|
boolean |
paintArrow(java.awt.Graphics g,
javax.swing.AbstractButton b,
int direction)
Description of the Method
|
boolean |
paintGutter(java.awt.Graphics g,
javax.swing.JSplitPane divider,
java.awt.Dimension d)
Description of the Method
|
boolean |
paintThumb(java.awt.Graphics g,
javax.swing.JSplitPane divider,
java.awt.Dimension d)
Description of the Method
|
installSkin, status, uninstallSkinjava.awt.Dimension getPreferredSize(javax.swing.JSplitPane splitpane)
splitpane - Description of Parameterjava.awt.Dimension getArrowPreferredSize(int direction)
direction - Description of Parameterboolean paintArrow(java.awt.Graphics g,
javax.swing.AbstractButton b,
int direction)
g - Description of Parameterb - Description of Parameterdirection - Description of Parameterboolean paintGutter(java.awt.Graphics g,
javax.swing.JSplitPane divider,
java.awt.Dimension d)
g - Description of Parameterdivider - Description of Parameterd - Description of Parameterboolean paintThumb(java.awt.Graphics g,
javax.swing.JSplitPane divider,
java.awt.Dimension d)
g - Description of Parameterdivider - Description of Parameterd - Description of Parameter