|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.ide.gallery.GalleryManager
Interface to the gallery so that the AddinManager is not dependent on the gallery addin
Constructor Summary | |
GalleryManager()
|
Method Summary | |
abstract java.util.Properties |
getBuilderProperties()
Get builder generator properties. |
abstract ObjectGallery |
getGallery()
Get the instance of the Object Gallery. |
static GalleryManager |
getGalleryManager()
Returns the GalleryManager instance that is active in the IDE. |
abstract void |
registerGalleryElement(ElementInfo info)
Register an element to be added to the gallery. |
static void |
setGalleryManager(GalleryManager galleryManager)
Publishes the specified GalleryManager as the active instance in the IDE. |
abstract void |
unregisterGalleryElement(ElementInfo info)
Unregister an element to be removed from the gallery. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.ide.addin.Addin |
canShutdown, ideVersion, initialize, shutdown, version |
Constructor Detail |
public GalleryManager()
Method Detail |
public static GalleryManager getGalleryManager()
public static void setGalleryManager(GalleryManager galleryManager)
public abstract ObjectGallery getGallery()
public abstract void registerGalleryElement(ElementInfo info)
info
- information specifying the location and attributes of the
new gallery element to be added.public abstract void unregisterGalleryElement(ElementInfo info)
info
- information specifying the location and attributes of the
existing gallery element to be removed.public abstract java.util.Properties getBuilderProperties()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.