|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.l2fprod.gui.plaf.skin.impl.AbstractSkinComponent
com.l2fprod.gui.plaf.skin.impl.AbstractSkinScrollbar
public class AbstractSkinScrollbar
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 | |
---|---|
AbstractSkinScrollbar()
|
|
AbstractSkinScrollbar(Skin p_ParentSkin)
|
Method Summary | |
---|---|
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 |
Methods 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 Detail |
---|
public AbstractSkinScrollbar()
public AbstractSkinScrollbar(Skin p_ParentSkin)
Method Detail |
---|
public java.awt.Dimension getPreferredSize(javax.swing.JScrollBar scrollbar)
getPreferredSize
in interface SkinScrollbar
scrollbar
- Description of Parameter
public java.awt.Dimension getMinimumThumbSize()
getMinimumThumbSize
in interface SkinScrollbar
public java.awt.Dimension getArrowPreferredSize(int direction)
getArrowPreferredSize
in interface SkinScrollbar
direction
- Description of Parameter
public 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 Parameter
public 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 Parameter
public 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 Parameter
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |