pop.gui
Class RunAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--pop.gui.AbstractStep
              |
              +--pop.gui.RunAction

public class RunAction
extends AbstractStep

Responds to user request to runs the model. Passes the message to the ActionManager (who contacts the model).

See Also:
ActionManager, Serialized Form

Inner classes inherited from class pop.gui.AbstractStep
AbstractStep.StepFrame, AbstractStep.StepTableModel
 
Fields inherited from class pop.gui.AbstractStep
input_filename, manager, user_directory
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Constructor Summary
RunAction()
          Ordinary constructor.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Runs the model if it hasn't already been run for the current configuration of data.
 boolean ready()
          True if the data are all available.
 
Methods inherited from class pop.gui.AbstractStep
choose_input_file, clear_done, confirm, has_manager, inform, set_manager, setUpIntegerEditor, show_done, timesRoman
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunAction

public RunAction()
Ordinary constructor.
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Runs the model if it hasn't already been run for the current configuration of data. Otherwise an information panel pops up.
Overrides:
actionPerformed in class javax.swing.AbstractAction

ready

public boolean ready()
True if the data are all available.