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, uninstallSkinclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinstallSkin, status, uninstallSkinpublic java.awt.Dimension getPreferredSize(javax.swing.JSplitPane splitpane)
getPreferredSize in interface SkinSplitPanesplitpane - Description of Parameterpublic java.awt.Dimension getArrowPreferredSize(int direction)
getArrowPreferredSize in interface SkinSplitPanedirection - Description of Parameterpublic boolean paintArrow(java.awt.Graphics g,
javax.swing.AbstractButton b,
int direction)
paintArrow in interface SkinSplitPaneg - 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 SkinSplitPaneg - 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 SkinSplitPaneg - Description of Parameterdivider - Description of Parameterd - Description of Parameter