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

NbEditorUI.SystemActionUpdater (Editor Module) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor/3 1.32.0

org.netbeans.modules.editor
Class NbEditorUI.SystemActionUpdater

java.lang.Object
  extended by org.netbeans.modules.editor.NbEditorUI.SystemActionUpdater
All Implemented Interfaces:
PropertyChangeListener, EventListener, ActionPerformer
Enclosing class:
NbEditorUI

Deprecated. use SystemActionPerformer instead

public final class NbEditorUI.SystemActionUpdater
extends Object
implements PropertyChangeListener, ActionPerformer


Method Summary
 void editorActivated()
          Deprecated.  
 void editorDeactivated()
          Deprecated.  
protected  void finalize()
          Deprecated.  
 void performAction(SystemAction action)
          Deprecated. Perform the callback action
 void propertyChange(PropertyChangeEvent evt)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

editorActivated

public void editorActivated()
Deprecated. 

editorDeactivated

public void editorDeactivated()
Deprecated. 

performAction

public void performAction(SystemAction action)
Deprecated. 
Perform the callback action

Specified by:
performAction in interface ActionPerformer

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Deprecated. 
Specified by:
propertyChange in interface PropertyChangeListener

finalize

protected void finalize()
                 throws Throwable
Deprecated. 
Overrides:
finalize in class Object
Throws:
Throwable

org.netbeans.modules.editor/3 1.32.0

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