Extension SDK 10.1.2

Package oracle.ide.gallery

Contains classes implementing JDeveloper's new object gallery.

See:
          Description

Interface Summary
GalleryWizard  
 

Class Summary
AbstractGalleryWizard  
ElementInfo Defines the information used to specify a gallery element.
GalleryAddinUtil Command-line utility to add items to or remove items from the gallery.xml file at build time.
GalleryElement Element for each item in the Object Gallery list.
GalleryFolder Container used in the gallery category tree, which may contain both sub-folders and gallery items.
GalleryManager Interface to the gallery so that the AddinManager is not dependent on the gallery addin
GalleryTagHandler Handler to process the gallery xml tag which is read by the extension manager.
GalleryXMLDataNode XMLDataContainer subclass for the Object Gallery.
ObjectGallery Main object gallery, which is responsible for invoking the object gallery dialog.
ObjectGalleryAddin Addin which glues the Object Gallery into the JDeveloper IDE.
ObjectGalleryPanel The JPanel implementation that contains the gallery category tree, item list, and description area.
RootGalleryFolder The Root of the tree of GalleryFolder and GalleryElement instances.
 

Package oracle.ide.gallery Description

Contains classes implementing JDeveloper's new object gallery. In general, addins add their own entries to this gallery by modifying the gallery.xml file.

Related Documentation

See Extending JDeveloper Using the Addin API for detailed information.


Extension SDK

 

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