Package jaxe
Class ActionFonction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- javax.swing.text.TextAction
-
- jaxe.ActionFonction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class ActionFonction extends javax.swing.text.TextAction- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActionFonction(JaxeDocument doc, java.lang.String titre, java.lang.String classe)ActionFonction(JaxeDocument doc, java.lang.String titre, java.lang.String classe, org.w3c.dom.Element fctdef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)-
Methods inherited from class javax.swing.text.TextAction
augmentList, getFocusedComponent, getTextComponent
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
ActionFonction
public ActionFonction(JaxeDocument doc, java.lang.String titre, java.lang.String classe)
-
ActionFonction
public ActionFonction(JaxeDocument doc, java.lang.String titre, java.lang.String classe, org.w3c.dom.Element fctdef)
-
-