Extension SDK 10.1.2

oracle.ide.explorer
Interface IconOverlayConsumer

All Known Subinterfaces:
TreeExplorer

public interface IconOverlayConsumer

The IconOverlayConsumer interface defines the API for consumers of an IconOverlayCache.


Method Summary
 Element getElement(java.lang.Object value)
          Returns the data element associated with the given node value.
 javax.swing.JTree getJTree()
          Returns the JTree.
 IconOverlayCache getOverlayCache()
          Returns the IconOverlayCache to assist node rendering.
 void setOverlayCache(IconOverlayCache cache)
          Sets the IconOverlayCache to assist node rendering.
 

Method Detail

getJTree

public javax.swing.JTree getJTree()
Returns the JTree.


getOverlayCache

public IconOverlayCache getOverlayCache()
Returns the IconOverlayCache to assist node rendering.


setOverlayCache

public void setOverlayCache(IconOverlayCache cache)
Sets the IconOverlayCache to assist node rendering.


getElement

public Element getElement(java.lang.Object value)
Returns the data element associated with the given node value.


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.