org.jext
Class PythonEditAction

java.lang.Object
  extended by org.jext.MenuAction
      extended by org.jext.PythonAction
          extended by org.jext.PythonEditAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, EditAction

public class PythonEditAction
extends PythonAction
implements EditAction

This class implements an ActionListener and handles action events fired by . The action is performed by executing a Python script.


Field Summary
 
Fields inherited from class org.jext.MenuAction
name
 
Constructor Summary
PythonEditAction(java.lang.String name, java.lang.String script)
          Creates a new menu action designed by its name and the pyhon execution script.
 
Method Summary
 
Methods inherited from class org.jext.PythonAction
actionPerformed
 
Methods inherited from class org.jext.MenuAction
getJextParent, getJextParent, getName, getNSTextArea, getNSTextArea, getTextArea, getTextArea
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonEditAction

public PythonEditAction(java.lang.String name,
                        java.lang.String script)
Creates a new menu action designed by its name and the pyhon execution script.

Parameters:
name - Internal action name
script - Python script


Copyright ? 2002 Romain Guy.