Interface ScrollBarConstants
-
- All Known Implementing Classes:
DarkMacScrollBarUI
,DarkScrollBarListener
,DarkScrollBarUI
,ScrollBarUtil
public interface ScrollBarConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
KEY_FAST_WHEEL_SCROLLING
static String
KEY_SCROLL_PANE_PARENT
static String
KEY_SMALL
-
Method Summary
Static Methods Modifier and Type Method Description static boolean
isSmall(JScrollBar scrollBar)
-
-
-
Field Detail
-
KEY_SCROLL_PANE_PARENT
static final String KEY_SCROLL_PANE_PARENT
- See Also:
- Constant Field Values
-
KEY_FAST_WHEEL_SCROLLING
static final String KEY_FAST_WHEEL_SCROLLING
- See Also:
- Constant Field Values
-
KEY_SMALL
static final String KEY_SMALL
- See Also:
- Constant Field Values
-
-
Method Detail
-
isSmall
static boolean isSmall(JScrollBar scrollBar)
-
-