Package jaxe
Class ActionInsertionBalise
- java.lang.Object
-
- javax.swing.AbstractAction
-
- javax.swing.text.TextAction
-
- jaxe.ActionInsertionBalise
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class ActionInsertionBalise extends javax.swing.text.TextAction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActionInsertionBalise(JaxeDocument doc, java.lang.String titre, org.w3c.dom.Element refElement, java.lang.String nomNoeud, java.lang.String typeNoeud)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
org.w3c.dom.Element
getRefElement()
void
setRefElement(org.w3c.dom.Element ref)
Utilisable pour changer la référence quand le nom et le type ne changent pas-
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
-
ActionInsertionBalise
public ActionInsertionBalise(JaxeDocument doc, java.lang.String titre, org.w3c.dom.Element refElement, java.lang.String nomNoeud, java.lang.String typeNoeud)
-
-