| Package | Description |
|---|---|
| oracle.javatools.ui.infotip.templates | |
| oracle.javatools.ui.segmented |
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentedControlTooltipTemplate.setSegment(Segment s) |
| Constructor and Description |
|---|
SegmentedControlTooltipTemplate(java.util.Map<Segment,java.lang.String> titleMap,
java.util.Map<Segment,java.lang.String> descMap) |
SegmentedControlTooltipTemplate(java.util.Map<Segment,java.lang.String> titleMap,
java.util.Map<Segment,java.lang.String> descMap) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionSegment
A Segment for a SegmentedControl that wraps an Action.
|
class |
DefaultSegment<T>
A simple implementation of a Segment for use in a SegmentedControl.
|
| Modifier and Type | Method and Description |
|---|---|
Segment<T> |
SegmentButton.getSegment() |
Segment<T>[] |
SegmentedControl.getSelectedObjects() |
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentedControl.addSegment(Segment<T> segment)
Add a segment to the control.
|
void |
SegmentedControl.addSegment(Segment<T> segment,
int index)
Insert segment at the specified index.
|
boolean |
SegmentedControl.isSelected(Segment<T> segment) |
void |
SegmentedControl.removeSegment(Segment<T> segment)
Remove the specified segment from this control.
|
void |
SegmentedControl.InfoTipTemplate.setSegment(Segment<T> s)
Modify the content component to match the current segment under mouse hover.
|
void |
SegmentedControl.setSelected(Segment<T> segment)
Select a Segment.
|
| Constructor and Description |
|---|
SegmentButton(Segment<T> segment,
SegmentedControl<T> segmentedControl) |