org.formaria.editor.netbeans.project.helper
Class RunHelperAction

java.lang.Object
  extended by CallableSystemAction
      extended by org.formaria.editor.netbeans.project.helper.RunHelperAction

public class RunHelperAction
extends CallableSystemAction

Create a new page

Copyright(c) Formaria Ltd., 2001-2005

&Revision: $


Constructor Summary
RunHelperAction()
           
 
Method Summary
 HelpCtx getHelpCtx()
          Gets action help context.
 java.lang.String getName()
          Gets action name.
protected  java.lang.String iconResource()
          Gets icon resource.
 boolean isEnabled()
          Is this action enabled?
 void performAction()
          Create the new page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunHelperAction

public RunHelperAction()
Method Detail

performAction

public void performAction()
Create the new page.


getName

public java.lang.String getName()
Gets action name. Implements superclass abstract method.


getHelpCtx

public HelpCtx getHelpCtx()
Gets action help context. Implemenets superclass abstract method.


iconResource

protected java.lang.String iconResource()
Gets icon resource. Overrides superclass method.


isEnabled

public boolean isEnabled()
Is this action enabled?

Returns:
true if it is enabled.