Class AlignNodesAction

java.lang.Object
javax.swing.AbstractAction
ca.phon.opgraph.app.commands.HookableCommand
ca.phon.app.opgraph.editor.actions.OpgraphEditorAction
ca.phon.app.opgraph.editor.actions.graph.AlignNodesAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class AlignNodesAction extends OpgraphEditorAction
See Also:
  • Constructor Details

    • AlignNodesAction

      public AlignNodesAction(OpgraphEditor editor, int side)
  • Method Details

    • getKeystroke

      public KeyStroke getKeystroke()
    • getIcon

      public ImageIcon getIcon()
    • getName

      public String getName()
    • hookableActionPerformed

      public void hookableActionPerformed(ActionEvent arg0)
      Specified by:
      hookableActionPerformed in class ca.phon.opgraph.app.commands.HookableCommand