public class AbstractSkinSplitPane extends AbstractSkinComponent implements SkinSplitPane
Constructor and Description |
---|
AbstractSkinSplitPane() |
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
|
getSkin, installSkin, status, uninstallSkin
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
installSkin, status, uninstallSkin
public java.awt.Dimension getPreferredSize(javax.swing.JSplitPane splitpane)
getPreferredSize
in interface SkinSplitPane
splitpane
- Description of Parameterpublic java.awt.Dimension getArrowPreferredSize(int direction)
getArrowPreferredSize
in interface SkinSplitPane
direction
- Description of Parameterpublic boolean paintArrow(java.awt.Graphics g, javax.swing.AbstractButton b, int direction)
paintArrow
in interface SkinSplitPane
g
- Description of Parameterb
- Description of Parameterdirection
- Description of Parameterpublic boolean paintGutter(java.awt.Graphics g, javax.swing.JSplitPane divider, java.awt.Dimension d)
paintGutter
in interface SkinSplitPane
g
- Description of Parameterdivider
- Description of Parameterd
- Description of Parameterpublic boolean paintThumb(java.awt.Graphics g, javax.swing.JSplitPane divider, java.awt.Dimension d)
paintThumb
in interface SkinSplitPane
g
- Description of Parameterdivider
- Description of Parameterd
- Description of Parameter