|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomToolTipCallback
This interface provides a callback for overriding the
tool tips that the Graph
provides by default.
To provide custom tool tips, you implement this interface. Then you call the
Graph.setCustomToolTipCallback
method to register the
callback with the graph.
Graph.setCustomToolTipCallback(oracle.dss.graph.CustomToolTipCallback)
Method Summary | |
---|---|
java.lang.String |
getToolTipText(java.lang.String defaultToolTipText,
ComponentHandle componentHandle)
Retrieves the customized text for tooltips. |
Method Detail |
---|
java.lang.String getToolTipText(java.lang.String defaultToolTipText, ComponentHandle componentHandle)
Graph
calls this method
to retrieve the custom text for the tooltip.
defaultToolTipText
- The tool tip text that the
Graph
provides by default.componentHandle
- The ComponentHandle
for the component
to which this tool tip applies.
The componentHandle
will actually
be one of the following subclasses of
ComponentHandle
:
DataComponentHandle
,
GroupComponentHandle
,
NonDataComponentHandle
,
PageItemComponentHandle
, or
SeriesComponentHandle
.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |