|
Extension SDK 10.1.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.ide.gallery.AbstractGalleryWizard
| Constructor Summary | |
AbstractGalleryWizard()
|
|
| Method Summary | |
java.lang.String |
getLongLabel()
Returns a long label that can be displayed to the user. |
java.lang.String |
getMenuLabel()
Provides the menu label used by this Wizard. |
MenuSpec |
getMenuSpecification()
Provides the menu specification used by this Wizard. |
java.lang.String |
getName()
Provides the human readable name of this Wizard. |
java.lang.String |
getToolTipText()
Returns the tool tip text to show when the mouse pointer pauses over a UI component that represents this Displayable. |
java.lang.String |
toString()
Provides a String representation of this Wizard. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.ide.addin.Wizard |
getIcon, isAvailable |
| Methods inherited from interface oracle.ide.addin.Invokable |
invoke |
| Methods inherited from interface oracle.ide.model.Displayable |
getIcon, getShortLabel |
| Constructor Detail |
public AbstractGalleryWizard()
| Method Detail |
public java.lang.String getName()
Wizard
getName in interface Wizardpublic java.lang.String getMenuLabel()
Wizardnull.
getMenuLabel in interface Wizardnull if no label is
desired.public MenuSpec getMenuSpecification()
Wizard
If this Wizard is not invokable from the "Tools" menu,
return null.
getMenuSpecification in interface Wizardnull if no label is
required.public java.lang.String getLongLabel()
DisplayableString is considered translatable
and should therefore be placed in an appropriate resource file.
The long label differs from the short label essentially on length.
Usually the long label will only be shown on-demand and in places
where horizontal space is more available. Examples are the status
bar and tooltips.
getLongLabel in interface DisplayableDisplayable that
can be shown to the user.public java.lang.String getToolTipText()
DisplayableDisplayable.
In many cases it may be appropriate for this method to return the
same value as Displayable.getLongLabel().
getToolTipText in interface DisplayableDisplayable.public java.lang.String toString()
WizardWizard.getName().
toString in interface Wizard
|
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.