Public Member Functions | |
ParametricCopyHolder[] | getCopies () |
void | addCopy (ParametricCopyHolder copyHolder) |
void | reset () |
boolean | shouldForceDifferentMachines () |
Package Functions | |
ParametricPanel () | |
Private Member Functions | |
void | addCopy () |
void | editCopy () |
void | addCopy (AddEditParametricPanel aepp) |
void | editCopy (AddEditParametricPanel aepp) |
void | removeCopy () |
void | renumberCopies () |
Private Attributes | |
JButton | addButton |
JButton | removeButton |
JButton | editButton |
JCheckBox | forceDifferentMachinesCheck |
JScrollPane | copiesScrollPane |
DefaultListModel | copiesListModel |
JList | copiesList |
int | lastCopyId |
|
Creates a new ParametricPanel |
|
|
|
Called when a user adds a new instance of the application to be executed. |
|
Called when a user adds a new instance of the application to be executed. Pops a AddEditParametricPanel. |
|
Allows a user to modify an instance of the application to be executed. |
|
Allows a user to modify an instance of the application to be executed. Pops a AddEditParametricPanel. |
|
Returns an array containing the instances of a Parametric Application |
|
Removes an instance of the parametric application. |
|
Only to ensure that all copies are numbered 1....n. For Visualization purposes only. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|