| 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.generic | |
| oracle.jdeveloper.vcs.spi |
Contains extension-level service provider interfaces for version control system integraton.
|
| oracle.jdeveloper.vcs.util |
Contains assorted stateless utilities for version control system integraton.
|
| Modifier and Type | Method and Description |
|---|---|
IconOverlayTracker |
IconOverlayCoordinator.getOverlayTracker() |
| Modifier and Type | Method and Description |
|---|---|
static IconOverlayCoordinator |
IconOverlayRegistry.registerOverlayCoordinator(java.lang.String extensionId,
java.lang.String infoTypeId,
int batchSize,
MetaClass<? extends IconOverlayTracker> trackerClass)
Registration for an
IconOverlayCoordinator that will attach to the
overlay consumer views and perform deferred creation of the specified
IconOverlayTracker when required. |
| Modifier and Type | Method and Description |
|---|---|
abstract IconOverlayTracker |
VCSProfile.getOverlayTracker() |
| Modifier and Type | Class and Description |
|---|---|
class |
VCSIconOverlayTracker
Class for a node overlay tracker based around a version control status
cache.
|
class |
VCSNodeOverlayTracker
Deprecated.
replaced by
VCSIconOverlayTracker. |
| Modifier and Type | Method and Description |
|---|---|
static IconOverlayTracker |
VCSDefaultUtils.createNodeOverlayTracker(int batchSize,
oracle.jdeveloper.vcs.cache.StatusCacheBridge<VCSStatus> cache,
URLFilter filter,
java.lang.String vcsId)
Deprecated.
replaced by declarative registration through icon-overlay-hook
|
static IconOverlayTracker |
VCSDefaultUtils.createNodeOverlayTracker(int batchSize,
VCSOverlayItemProducer overlayItemProducer,
URLFilter filter,
java.lang.String vcsId)
Deprecated.
replaced by declarative registration through icon-overlay-hook
|