etomica.graphics
Class ActionHistoryWindow

java.lang.Object
  extended by etomica.graphics.ActionHistoryWindow
All Implemented Interfaces:
IAction

public class ActionHistoryWindow
extends Object
implements IAction

Action that opens a new window and dumps the coordinates into the window.


Field Summary
protected  AccumulatorHistory accumulatorHistory
           
 
Constructor Summary
ActionHistoryWindow(AccumulatorHistory accumulatorHistory)
           
 
Method Summary
 void actionPerformed()
          Completes the action defined by the class implementing this interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accumulatorHistory

protected final AccumulatorHistory accumulatorHistory
Constructor Detail

ActionHistoryWindow

public ActionHistoryWindow(AccumulatorHistory accumulatorHistory)
Method Detail

actionPerformed

public void actionPerformed()
Description copied from interface: IAction
Completes the action defined by the class implementing this interface.

Specified by:
actionPerformed in interface IAction