|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.javatools.editor.insight.TooltipDataItem
The 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.
TooltipInsightData
,
TooltipInsightView
,
TooltipDataItemCellRenderer
Constructor Summary | |
TooltipDataItem()
|
Method Summary | |
java.lang.String |
getAccessibleText()
Gets the text 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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TooltipDataItem()
Method Detail |
public abstract java.lang.String getDisplayText()
TooltipDataItemCellRenderer
, this display text is
what is rendered visibly.
public java.lang.String getAccessibleText()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.