|
ThreeB 1.1
|
Listener for the export button. More...
Public Member Functions | |
| ExportButtonListener (EControlPanel c_) | |
| void | actionPerformed (ActionEvent e) |
Private Attributes | |
| EControlPanel | c |
Listener for the export button.
Definition at line 872 of file three_B.java.
| ExportButtonListener::ExportButtonListener | ( | EControlPanel | c_ | ) | [inline] |
| void ExportButtonListener::actionPerformed | ( | ActionEvent | e | ) | [inline] |
Definition at line 880 of file three_B.java.
References c, and EControlPanel::export_reconstruction_as_ij().
{
c.export_reconstruction_as_ij();
}
EControlPanel ExportButtonListener::c [private] |
Definition at line 874 of file three_B.java.
Referenced by actionPerformed(), and ExportButtonListener().
1.7.4