jadex.swing.sequence
Class CloneOpenFileAction

java.lang.Object
  |
  +--jadex.swing.sequence.CloneOpenFileAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class CloneOpenFileAction
extends java.lang.Object
implements java.awt.event.ActionListener

This class is used to open a sequnece_map file.


Constructor Summary
CloneOpenFileAction()
          Default constructor
CloneOpenFileAction(MapViewContainer container)
          Second constructor with container as the argument
CloneOpenFileAction(MapViewContainer c, SequenceMapView v)
          Third constructor with container and SequenceMapView as the arguments
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent p1)
          Invoked when an action occurs.
 void setContainer(MapViewContainer c)
          Set MapViewContainer
 void setMapView(SequenceMapView v)
          set SequenceMapView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloneOpenFileAction

public CloneOpenFileAction()
Default constructor

CloneOpenFileAction

public CloneOpenFileAction(MapViewContainer container)
Second constructor with container as the argument

CloneOpenFileAction

public CloneOpenFileAction(MapViewContainer c,
                           SequenceMapView v)
Third constructor with container and SequenceMapView as the arguments
Method Detail

setContainer

public void setContainer(MapViewContainer c)
Set MapViewContainer

setMapView

public void setMapView(SequenceMapView v)
set SequenceMapView

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent p1)
Description copied from interface: java.awt.event.ActionListener
Invoked when an action occurs.
Specified by:
actionPerformed in interface java.awt.event.ActionListener