Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.javatools.editor.insight
Class TooltipDataItem

java.lang.Object
  extended by oracle.javatools.editor.insight.TooltipDataItem

public abstract class TooltipDataItem
extends java.lang.Object

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.

See Also:
TooltipInsightData, TooltipInsightView, TooltipDataItemCellRenderer

Constructor Summary
TooltipDataItem()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TooltipDataItem

public TooltipDataItem()
Method Detail

getDisplayText

public abstract java.lang.String getDisplayText()
Fetches a displayable text for this item that can be used as the visible text within a list cell. When using the TooltipDataItemCellRenderer, this display text is what is rendered visibly.

Returns:
a String with the displayable text

getAccessibleText

public java.lang.String getAccessibleText()
Gets the tet to use for accessibility purposes

Returns:
the text to use for accessiblity

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.