cmu.survey.editor.gui.pages
Class NewRepeatedMeasureTableAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by cmu.survey.editor.gui.pages.NewTableAction
          extended by cmu.survey.editor.gui.pages.NewRepeatedMeasureTableAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public class NewRepeatedMeasureTableAction
extends NewTableAction

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class cmu.survey.editor.gui.pages.NewTableAction
NewTableAction.NewTableListener
 
Field Summary
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
NewRepeatedMeasureTableAction(DataBitStorage objectStorage)
           
NewRepeatedMeasureTableAction(DataBitStorage objectStorage, Dialogs dialogs)
           
NewRepeatedMeasureTableAction(DataBitStorage objectStorage, java.lang.String name)
           
NewRepeatedMeasureTableAction(DataBitStorage objectStorage, java.lang.String name, Dialogs dialogs)
           
 
Method Summary
 boolean makeTableNamed(java.lang.String tableName)
           
 
Methods inherited from class cmu.survey.editor.gui.pages.NewTableAction
actionPerformed, getDialogs, setNewTableChangeListener
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewRepeatedMeasureTableAction

public NewRepeatedMeasureTableAction(DataBitStorage objectStorage)

NewRepeatedMeasureTableAction

public NewRepeatedMeasureTableAction(DataBitStorage objectStorage,
                                     java.lang.String name)

NewRepeatedMeasureTableAction

public NewRepeatedMeasureTableAction(DataBitStorage objectStorage,
                                     Dialogs dialogs)

NewRepeatedMeasureTableAction

public NewRepeatedMeasureTableAction(DataBitStorage objectStorage,
                                     java.lang.String name,
                                     Dialogs dialogs)
Method Detail

makeTableNamed

public boolean makeTableNamed(java.lang.String tableName)
Specified by:
makeTableNamed in class NewTableAction