| Interface | Description |
|---|---|
| Segment<T> |
An interface representing one segment of a SegmentedControl.
|
| SegmentedControl.InfoTipTemplate<T> |
Extends oracle.javatools.ui.infotip.templates.Template so that the InfoTip content
gets updated to match the current segment under mouse hover.
|
| Class | Description |
|---|---|
| ActionSegment |
A Segment for a SegmentedControl that wraps an Action.
|
| DefaultSegment<T> |
A simple implementation of a Segment for use in a SegmentedControl.
|
| SegmentButton<T> |
A control used for one segment in the segmentedControl.
|
| SegmentedControl<T> |
An control made up of segments, where each segment is a push button.
|
| SegmentedControlUI |
A basic SegmentedControl ui delegate.
|
| Enum | Description |
|---|---|
| SegmentedControl.SelectionType |
The selection type used by a SegmentedControl.
|