pop.gui
Class SetupAction

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

public class SetupAction
extends AbstractStep

Sets up the model by querying user about main dimensions and titles.

See Also:
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
SetupAction()
          Intended for use by ActionManager object only
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Intended as user-initiated action
 void clear_done()
          Reverses show_done().
 boolean new_setup()
          Returns true if user has set up a completely new model.
 void show_done()
          Records setup complete (invoked when setup values are acquired elsewhere.
 Constants values()
          Returns the SetupValues.
 
Methods inherited from class pop.gui.AbstractStep
choose_input_file, confirm, has_manager, inform, set_manager, setUpIntegerEditor, 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

SetupAction

public SetupAction()
Intended for use by ActionManager object only
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Intended as user-initiated action
Overrides:
actionPerformed in class javax.swing.AbstractAction

new_setup

public boolean new_setup()
Returns true if user has set up a completely new model.

values

public Constants values()
Returns the SetupValues.

show_done

public void show_done()
Records setup complete (invoked when setup values are acquired elsewhere.
Overrides:
show_done in class AbstractStep

clear_done

public void clear_done()
Reverses show_done().
Overrides:
clear_done in class AbstractStep