public interface RolloverTextManager extends Manager
| Modifier and Type | Method and Description |
|---|---|
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.
|
dataSourceChangedjava.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