|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectcom.wordpress.tipsforjava.swing.ScrollBarToolTip.Style
public enum ScrollBarToolTip.Style
| Enum Constant Summary | |
|---|---|
FIXED_END
|
|
FIXED_PRESSED
|
|
FIXED_START
|
|
FLOAT_END
|
|
FLOAT_START
|
|
| Method Summary | |
|---|---|
Style
|
getOrientationStyle(JScrollBar scrollBar)
The ScrollBarToolTip class allows you to simulate the display of a tooltip as the scrollbar thumb is being dragged. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Enum Constant Detail |
|---|
ScrollBarToolTip.Style FIXED_END
ScrollBarToolTip.Style FIXED_PRESSED
ScrollBarToolTip.Style FIXED_START
ScrollBarToolTip.Style FLOAT_END
ScrollBarToolTip.Style FLOAT_START
| Method Detail |
|---|
public Style getOrientationStyle(JScrollBar scrollBar)
Groovy Documentation