|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxe.AttributePanel.FieldListener
class AttributePanel.FieldListener
A Listener that changes the Attribute of an Element, if the Text is changed
| Field Summary | |
|---|---|
private java.lang.String |
_attr
|
private org.w3c.dom.Element |
_el
|
private java.lang.String |
_ns
|
| Constructor Summary | |
|---|---|
AttributePanel.FieldListener(org.w3c.dom.Element el,
java.lang.String attr,
java.lang.String ns)
Creates a Listener for a Document |
|
| Method Summary | |
|---|---|
void |
changed(javax.swing.event.DocumentEvent e)
Changes the Attribute if the Document was changed |
void |
changedUpdate(javax.swing.event.DocumentEvent e)
Changes the Attribute if the Document was changed |
void |
insertUpdate(javax.swing.event.DocumentEvent e)
Changes the Attribute if the Document was changed |
void |
removeUpdate(javax.swing.event.DocumentEvent e)
Changes the Attribute if the Document was changed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final org.w3c.dom.Element _el
private final java.lang.String _attr
private final java.lang.String _ns
| Constructor Detail |
|---|
public AttributePanel.FieldListener(org.w3c.dom.Element el,
java.lang.String attr,
java.lang.String ns)
el - the shown Elementattr - the shown Attribute| Method Detail |
|---|
public void changed(javax.swing.event.DocumentEvent e)
e - the DocumentEventpublic void changedUpdate(javax.swing.event.DocumentEvent e)
changedUpdate in interface javax.swing.event.DocumentListenere - the DocumentEventpublic void insertUpdate(javax.swing.event.DocumentEvent e)
insertUpdate in interface javax.swing.event.DocumentListenere - the DocumentEventpublic void removeUpdate(javax.swing.event.DocumentEvent e)
removeUpdate in interface javax.swing.event.DocumentListenere - the DocumentEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||