Package | Description |
---|---|
fr.cnes.genius.lowLevel |
Package containing the low level widgets.
|
Modifier and Type | Method and Description |
---|---|
GPanel.ScrollBarVisibility |
GPanel.getHorizontalScroll()
Gets the horizontal scroll bar policy applying to the panel.
|
GPanel.ScrollBarVisibility |
GPanel.getVerticalScroll()
Gets the vertical scroll bar policy applying to the panel.
|
static GPanel.ScrollBarVisibility |
GPanel.ScrollBarVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPanel.ScrollBarVisibility[] |
GPanel.ScrollBarVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GPanel.setHorizontalScroll(GPanel.ScrollBarVisibility visibility)
Sets an horizontal scroll bar to the panel.
|
void |
GPanel.setVerticalScroll(GPanel.ScrollBarVisibility visibility)
Sets an vertical scroll bar to the panel.
|
Copyright © 2024. All rights reserved.