Package org.esa.snap.rcp.about
Class AboutAction
- java.lang.Object
-
- org.esa.snap.rcp.about.AboutAction
-
- All Implemented Interfaces:
ActionListener
,EventListener
public final class AboutAction extends Object implements ActionListener
Displays theAboutPanel
in a modal dialog.
-
-
Constructor Summary
Constructors Constructor Description AboutAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent e)
-
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interfaceActionListener
-
-