| Package | Description | 
|---|---|
| oracle.ide.palette | 
 Contains classes that allow for palette integration and commands. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ADAPaletteListener.defaultCreate(PaletteEvent event)
Notify listeners that an Item has been selected using the ENTER key
 on the component palette. 
 | 
void | 
PaletteListener.itemPressed(PaletteEvent event)
Notify listeners that an Item has been pressed on the component palette. 
 | 
void | 
PaletteListener.paletteClosed(PaletteEvent event)
Notify listeners that an existing PaletteWindow has been closed. 
 | 
void | 
PaletteListener.paletteOpened(PaletteEvent event)
Notify listeners that a new PaletteWindow has been opened. 
 | 
void | 
PaletteListener.selectionChanged(PaletteEvent event)
Notify listener that about selection changes in the Component Palette. 
 | 
void | 
PaletteListener.stickyModeActivated(PaletteEvent event)
Notify listeners that sticky mode has been activated 
 | 
void | 
PaletteListener.stickyModeDeactivated(PaletteEvent event)
Notify listeners when sticky mode has been deactivated 
 |