ThreeB 1.1
Public Member Functions | Private Attributes
ExportButtonListener Class Reference

Listener for the export button. More...

List of all members.

Public Member Functions

 ExportButtonListener (EControlPanel c_)
void actionPerformed (ActionEvent e)

Private Attributes

EControlPanel c

Detailed Description

Listener for the export button.

Definition at line 872 of file three_B.java.


Constructor & Destructor Documentation

ExportButtonListener::ExportButtonListener ( EControlPanel  c_) [inline]

Definition at line 875 of file three_B.java.

References c.

    {
        c = c_;
    }

Member Function Documentation

void ExportButtonListener::actionPerformed ( ActionEvent  e) [inline]

Definition at line 880 of file three_B.java.

References c, and EControlPanel::export_reconstruction_as_ij().


Member Data Documentation

Definition at line 874 of file three_B.java.

Referenced by actionPerformed(), and ExportButtonListener().


The documentation for this class was generated from the following file: