Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Uses of Class
oracle.ide.explorer.IconOverlayCache

Packages that use IconOverlayCache
oracle.ide.explorer Contains the interfaces and classes addins use to provide a structured view of data contained in nodes displayed in a navigator or an editor. 
 

Uses of IconOverlayCache in oracle.ide.explorer
 

Methods in oracle.ide.explorer that return IconOverlayCache
static IconOverlayCache IconOverlayCache.getInstance()
           
 IconOverlayCache IconOverlayConsumer.getOverlayCache()
          Returns the IconOverlayCache to assist node rendering.
 IconOverlayCache IconOverlayTracker.getOverlayCache()
          Gets the icon overlay cache for this overlay tracker instance.
 

Methods in oracle.ide.explorer with parameters of type IconOverlayCache
 void IconOverlayConsumer.setOverlayCache(IconOverlayCache cache)
          Sets the IconOverlayCache to assist node rendering.
 

Constructors in oracle.ide.explorer with parameters of type IconOverlayCache
IconOverlayTracker(java.lang.String infoTypeId, IconOverlayCache cache)
          Deprecated. replaced by declarative registration through icon-overlay-hook (derivative classes must implement a default constructor).
IconOverlayTracker(java.lang.String infoTypeId, IconOverlayCache cache, int batchSize)
          Deprecated. replaced by declarative registration through icon-overlay-hook (derivative classes must implement a default constructor).
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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