|
Extension SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to the client controller of explorer node overlays. Register a client with the node overlay manager to specify navigator overlay behaviour for controlled elements.
If using the default overlay manager, ensure that the registered client's controlled nodes implement the Subject interface. This is required since UpdateMessages are used to observe node state changes for overlay updates and repainting.
NavigatorManager
,
NodeOverlayManager
Method Summary | |
javax.swing.Icon |
getOverlayIcon(Element e)
Gets the overlay icon for the given client element. |
boolean |
isControlled(Element e)
Asks whether overlays for the given node are controlled by this client. |
Method Detail |
public boolean isControlled(Element e)
e
- the element in question.public javax.swing.Icon getOverlayIcon(Element e)
e
- the element.
|
Extension SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |