@Deprecated public static final class WeakListener.Document extends WeakListener implements DocumentListener
WeakListener.Change, WeakListener.Document, WeakListener.FileChange, WeakListener.FileStatus, WeakListener.Focus, WeakListener.Node, WeakListener.PropertyChange, WeakListener.Repository, WeakListener.VetoableChange
Constructor and Description |
---|
Document(DocumentListener l)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
changedUpdate(DocumentEvent ev)
Deprecated.
Gives notification that an attribute or set of attributes changed.
|
void |
insertUpdate(DocumentEvent ev)
Deprecated.
Gives notification that there was an insert into the document.
|
protected String |
removeMethodName()
Deprecated.
Method name to use for removing the listener.
|
void |
removeUpdate(DocumentEvent ev)
Deprecated.
Gives notification that a portion of the document has been removed.
|
change, create, document, fileChange, fileStatus, focus, get, node, propertyChange, repository, setSource, toString, vetoableChange
public Document(DocumentListener l)
l
- listener to delegate topublic void changedUpdate(DocumentEvent ev)
changedUpdate
in interface DocumentListener
ev
- event describing the actionpublic void insertUpdate(DocumentEvent ev)
insertUpdate
in interface DocumentListener
ev
- event describing the actionpublic void removeUpdate(DocumentEvent ev)
removeUpdate
in interface DocumentListener
ev
- event describing the actionprotected String removeMethodName()
removeMethodName
in class WeakListener