|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.wizard.Wizard
oracle.jdeveloper.vcs.share.ShareWizard
public class ShareWizard
| Constructor Summary | |
|---|---|
ShareWizard(java.lang.String name, javax.swing.Icon icon, int cmdId) |
|
| Method Summary | |
|---|---|
javax.swing.Icon |
getIcon()Gets the Icon to use in the Object Gallery. |
java.lang.String |
getShortLabel()Provides the label that represents the Wizard in the Object Gallery. |
protected URLFilter |
getURLFilter() |
boolean |
invoke(Context context)Invokes the wizard. |
boolean |
isAvailable(Context context)Called when the sensitivity of the menu item that opens this wizard must be determined. |
static void |
registerShareWizard(Wizard wizard) |
| Methods inherited from class oracle.ide.wizard.Wizard |
|---|
getLegacyParams, getLongLabel, getMenuSpecification, getToolTipText, setLegacyParams, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ShareWizard(java.lang.String name,
javax.swing.Icon icon,
int cmdId)
| Method Detail |
|---|
public boolean isAvailable(Context context)
WizardisAvailable in class Wizardcontext - The Context to use when invoking this Wizard.true if the wizard can be invoked, or false otherwise.protected URLFilter getURLFilter()
public boolean invoke(Context context)
Wizardinvoke in class Wizardcontext - The context of the wizard. All parameters required by the wizard must be set on the context. The wizard may also return values to the caller by setting them into the Context for the caller to retrieve.true if the invocation was successful, false if it failed or was canceled.public java.lang.String getShortLabel()
WizardgetShortLabel in class Wizardpublic javax.swing.Icon getIcon()
WizardIcon to use in the Object Gallery. If this Wizard is not accessed from the Object Gallery, the Wizard should return null.getIcon in class WizardIcon to be displayed in the Object Gallery.public static final void registerShareWizard(Wizard wizard)
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||