Package | Description |
---|---|
com.xalys.xgl.layouts.scroll | |
com.xalys.xgl.theme.dark.global | |
com.xalys.xgl.theme.interfaces.global | |
com.xalys.xgl.theme.light.global |
Modifier and Type | Method and Description |
---|---|
ScrollBarLocation |
ScrollablePanel.getHorizontalScrollBarLocation() |
ScrollBarLocation |
ScrollablePanel.getVerticalScrollBarLocation() |
static ScrollBarLocation |
ScrollBarLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScrollBarLocation[] |
ScrollBarLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ScrollablePanel.setHorizontalScrollBarLocation(ScrollBarLocation horizontalScrollBarLocation) |
void |
ScrollablePanel.setVerticalScrollBarLocation(ScrollBarLocation verticalScrollBarLocation) |
Modifier and Type | Field and Description |
---|---|
static ScrollBarLocation |
DarkThemeConstants.HORIZONTAL_SCROLL_BAR_LOCATION |
static ScrollBarLocation |
DarkThemeConstants.VERTICAL_SCROLL_BAR_LOCATION |
Modifier and Type | Method and Description |
---|---|
ScrollBarLocation |
DarkThemeConstants.getHorizontalScrollBarLocation() |
ScrollBarLocation |
DarkThemeConstants.getVerticalScrollBarLocation() |
Modifier and Type | Method and Description |
---|---|
ScrollBarLocation |
ThemeConstants.getHorizontalScrollBarLocation() |
ScrollBarLocation |
ThemeConstants.getVerticalScrollBarLocation() |
Modifier and Type | Field and Description |
---|---|
static ScrollBarLocation |
LightThemeConstants.HORIZONTAL_SCROLL_BAR_LOCATION |
static ScrollBarLocation |
LightThemeConstants.VERTICAL_SCROLL_BAR_LOCATION |
Modifier and Type | Method and Description |
---|---|
ScrollBarLocation |
LightThemeConstants.getHorizontalScrollBarLocation() |
ScrollBarLocation |
LightThemeConstants.getVerticalScrollBarLocation() |
Copyright © 2018 Xalys. All rights reserved.