com.ontotext.gate.vr
Class OEMainPanel.SaveAsListener

java.lang.Object
  extended bycom.ontotext.gate.vr.OEMainPanel.SaveAsListener
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
OEMainPanel

private class OEMainPanel.SaveAsListener
extends Object
implements ActionListener

Listener for choosing [save As] from the popup menu


Constructor Summary
private OEMainPanel.SaveAsListener()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OEMainPanel.SaveAsListener

private OEMainPanel.SaveAsListener()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener