Package com.l2fprod.gui.plaf.skin.impl
Class AbstractSkinScrollbar
java.lang.Object
com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
com.l2fprod.gui.plaf.skin.impl.AbstractSkinScrollbar
- All Implemented Interfaces:
SkinComponent
,SkinScrollbar
,SwingConstants
public class AbstractSkinScrollbar
extends AbstractSkinComponent
implements SwingConstants, SkinScrollbar
- Version:
- $Revision: 1.1 $, $Date: 2003/08/01 20:05:29 $
- Author:
- $Author: l2fprod $
-
Field Summary
Fields inherited from interface javax.swing.SwingConstants
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArrowPreferredSize
(int direction) Gets the ArrowPreferredSize attribute of the AbstractSkinScrollbar objectGets the MinimumThumbSize attribute of the AbstractSkinScrollbar objectgetPreferredSize
(JScrollBar scrollbar) Gets the PreferredSize attribute of the AbstractSkinScrollbar objectboolean
Description of the Methodboolean
paintArrow
(Graphics g, AbstractButton b, int direction) Description of the Methodboolean
paintThumb
(Graphics g, JScrollBar scrollbar, Rectangle thumbBounds) Description of the Methodboolean
paintTrack
(Graphics g, JScrollBar scrollbar, Rectangle trackBounds) Description of the Methodboolean
status()
Description of the MethodMethods inherited from class com.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
getSkin, 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
uninstallSkin
-
Constructor Details
-
AbstractSkinScrollbar
public AbstractSkinScrollbar() -
AbstractSkinScrollbar
-
-
Method Details
-
getPreferredSize
Gets the PreferredSize attribute of the AbstractSkinScrollbar object- Specified by:
getPreferredSize
in interfaceSkinScrollbar
- Parameters:
scrollbar
- Description of Parameter- Returns:
- The PreferredSize value
-
getMinimumThumbSize
Gets the MinimumThumbSize attribute of the AbstractSkinScrollbar object- Specified by:
getMinimumThumbSize
in interfaceSkinScrollbar
- Returns:
- The MinimumThumbSize value
-
getArrowPreferredSize
Gets the ArrowPreferredSize attribute of the AbstractSkinScrollbar object- Specified by:
getArrowPreferredSize
in interfaceSkinScrollbar
- Parameters:
direction
- Description of Parameter- Returns:
- The ArrowPreferredSize value
-
status
public boolean status()Description of the Method- Specified by:
status
in interfaceSkinComponent
- Overrides:
status
in classAbstractSkinComponent
- Returns:
- Description of the Returned Value
-
installSkin
Description of the Method- Specified by:
installSkin
in interfaceSkinComponent
- Overrides:
installSkin
in classAbstractSkinComponent
- Parameters:
c
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintArrow
Description of the Method- Specified by:
paintArrow
in interfaceSkinScrollbar
- Parameters:
g
- Description of Parameterb
- Description of Parameterdirection
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintTrack
Description of the Method- Specified by:
paintTrack
in interfaceSkinScrollbar
- Parameters:
g
- Description of Parameterscrollbar
- Description of ParametertrackBounds
- Description of Parameter- Returns:
- Description of the Returned Value
-
paintThumb
Description of the Method- Specified by:
paintThumb
in interfaceSkinScrollbar
- Parameters:
g
- Description of Parameterscrollbar
- Description of ParameterthumbBounds
- Description of Parameter- Returns:
- Description of the Returned Value
-