public class AbstractSkinScrollbar extends AbstractSkinComponent implements javax.swing.SwingConstants, SkinScrollbar
Constructor and Description |
---|
AbstractSkinScrollbar() |
AbstractSkinScrollbar(Skin p_ParentSkin) |
Modifier and Type | Method and Description |
---|---|
java.awt.Dimension |
getArrowPreferredSize(int direction)
Gets the ArrowPreferredSize attribute of the AbstractSkinScrollbar object
|
java.awt.Dimension |
getMinimumThumbSize()
Gets the MinimumThumbSize attribute of the AbstractSkinScrollbar object
|
java.awt.Dimension |
getPreferredSize(javax.swing.JScrollBar scrollbar)
Gets the PreferredSize attribute of the AbstractSkinScrollbar object
|
boolean |
installSkin(javax.swing.JComponent c)
Description of the Method
|
boolean |
paintArrow(java.awt.Graphics g,
javax.swing.AbstractButton b,
int direction)
Description of the Method
|
boolean |
paintThumb(java.awt.Graphics g,
javax.swing.JScrollBar scrollbar,
java.awt.Rectangle thumbBounds)
Description of the Method
|
boolean |
paintTrack(java.awt.Graphics g,
javax.swing.JScrollBar scrollbar,
java.awt.Rectangle trackBounds)
Description of the Method
|
boolean |
status()
Description of the Method
|
getSkin, uninstallSkin
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
uninstallSkin
public AbstractSkinScrollbar()
public AbstractSkinScrollbar(Skin p_ParentSkin)
public java.awt.Dimension getPreferredSize(javax.swing.JScrollBar scrollbar)
getPreferredSize
in interface SkinScrollbar
scrollbar
- Description of Parameterpublic java.awt.Dimension getMinimumThumbSize()
getMinimumThumbSize
in interface SkinScrollbar
public java.awt.Dimension getArrowPreferredSize(int direction)
getArrowPreferredSize
in interface SkinScrollbar
direction
- Description of Parameterpublic boolean status()
status
in interface SkinComponent
status
in class AbstractSkinComponent
public boolean installSkin(javax.swing.JComponent c)
installSkin
in interface SkinComponent
installSkin
in class AbstractSkinComponent
c
- Description of Parameterpublic boolean paintArrow(java.awt.Graphics g, javax.swing.AbstractButton b, int direction)
paintArrow
in interface SkinScrollbar
g
- Description of Parameterb
- Description of Parameterdirection
- Description of Parameterpublic boolean paintTrack(java.awt.Graphics g, javax.swing.JScrollBar scrollbar, java.awt.Rectangle trackBounds)
paintTrack
in interface SkinScrollbar
g
- Description of Parameterscrollbar
- Description of ParametertrackBounds
- Description of Parameterpublic boolean paintThumb(java.awt.Graphics g, javax.swing.JScrollBar scrollbar, java.awt.Rectangle thumbBounds)
paintThumb
in interface SkinScrollbar
g
- Description of Parameterscrollbar
- Description of ParameterthumbBounds
- Description of Parameter