|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScrollBarOrientation | |
|---|---|
| com.explodingpixels.widgets.plaf | |
| Uses of ScrollBarOrientation in com.explodingpixels.widgets.plaf |
|---|
| Methods in com.explodingpixels.widgets.plaf that return ScrollBarOrientation | |
|---|---|
static ScrollBarOrientation |
ScrollBarOrientation.getOrientation(int swingScrollBarOrientation)
Converts a Swing scroll bar orientation (either SwingConstants.HORIZONTAL or
SwingConstants.VERTICAL to a ScrollBarOrientation. |
static ScrollBarOrientation |
ScrollBarOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ScrollBarOrientation[] |
ScrollBarOrientation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.explodingpixels.widgets.plaf with parameters of type ScrollBarOrientation | |
|---|---|
void |
ScrollBarSkin.layoutEverything(javax.swing.JScrollBar scrollBar,
ScrollBarOrientation orientation)
Called when scroll bar should be laid out by the skin. |
void |
ButtonsTogetherScrollBarSkin.layoutEverything(javax.swing.JScrollBar scrollBar,
ScrollBarOrientation orientation)
|
void |
ButtonsSeparateScrollBarSkin.layoutEverything(javax.swing.JScrollBar scrollBar,
ScrollBarOrientation orientation)
|
void |
ScrollBarSkin.layoutTrackOnly(javax.swing.JScrollBar scrollBar,
ScrollBarOrientation orientation)
Called when only the track should be laid out by the skin. |
void |
ButtonsTogetherScrollBarSkin.layoutTrackOnly(javax.swing.JScrollBar scrollBar,
ScrollBarOrientation orientation)
|
void |
ButtonsSeparateScrollBarSkin.layoutTrackOnly(javax.swing.JScrollBar scrollBar,
ScrollBarOrientation orientation)
|
ScrollBarSkin |
SkinnableScrollBarUI.ScrollBarSkinProvider.provideSkin(ScrollBarOrientation orientation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||