|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xnap.gui.component.DocumentAdapter
public abstract class DocumentAdapter
An abstract adapter class for receiving document events. The methods in this class are empty. This class exists as convenience for creating listener objects.
Constructor Summary | |
---|---|
DocumentAdapter()
|
Method Summary | |
---|---|
void |
changedUpdate(javax.swing.event.DocumentEvent e)
Invoked when a portion of the document has been removed. |
void |
insertUpdate(javax.swing.event.DocumentEvent e)
Invoked when an attribute or set of attributes changed. |
void |
removeUpdate(javax.swing.event.DocumentEvent e)
Invoked when there was an insert into the document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentAdapter()
Method Detail |
---|
public void insertUpdate(javax.swing.event.DocumentEvent e)
insertUpdate
in interface javax.swing.event.DocumentListener
public void removeUpdate(javax.swing.event.DocumentEvent e)
removeUpdate
in interface javax.swing.event.DocumentListener
public void changedUpdate(javax.swing.event.DocumentEvent e)
changedUpdate
in interface javax.swing.event.DocumentListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |