|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ToolTipWindow.TipProvider
Method Summary | |
---|---|
java.awt.Component |
getCustomComponent(java.lang.Object id)
Returns an additional tooltip component to be added below the text field. |
java.lang.Object |
getIdUnder(java.awt.Point point)
Returns an ID of the object under the given mouse position. |
java.lang.String |
getTip(java.lang.Object id)
Returns the actual tip belonging to this point. |
Method Detail |
---|
java.lang.String getTip(java.lang.Object id)
getIdUnder(Point)
.
java.awt.Component getCustomComponent(java.lang.Object id)
java.lang.Object getIdUnder(java.awt.Point point)
getTip(Object)
directly, however this may be a too time
consuming operation.
Note: IDs are compared by == !
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |