| Package | Description |
|---|---|
| oracle.javatools.ui.segmented |
| Modifier and Type | Method and Description |
|---|---|
SegmentedControl.SelectionType |
SegmentedControl.getSelectionType() |
static SegmentedControl.SelectionType |
SegmentedControl.SelectionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SegmentedControl.SelectionType[] |
SegmentedControl.SelectionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Constructor and Description |
|---|
SegmentedControl(SegmentedControl.SelectionType selectionType)
Create a SegmentedControl.
|