|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openide.util.WeakListener org.openide.util.WeakListener.Document
Weak document modifications listener. This class if final only for performance reasons, can be happily unfinaled if desired.
Nested Class Summary |
Nested classes inherited from class org.openide.util.WeakListener |
WeakListener.Change, WeakListener.Document, WeakListener.FileChange, WeakListener.FileStatus, WeakListener.Focus, WeakListener.Node, WeakListener.PropertyChange, WeakListener.Repository, WeakListener.VetoableChange |
Constructor Summary | |
WeakListener.Document(DocumentListener l)
Deprecated. Constructor. |
Method Summary | |
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. |
Methods inherited from class org.openide.util.WeakListener |
change, create, document, fileChange, fileStatus, focus, get, node, propertyChange, repository, setSource, toString, vetoableChange |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WeakListener.Document(DocumentListener l)
l
- listener to delegate toMethod Detail |
public 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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |