|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard
The database form generation wizard entry class. This is part of the Moredata (http://www.moredata.pt) java development module. This is the class referenced in the mf-layer.xml
| Field Summary | |
static java.lang.String |
applicationSaved
|
static java.lang.String |
bundleFormView
|
static java.lang.String |
bundleTableView
|
static java.lang.String |
bundleTextFieldView
|
static int |
COLUMN_PANEL
Define the order panel where the columns are selected |
static java.lang.String |
connectDialogTitle
|
static int |
CONNECTION_PANEL
Define throws connection panel order |
static java.lang.String |
creatingApplication
|
static int |
FINISH_PANEL
Define the order of the finish panel |
static java.lang.String |
generatingFiles
|
static java.lang.String |
openingApplication
|
static java.lang.String |
savingApplication
|
static int |
WELCOME_PANEL
Define the welcome panel order |
| Constructor Summary | |
Wizard()
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent actionevent)
Executed when Action performed event ocurr. |
Data |
getData()
Get a rerence to the Data oject that have all the information colected |
WizardPanel |
getPanel(int i)
Get a panel by order, from the wizard array. |
void |
propertyChange(java.beans.PropertyChangeEvent propertychangeevent)
|
static org.openide.loaders.TemplateWizard.Iterator |
singleton()
Executed to generate a singleton object by netbeans. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int WELCOME_PANEL
public static final int CONNECTION_PANEL
public static final int COLUMN_PANEL
public static final int FINISH_PANEL
public static java.lang.String creatingApplication
public static java.lang.String generatingFiles
public static java.lang.String openingApplication
public static java.lang.String savingApplication
public static java.lang.String applicationSaved
public static java.lang.String bundleTableView
public static java.lang.String bundleTextFieldView
public static java.lang.String bundleFormView
public static java.lang.String connectDialogTitle
| Constructor Detail |
public Wizard()
| Method Detail |
public Data getData()
getData in interface WizardInterfacepublic static org.openide.loaders.TemplateWizard.Iterator singleton()
public WizardPanel getPanel(int i)
getPanel in interface WizardInterfacei - The order of the panel
public void actionPerformed(java.awt.event.ActionEvent actionevent)
actionPerformed in interface java.awt.event.ActionListeneractionevent - The event ocurred.public void propertyChange(java.beans.PropertyChangeEvent propertychangeevent)
propertyChange in interface java.beans.PropertyChangeListenerpropertychangeevent - Description of the Parameter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||