Class OpgraphEditorAction

java.lang.Object
javax.swing.AbstractAction
ca.phon.opgraph.app.commands.HookableCommand
ca.phon.app.opgraph.editor.actions.OpgraphEditorAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Direct Known Subclasses:
AlignNodesAction, AutoLayoutAction, DeleteAction, DistributeNodesAction, DuplicateAction, ExpandMacroAction, MergeNodesAction, MoveNodeAction, NewAction, OpenAction, OpgraphDebugAction, ResetViewAction, SaveAction, SaveAsAction, StartAction, StopAction, ToggleViewAction

public abstract class OpgraphEditorAction extends ca.phon.opgraph.app.commands.HookableCommand
See Also:
  • Constructor Details

    • OpgraphEditorAction

      public OpgraphEditorAction(OpgraphEditor editor)
  • Method Details