public abstract class TooltipDataItem
extends java.lang.Object
TooltipDataItem
can be used as an abstract
starting point for data item objects stored in a
TooltipInsightData
. Note that its use is optional,
it is more for convenience and code resuse.
Note that data items that do extend this class can also make use of
the TooltipDataItemCellRenderer
as a basic default
cell renderer.
Constructor and Description |
---|
TooltipDataItem() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessibleText()
Gets the tet to use for accessibility purposes
|
abstract java.lang.String |
getDisplayText()
Fetches a displayable text for this item that can be used as
the visible text within a list cell.
|
public abstract java.lang.String getDisplayText()
TooltipDataItemCellRenderer
, this display text is
what is rendered visibly.public java.lang.String getAccessibleText()