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

EditorModule (Editor Module) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor/3 1.32.0

org.netbeans.modules.editor
Class EditorModule

java.lang.Object
  extended by org.openide.util.SharedClassObject
      extended by org.openide.modules.ModuleInstall
          extended by org.netbeans.modules.editor.EditorModule
All Implemented Interfaces:
Externalizable, Serializable

public class EditorModule
extends ModuleInstall

Module installation class for editor.

See Also:
Serialized Form

Constructor Summary
EditorModule()
           
 
Method Summary
 void restored()
          Module installed again.
 void uninstalled()
          Called when module is uninstalled.
 
Methods inherited from class org.openide.modules.ModuleInstall
clearSharedData, close, closing, installed, updated, validate
 
Methods inherited from class org.openide.util.SharedClassObject
addNotify, addPropertyChangeListener, equals, finalize, findObject, findObject, firePropertyChange, getLock, getProperty, hashCode, initialize, putProperty, putProperty, readExternal, removeNotify, removePropertyChangeListener, reset, writeExternal, writeReplace
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorModule

public EditorModule()
Method Detail

restored

public void restored()
Module installed again.

Overrides:
restored in class ModuleInstall

uninstalled

public void uninstalled()
Called when module is uninstalled. Overrides superclass method.

Overrides:
uninstalled in class ModuleInstall

org.netbeans.modules.editor/3 1.32.0

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