|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.ide.explorer.IconOverlayTracker
Thread-based utility class tracking node visibility for overlay icons.
Constructor Summary | |
IconOverlayTracker()
Constructor. |
|
IconOverlayTracker(int batchSize)
Constructor. |
Method Summary | |
void |
deregisterTreeExplorer(TreeExplorer tree)
Deregisters the given tree explorer with the overlay tracker. |
protected abstract java.util.List |
getOverlayIcons(java.util.List elements)
Gets a list of corresponding overlay icons for the given elements. |
protected abstract boolean |
isControlled(Element e)
Asks whether the given element is controlled by the overlay client. |
void |
registerTreeExplorer(TreeExplorer tree)
Registers the given tree explorer with the overlay tracker. |
void |
repaintOverlays()
Repaints all visible tree explorer nodes after state changes. |
void |
stopTracking()
Performs cleanup after use and prior to finalization. |
void |
validateOverlay(Element e)
Validates the given element within the overlay cache. |
void |
validateOverlays()
Validates all elements within the overlay cache. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IconOverlayTracker()
public IconOverlayTracker(int batchSize)
batchSize
- the overlay request batch size.Method Detail |
protected abstract boolean isControlled(Element e)
e
- the element.
protected abstract java.util.List getOverlayIcons(java.util.List elements)
elements
- the list of elements.
public void registerTreeExplorer(TreeExplorer tree)
public void deregisterTreeExplorer(TreeExplorer tree)
public void validateOverlay(Element e)
e
- the element.public void validateOverlays()
public void repaintOverlays()
public void stopTracking()
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.