Skip navigation links

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

E17493-04


Uses of Class
oracle.ide.explorer.IconOverlay

Packages that use IconOverlay
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. 
oracle.jdeveloper.vcs.changelist   
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 

 

Uses of IconOverlay in oracle.ide.explorer

 

Methods in oracle.ide.explorer that return IconOverlay
 IconOverlay IconOverlayCache.getOverlay(java.lang.String infoTypeId, Element e)
          Gets overlay information for the given element from the cache.
protected abstract  IconOverlay[] IconOverlayTracker.getOverlays(Element[] elements)
          Gets the displayable overlay information for the given elements.

 

Methods in oracle.ide.explorer with parameters of type IconOverlay
 void IconOverlayCache.putOverlay(java.lang.String infoTypeId, Element e, IconOverlay overlay)
          Puts overlay information for the given element into the cache.

 

Uses of IconOverlay in oracle.jdeveloper.vcs.changelist

 

Methods in oracle.jdeveloper.vcs.changelist that return IconOverlay
 IconOverlay ChangeListItem.getOverlay()
           

 

Methods in oracle.jdeveloper.vcs.changelist with parameters of type IconOverlay
 void ChangeListItem.setOverlay(IconOverlay overlay)
           

 

Constructors in oracle.jdeveloper.vcs.changelist with parameters of type IconOverlay
ChangeListItem(java.net.URL url, java.util.Collection<Project> projects, IconOverlay overlay)
           
ChangeListItem(java.net.URL url, IconOverlay overlay)
           

 

Uses of IconOverlay in oracle.jdeveloper.vcs.spi

 

Methods in oracle.jdeveloper.vcs.spi that return IconOverlay
protected  IconOverlay VCSIconOverlayTracker.getCompositeElementOverlay(java.net.URL[] urls)
           
 IconOverlay VCSStatus.getOverlay()
          Gets overlay information describing the status.
 IconOverlay VCSOverlayItem.getOverlay()
          Gets overlay information describing the status.
protected  IconOverlay[] VCSIconOverlayTracker.getOverlays(Element[] elements)
           
protected  IconOverlay VCSOverlayItemProducer.produceOverlay(java.net.URL url, VCSStatus status)
          Produce the overlay object for the given URL and status.
protected  IconOverlay VCSOverlayItemProducer.produceOverlay(java.net.URL url, VCSStatus status, VCSPreferences prefs)
           
protected  IconOverlay[] VCSOverlayItemProducer.produceOverlays(java.net.URL[] urls, VCSStatus[] statuses)
           
protected  IconOverlay[] VCSOverlayItemProducer.produceOverlays(java.net.URL[] urls, VCSStatus[] statuses, VCSPreferences prefs)
           

 

Constructors in oracle.jdeveloper.vcs.spi with parameters of type IconOverlay
VCSOverlayItem(VCSStatus status, IconOverlay overlay)
          Constructor.

 


Skip navigation links

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

E17493-04


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