| Package | Description | 
|---|---|
| oracle.ide.palette2 | 
 Contains interfaces and classes that allow for palette integration. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultPaletteSection
DefaultPaletteSection - class provides a default PaletteSection model implementation
 that can be extended by client extension developers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract java.util.Collection<PaletteSection> | 
PaletteGroup.getSections()
Get Palette Sections 
 | 
java.util.Collection<PaletteSection> | 
DefaultPaletteGroup.getSections()
Get Palette Sections 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultPaletteGroup.addSection(PaletteSection section)
Add Palette Section 
 | 
protected void | 
DefaultPaletteGroup.removeSection(PaletteSection section)
Remove Palette Section 
 |