|
|||||||||
| Home >> All >> org >> [ jext overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jext
Class PythonAction

java.lang.Objectorg.jext.MenuAction
org.jext.PythonAction
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- Direct Known Subclasses:
- PythonEditAction
- public class PythonAction
- extends MenuAction
This class implements an
ActionListener and
handles action events fired by
Field Summary
private java.lang.Stringscript
Fields inherited from class org.jext.MenuAction
name
Constructor Summary
PythonAction(java.lang.String name,
java.lang.String script)
Creates a new menu action designed by its name and
the pyhon execution script.
Method Summary
voidactionPerformed(java.awt.event.ActionEvent evt)
This method is invoked when an action occurs.
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
Field Detail
script
private java.lang.String script
Constructor Detail
PythonAction
public PythonAction(java.lang.String name,
java.lang.String script)
Method Detail
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
java.awt.event.ActionListener
Overview
Package
Class
Use
Deprecated
Index
Home >> All >> org >> [ jext overview ]
PREV CLASS NEXT CLASS
SUMMARY:
JAVADOC |
SOURCE |
DOWNLOAD | NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
