Inherits javax::swing::JDialog, and java::awt::event::ActionListener.
Public Member Functions | |
SubplotCellResolutionPicker (SubplotEdit oParent) | |
Constructor - builds GUI. | |
void | actionPerformed (ActionEvent oEvent) |
Responds to window events. | |
Package Attributes | |
SubplotEdit | m_oParent |
The parent class. | |
Private Attributes | |
JTextField | m_jXCellLength = new JTextField("") |
X cell length. | |
JTextField | m_jYCellLength = new JTextField("") |
Y cell length. |
javawrapper.SubplotEdit.SubplotCellResolutionPicker.SubplotCellResolutionPicker | ( | SubplotEdit | oParent | ) |
Constructor - builds GUI.
oParent | Parent window |
void javawrapper.SubplotEdit.SubplotCellResolutionPicker.actionPerformed | ( | ActionEvent | oEvent | ) |
Responds to window events.
oEvent | Event triggering this call. |
JTextField javawrapper.SubplotEdit.SubplotCellResolutionPicker.m_jXCellLength = new JTextField("") [private] |
X cell length.
JTextField javawrapper.SubplotEdit.SubplotCellResolutionPicker.m_jYCellLength = new JTextField("") [private] |
Y cell length.
The parent class.