oracle.ide.gallery
Class ObjectGallery
java.lang.Object
oracle.ide.gallery.ObjectGallery
- public final class ObjectGallery
- extends java.lang.Object
Main object gallery, which is responsible for invoking the object gallery dialog.
Constructor Summary |
ObjectGallery()
Default Constructor |
ObjectGallery(java.net.URL defaultURL)
Constructor for the New Object Gallery. |
Method Summary |
GalleryFolder |
getModel()
Gets the GalleryFolder which is the parent node of all child folders for the Object Gallery. |
static boolean |
isWizardAvailable(Wizard w, Context context)
Safe utility method to see if a wizard is available. |
void |
runDialog(Context context)
Invokes the Object Gallery on the given context. |
void |
runDialog(Context context, java.lang.String initialSelection)
|
void |
runDialog(Context context, java.lang.String initialFolder, java.lang.String initialSelection)
Invokes the Object Gallery on the given context and selects the specified wizard. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XML_FILENAME
public static final java.lang.String XML_FILENAME
-
- See Also:
- Constant Field Values
ObjectGallery
public ObjectGallery()
- Default Constructor
ObjectGallery
public ObjectGallery(java.net.URL defaultURL)
- Constructor for the New Object Gallery.
- Parameters:
defaultURL
- URL of the XML file which contains the data model used by this object gallery. If this parameter is null
, then the default gallery.xml file will be used.
getModel
public GalleryFolder getModel()
- Gets the GalleryFolder which is the parent node of all child folders for the Object Gallery.
-
- Returns:
- The root folder
- See Also:
RootGalleryFolder
runDialog
public void runDialog(Context context)
- Invokes the Object Gallery on the given context. The context is used when asking the individual wizards if they are available for use.
-
- Parameters:
context
- Context within the Ide framework from which this was invoked.
runDialog
public void runDialog(Context context,
java.lang.String initialSelection)
runDialog
public void runDialog(Context context,
java.lang.String initialFolder,
java.lang.String initialSelection)
- Invokes the Object Gallery on the given context and selects the specified wizard. The context is used when asking the individual wizards if they are available for use.
-
- Parameters:
context
- Context within the Ide framework from which this was invoked.
initialFolder
- the name of the desired folder, or null to use the default folder.
initialSelection
- the classname of the desired wizard, or null to use the default selection.
isWizardAvailable
public static final boolean isWizardAvailable(Wizard w,
Context context)
- Safe utility method to see if a wizard is available. It catches anything that may be thrown at eats it.
-
- Parameters:
w
- The wizard to check availability
context
- The context the wizard should be tested against.
Copyright © 1997, 2004, Oracle. All rights reserved.