|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SkinSplitPane
Skin SplitPane.
Method Summary | |
---|---|
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 |
Methods inherited from interface com.l2fprod.gui.plaf.skin.SkinComponent |
---|
installSkin, status, uninstallSkin |
Method Detail |
---|
java.awt.Dimension getPreferredSize(javax.swing.JSplitPane splitpane)
splitpane
- Description of Parameter
java.awt.Dimension getArrowPreferredSize(int direction)
direction
- Description of Parameter
boolean paintArrow(java.awt.Graphics g, javax.swing.AbstractButton b, int direction)
g
- Description of Parameterb
- Description of Parameterdirection
- Description of Parameter
boolean paintGutter(java.awt.Graphics g, javax.swing.JSplitPane divider, java.awt.Dimension d)
g
- Description of Parameterdivider
- Description of Parameterd
- Description of Parameter
boolean paintThumb(java.awt.Graphics g, javax.swing.JSplitPane divider, java.awt.Dimension d)
g
- Description of Parameterdivider
- Description of Parameterd
- Description of Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |