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
- Version:
- $Revision: 1.2 $, $Date: 2003/12/06 21:54:39 $
- Author:
- $Author: l2fprod $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArrowPreferredSize(int direction) Gets the ArrowPreferredSize attribute of the SkinSplitPane objectgetPreferredSize(JSplitPane splitpane) Gets the PreferredSize attribute of the SkinSplitPane objectbooleanpaintArrow(Graphics g, AbstractButton b, int direction) Description of the MethodbooleanpaintGutter(Graphics g, JSplitPane divider, Dimension d) Description of the MethodbooleanpaintThumb(Graphics g, JSplitPane divider, Dimension d) Description of the MethodMethods inherited from class com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
getSkin, installSkin, status, uninstallSkinMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.l2fprod.gui.plaf.skin.SkinComponent
installSkin, status, uninstallSkin
-
Constructor Details
-
AbstractSkinSplitPane
public AbstractSkinSplitPane()
-
-
Method Details
-
getPreferredSize
Gets the PreferredSize attribute of the SkinSplitPane object- Specified by:
getPreferredSizein interfaceSkinSplitPane- Parameters:
splitpane- Description of Parameter- Returns:
- The PreferredSize value
-
getArrowPreferredSize
Gets the ArrowPreferredSize attribute of the SkinSplitPane object- Specified by:
getArrowPreferredSizein interfaceSkinSplitPane- Parameters:
direction- Description of Parameter- Returns:
- The ArrowPreferredSize value
-
paintArrow
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
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
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
-