| Package | Description | 
|---|---|
| oracle.ide.controller | |
| oracle.ide.extension | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ContextMenuListenersHook.MyListener.elementVisited(HashStructureHookEvent e)  | 
void | 
ContextMenuListenersHook.MyListener.listenerAttached(HashStructureHookEvent e)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HashStructureHookListener.elementVisited(HashStructureHookEvent e)
When a new top-level element has been visted by the HashStructureHook 
 it will call elementVisited() passing a HashStructureHook event
 that contains a read-only HashStructure that consists of the
 data from the new element, as well as the combined HashStructure
 that contains the merged data (new and old). 
 | 
void | 
HashStructureHookListener.listenerAttached(HashStructureHookEvent e)
Called when the listener instance is attached so that
 the listener can observe the existing contents of the
 HashStructureHook's HashStructure. 
 |