

Definition at line 15 of file ControlDialog.java.
Public Member Functions | |
| ControlDialog (Frame mainWindow) | |
| The constructor assigns the owner argument to class variable owner and adds a WindowListener for closing events to this window. | |
| void | setMaxBDDWidth (double value) |
Private Member Functions | |
| int | checkDistanceValue () |
Private Attributes | |
| VisualizeFrame | mainFrame |
| Panel | controlPanel |
| Panel | buttonPanel |
| Panel | buttonPanel2 |
| Panel | lineDistancePanel |
| TextField | maxRange |
| CheckboxGroup | group |
| Checkbox | val1 |
| Checkbox | val2 |
| Checkbox | val3 |
| Checkbox | xorBox |
| VisuBDD::ControlDialog::ControlDialog | ( | Frame | mainWindow | ) | [inline] |
The constructor assigns the owner argument to class variable owner and adds a WindowListener for closing events to this window.
| owner | reference to owner frame |
Definition at line 29 of file ControlDialog.java.
References buttonPanel, buttonPanel2, checkDistanceValue(), controlPanel, group, lineDistancePanel, mainFrame, maxRange, VisuBDD::VisualizeFrame::repaint(), VisuBDD::VisualizeFrame::setDistance(), VisuBDD::VisualizeFrame::setMaxBddWidth(), VisuBDD::VisualizeFrame::setXorMode(), val1, val2, val3, and xorBox.
Here is the call graph for this function:

| int VisuBDD::ControlDialog::checkDistanceValue | ( | ) | [inline, private] |
Definition at line 107 of file ControlDialog.java.
References val1, val2, and val3.
Referenced by ControlDialog().
Here is the caller graph for this function:

| void VisuBDD::ControlDialog::setMaxBDDWidth | ( | double | value | ) | [inline] |
Definition at line 125 of file ControlDialog.java.
References maxRange.
Referenced by VisuBDD::VisualizeSize::main().
Here is the caller graph for this function:

Panel VisuBDD::ControlDialog::controlPanel [private] |
Panel VisuBDD::ControlDialog::buttonPanel [private] |
Panel VisuBDD::ControlDialog::buttonPanel2 [private] |
Panel VisuBDD::ControlDialog::lineDistancePanel [private] |
TextField VisuBDD::ControlDialog::maxRange [private] |
Definition at line 19 of file ControlDialog.java.
Referenced by ControlDialog(), and setMaxBDDWidth().
CheckboxGroup VisuBDD::ControlDialog::group [private] |
Checkbox VisuBDD::ControlDialog::val1 [private] |
Definition at line 21 of file ControlDialog.java.
Referenced by checkDistanceValue(), and ControlDialog().
Checkbox VisuBDD::ControlDialog::val2 [private] |
Definition at line 21 of file ControlDialog.java.
Referenced by checkDistanceValue(), and ControlDialog().
Checkbox VisuBDD::ControlDialog::val3 [private] |
Definition at line 21 of file ControlDialog.java.
Referenced by checkDistanceValue(), and ControlDialog().
Checkbox VisuBDD::ControlDialog::xorBox [private] |
1.5.1