org.jext
Class PythonEditAction

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

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.
 
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.