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.
|
Modifier and Type | Method and Description |
---|---|
static IconOverlayCache |
IconOverlayCache.getInstance() |
IconOverlayCache |
IconOverlayTracker.getOverlayCache()
Gets the icon overlay cache for this overlay tracker instance.
|
IconOverlayCache |
IconOverlayConsumer.getOverlayCache()
Returns the
IconOverlayCache to assist node rendering. |
Modifier and Type | Method and Description |
---|---|
void |
IconOverlayConsumer.setOverlayCache(IconOverlayCache cache)
Sets the
IconOverlayCache to assist node rendering. |
Constructor and Description |
---|
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).
|