| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IconOverlayCache.putOverlay(java.lang.String infoTypeId,
          Element e,
          IconOverlay overlay)
Puts overlay information for the given element into the cache. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IconOverlay | 
ChangeListItem.getOverlay()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ChangeListItem.setOverlay(IconOverlay overlay)  | 
| Constructor and Description | 
|---|
ChangeListItem(java.net.URL url,
              java.util.Collection<Project> projects,
              IconOverlay overlay)  | 
ChangeListItem(java.net.URL url,
              IconOverlay overlay)  | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
| Constructor and Description | 
|---|
VCSOverlayItem(VCSStatus status,
              IconOverlay overlay)
Constructor. 
 |