SkinComponent, SkinScrollbar, javax.swing.SwingConstantspublic class AbstractSkinScrollbar extends AbstractSkinComponent implements javax.swing.SwingConstants, SkinScrollbar
| Constructor | Description |
|---|---|
AbstractSkinScrollbar() |
|
AbstractSkinScrollbar(Skin p_ParentSkin) |
| Modifier and Type | Method | 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, uninstallSkinclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waituninstallSkinpublic AbstractSkinScrollbar()
public AbstractSkinScrollbar(Skin p_ParentSkin)
public java.awt.Dimension getPreferredSize(javax.swing.JScrollBar scrollbar)
getPreferredSize in interface SkinScrollbarscrollbar - Description of Parameterpublic java.awt.Dimension getMinimumThumbSize()
getMinimumThumbSize in interface SkinScrollbarpublic java.awt.Dimension getArrowPreferredSize(int direction)
getArrowPreferredSize in interface SkinScrollbardirection - Description of Parameterpublic boolean status()
status in interface SkinComponentstatus in class AbstractSkinComponentpublic boolean installSkin(javax.swing.JComponent c)
installSkin in interface SkinComponentinstallSkin in class AbstractSkinComponentc - Description of Parameterpublic boolean paintArrow(java.awt.Graphics g,
javax.swing.AbstractButton b,
int direction)
paintArrow in interface SkinScrollbarg - 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 SkinScrollbarg - 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 SkinScrollbarg - Description of Parameterscrollbar - Description of ParameterthumbBounds - Description of Parameter