Class RecordDataEditorViewAction

java.lang.Object
javax.swing.AbstractAction
ca.phon.app.session.editor.view.record_data.actions.RecordDataEditorViewAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Direct Known Subclasses:
DeleteGroupCommand, MergeAllGroupsCommand, MergeGroupCommand, NewGroupCommand, SplitGroupCommand

public abstract class RecordDataEditorViewAction extends AbstractAction
See Also:
  • Constructor Details

  • Method Details

    • getEditorView

      public RecordDataEditorView getEditorView()
    • getRecord

      public Record getRecord()
    • setRecord

      public void setRecord(Record record)
    • getIndex

      public int getIndex()
      Returns the group index. If not set, will return the current group index as indicated by the editor view or last group in the record.
      Returns:
    • setIndex

      public void setIndex(int index)