站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

WeakListener.Document (NetBeans APIs) - NetBeans API Javadoc 4.1.0


org.openide.util
Class WeakListener.Document

java.lang.Object
  extended byorg.openide.util.WeakListener
      extended byorg.openide.util.WeakListener.Document
All Implemented Interfaces:
DocumentListener, EventListener
Enclosing class:
WeakListener

Deprecated. use appropriate method instead

public static final class WeakListener.Document
extends WeakListener
implements DocumentListener

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

WeakListener.Document

public WeakListener.Document(DocumentListener l)
Deprecated. 
Constructor.

Parameters:
l - listener to delegate to
Method Detail

changedUpdate

public void changedUpdate(DocumentEvent ev)
Deprecated. 
Gives notification that an attribute or set of attributes changed.

Specified by:
changedUpdate in interface DocumentListener
Parameters:
ev - event describing the action

insertUpdate

public void insertUpdate(DocumentEvent ev)
Deprecated. 
Gives notification that there was an insert into the document.

Specified by:
insertUpdate in interface DocumentListener
Parameters:
ev - event describing the action

removeUpdate

public void removeUpdate(DocumentEvent ev)
Deprecated. 
Gives notification that a portion of the document has been removed.

Specified by:
removeUpdate in interface DocumentListener
Parameters:
ev - event describing the action

removeMethodName

protected String removeMethodName()
Deprecated. 
Method name to use for removing the listener.

Specified by:
removeMethodName in class WeakListener
Returns:
name of method of the source object that should be used to remove the listener from listening on source of events


Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.