Package com.l2fprod.gui.plaf.skin.impl
Class AbstractSkinSplitPane
- java.lang.Object
-
- com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
-
- com.l2fprod.gui.plaf.skin.impl.AbstractSkinSplitPane
-
- All Implemented Interfaces:
SkinComponent,SkinSplitPane
public class AbstractSkinSplitPane extends AbstractSkinComponent implements SkinSplitPane
- Version:
- $Revision: 1.2 $, $Date: 2003/12/06 21:54:39 $
- Author:
- $Author: l2fprod $
-
-
Constructor Summary
Constructors Constructor Description AbstractSkinSplitPane()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.DimensiongetArrowPreferredSize(int direction)Gets the ArrowPreferredSize attribute of the SkinSplitPane objectjava.awt.DimensiongetPreferredSize(javax.swing.JSplitPane splitpane)Gets the PreferredSize attribute of the SkinSplitPane objectbooleanpaintArrow(java.awt.Graphics g, javax.swing.AbstractButton b, int direction)Description of the MethodbooleanpaintGutter(java.awt.Graphics g, javax.swing.JSplitPane divider, java.awt.Dimension d)Description of the MethodbooleanpaintThumb(java.awt.Graphics g, javax.swing.JSplitPane divider, java.awt.Dimension d)Description of the Method-
Methods inherited from class com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
getSkin, installSkin, status, uninstallSkin
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.l2fprod.gui.plaf.skin.SkinComponent
installSkin, status, uninstallSkin
-
-
-
-
Method Detail
-
getPreferredSize
public java.awt.Dimension getPreferredSize(javax.swing.JSplitPane splitpane)
Gets the PreferredSize attribute of the SkinSplitPane object- Specified by:
getPreferredSizein interfaceSkinSplitPane- Parameters:
splitpane- Description of Parameter- Returns:
- The PreferredSize value
-
getArrowPreferredSize
public java.awt.Dimension getArrowPreferredSize(int direction)
Gets the ArrowPreferredSize attribute of the SkinSplitPane object- Specified by:
getArrowPreferredSizein interfaceSkinSplitPane- Parameters:
direction- Description of Parameter- Returns:
- The ArrowPreferredSize value
-
paintArrow
public boolean paintArrow(java.awt.Graphics g, javax.swing.AbstractButton b, int direction)Description of the Method- Specified by:
paintArrowin interfaceSkinSplitPane- Parameters:
g- Description of Parameterb- Description of Parameterdirection- Description of Parameter- Returns:
- Description of the Returned Value
-
paintGutter
public boolean paintGutter(java.awt.Graphics g, javax.swing.JSplitPane divider, java.awt.Dimension d)Description of the Method- Specified by:
paintGutterin interfaceSkinSplitPane- Parameters:
g- Description of Parameterdivider- Description of Parameterd- Description of Parameter- Returns:
- Description of the Returned Value
-
paintThumb
public boolean paintThumb(java.awt.Graphics g, javax.swing.JSplitPane divider, java.awt.Dimension d)Description of the Method- Specified by:
paintThumbin interfaceSkinSplitPane- Parameters:
g- Description of Parameterdivider- Description of Parameterd- Description of Parameter- Returns:
- Description of the Returned Value
-
-