org.formaria.editor.netbeans.actions
Class MachineLanguageAction

java.lang.Object
  extended by CallableSystemAction
      extended by org.formaria.editor.netbeans.actions.MachineLanguageAction

public class MachineLanguageAction
extends CallableSystemAction


Constructor Summary
MachineLanguageAction()
           
 
Method Summary
protected  boolean asynchronous()
           
 HelpCtx getHelpCtx()
           
 java.lang.String getName()
           
 boolean isEnabled()
           
 void performAction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MachineLanguageAction

public MachineLanguageAction()
Method Detail

performAction

public void performAction()

getName

public java.lang.String getName()

getHelpCtx

public HelpCtx getHelpCtx()

asynchronous

protected boolean asynchronous()

isEnabled

public boolean isEnabled()