public static interface SegmentedControl.InfoTipTemplate<T> extends Template
| Modifier and Type | Method and Description | 
|---|---|
javax.swing.JComponent | 
getContent()
Return the content component that will be displayed in the popup window. 
 | 
void | 
setSegment(Segment<T> s)
Modify the content component to match the current segment under mouse hover. 
 | 
javax.swing.JComponent getContent()
getContent in interface Template