Class DistributeNodesAction

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.DistributeNodesAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class DistributeNodesAction extends OpgraphEditorAction
See Also:
  • Constructor Details

    • DistributeNodesAction

      public DistributeNodesAction(OpgraphEditor editor, int direction)
  • Method Details

    • getName

      protected String getName()
    • getIcon

      protected ImageIcon getIcon()
    • hookableActionPerformed

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