Class OpenComposerAction

java.lang.Object
javax.swing.AbstractAction
ca.phon.app.hooks.HookableAction
ca.phon.app.opgraph.editor.actions.OpenComposerAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class OpenComposerAction extends HookableAction
See Also:
  • Constructor Details

    • OpenComposerAction

      public OpenComposerAction()
    • OpenComposerAction

      public OpenComposerAction(URL documentURL)
    • OpenComposerAction

      public OpenComposerAction(ca.phon.opgraph.OpGraph opgraph)
  • Method Details

    • getDocumentURL

      public URL getDocumentURL()
    • setDocumentURL

      public void setDocumentURL(URL documentURL)
    • getGraph

      public ca.phon.opgraph.OpGraph getGraph()
    • setGraph

      public void setGraph(ca.phon.opgraph.OpGraph graph)
    • hookableActionPerformed

      public void hookableActionPerformed(ActionEvent ae)
      Description copied from class: HookableAction
      Method which should be implemented instead of actionPerformed.
      Specified by:
      hookableActionPerformed in class HookableAction