org.formaria.editor.netbeans.actions
Class ShowLanguageEditorAction

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

public class ShowLanguageEditorAction
extends CallableSystemAction

Action that can always be invoked and work procedurally.

Copyright (c) Formaria Ltd., 2001-2006, This software is licensed under the GNU Public License (GPL), please see license.txt for more details. If you make commercial use of this software you must purchase a commercial license from Formaria.

$Revision: 1.4 $


Constructor Summary
ShowLanguageEditorAction()
           
 
Method Summary
protected  boolean asynchronous()
           
 HelpCtx getHelpCtx()
           
 java.lang.String getName()
           
protected  java.lang.String iconResource()
           
 boolean isEnabled()
          Perform extra initialization of this action's singleton.
 void performAction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowLanguageEditorAction

public ShowLanguageEditorAction()
Method Detail

performAction

public void performAction()

getName

public java.lang.String getName()

iconResource

protected java.lang.String iconResource()

getHelpCtx

public HelpCtx getHelpCtx()

asynchronous

protected boolean asynchronous()

isEnabled

public boolean isEnabled()
Perform extra initialization of this action's singleton. PLEASE do not use constructors for this purpose! protected void initialize() { super.initialize(); putProperty(Action.SHORT_DESCRIPTION, NbBundle.getMessage(ShowLanguageEditorAction.class, "HINT_Action")); }