public class EventSetWizard extends BaliWizard implements java.beans.PropertyChangeListener
EventListener and an
EventObject._dlg, largeIcon, state, wizName| Constructor and Description |
|---|
EventSetWizard() |
| Modifier and Type | Method and Description |
|---|---|
protected oracle.bali.ewt.dialog.JEWTDialog |
buildDialog(Context context,
BaliWizardState state)
Create and fill in JEWTDialog instances.
|
protected BaliWizardPanel |
buildPanel(Context context,
BaliWizardState state)
The returned Panel should be a JPanel that implements the
BaliWizardPanel interface.
|
protected BaliWizardState |
buildState(Context context)
Create a new state object.
|
protected java.lang.String |
getDialogTitle() |
java.lang.String |
getEventListenerClassName()
Gets the qualified name of the EventListener class generated by this
wizard.
|
java.lang.String |
getEventObjectClassName()
Gets the qualified name of the EventObject class generated by this
wizard.
|
protected java.lang.String |
getHeaderDescription() |
javax.swing.Icon |
getIcon()
Gets the
Icon to use in the Object Gallery. |
java.lang.String |
getLongLabel()
Provides a description of the Wizard that appears in the hint text
area of the Object Gallery.
|
java.lang.String |
getShortLabel()
Gets the name of the Wizard; the code can be inherited, as it returns
the abstracted variable wizName.
|
boolean |
invoke(Context context)
Invokes the wizard.
|
void |
propertyChange(java.beans.PropertyChangeEvent evt) |
cancel, commitAndFinish, displayErrorMessage, finish, getHeaderImage, getHeaderTitle, isAvailablegetLegacyParams, getMenuSpecification, getToolTipText, getWizardId, setLegacyParams, setWizardId, toStringpublic java.lang.String getEventListenerClassName()
public java.lang.String getEventObjectClassName()
protected BaliWizardPanel buildPanel(Context context, BaliWizardState state)
BaliWizardbuildPanel in class BaliWizardprotected BaliWizardState buildState(Context context)
BaliWizardbuildState in class BaliWizardcontext - The Context describing the conditions of the call.Contextpublic java.lang.String getShortLabel()
BaliWizardgetShortLabel in class BaliWizardprotected java.lang.String getHeaderDescription()
getHeaderDescription in class BaliWizardprotected java.lang.String getDialogTitle()
getDialogTitle in class BaliWizardpublic 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 BaliWizardIcon to be displayed in the Object Gallery.public java.lang.String getLongLabel()
WizardWizard.getShortLabel().getLongLabel in class Wizardprotected oracle.bali.ewt.dialog.JEWTDialog buildDialog(Context context, BaliWizardState state)
BaliWizardImportant note: All panels must implement the BaliWizardPanel interface in order for this BaliWizard to work!
buildDialog in class BaliWizardcontext - The Context describing the conditions of the call.state - The state.Context,
JEWTDialogpublic boolean invoke(Context context)
Invokableinvoke in interface Invokableinvoke in class BaliWizardcontext - 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.public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange in interface java.beans.PropertyChangeListener