| 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RolloverTextManager
This interface describes the API to which a class implementing popup text when the mouse rolls over the view must adhere
| Method Summary | |
|---|---|
 java.lang.Object | 
clone()Must be able to clone the manager  | 
 java.lang.String | 
getRolloverText(Dataview view, ComponentHandle component, int x, int y, int modifiers)Return the rollover text to display over the given component at the given location within the component.  | 
| Methods inherited from interface oracle.dss.dataView.Manager | 
|---|
dataSourceChanged | 
| Method Detail | 
|---|
java.lang.String getRolloverText(Dataview view,
                                 ComponentHandle component,
                                 int x,
                                 int y,
                                 int modifiers)
view - the view needing selection resolutioncomponent - the component identification.x - the mouse x location in pixels within the componenty - the mouse y location in pixels within the componentmodifiers - any keyboard modifiers in effect at the time.null if no text should be displayed at all. Return "" if an empty label is desired.
java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException - if can't clone
  | 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||