Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Class
oracle.ide.palette2.PaletteSection

Packages that use PaletteSection
oracle.ide.palette2 Contains interfaces and classes that allow for palette integration. 
 

Uses of PaletteSection in oracle.ide.palette2
 

Subclasses of PaletteSection in oracle.ide.palette2
 class DefaultPaletteSection
          DefaultPaletteSection - class provides a default PaletteSection model implementation that can be extended by client extension developers.
 

Methods in oracle.ide.palette2 that return types with arguments of type PaletteSection
abstract  java.util.Collection<PaletteSection> PaletteGroup.getSections()
          Get Palette Sections
 java.util.Collection<PaletteSection> DefaultPaletteGroup.getSections()
          Get Palette Sections
 

Methods in oracle.ide.palette2 with parameters of type PaletteSection
 void DefaultPaletteGroup.addSection(PaletteSection section)
          Add Palette Section
protected  void DefaultPaletteGroup.removeSection(PaletteSection section)
          Remove Palette Section
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.