org.netbeans.modules.form.wizard |
|
Java Source File Name | Type | Comment |
ConnectionPanel1.java | Class | The UI component of the ConnectionWizardPanel1. |
ConnectionPanel2.java | Class | The UI component of the ConnectionWizardPanel2. |
ConnectionPanel3.java | Class | The UI component of the ConnectionWizardPanel3. |
ConnectionWizard.java | Class | This class manages the Connection Wizard. |
ConnectionWizardPanel1.java | Class | The first panel of connection wizard - for selecting the activation event
on the source component and handler for the event (where the connection code
will be generated). |
ConnectionWizardPanel2.java | Class | The second panel of connection wizard - for selecting what to perform on
the target component (set a property, call a method or execute some user code). |
ConnectionWizardPanel3.java | Class | The third panel of connection wizard - for entering parameters for method
which will be called on the target component (specified in step 2). |
TemplateWizardIterator.java | Class | Special template wizard iterator for BeanForm template - requires to
specify superclass additionally. |