T - The type of the underlying object (userObject) that a segment represents.
public interface Segment<T>
Segments can contain text, or an icon; either with an optional tooltip.
| Modifier and Type | Method and Description | 
|---|---|
javax.swing.Icon | 
getIcon()  | 
javax.swing.Icon | 
getSelectedIcon()  | 
java.lang.String | 
getText()
The user displayable text to appear in a segment. 
 | 
java.lang.String | 
getTooltip()  | 
T | 
getUserObject()  | 
java.lang.String getText()
java.lang.String getTooltip()
javax.swing.Icon getIcon()
javax.swing.Icon getSelectedIcon()
T getUserObject()