|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.AbstractAction | +--pop.gui.AbstractStep | +--pop.gui.SetupAction
Sets up the model by querying user about main dimensions and titles.
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 |
public SetupAction()
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
public boolean new_setup()
public Constants values()
public void show_done()
public void clear_done()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |