当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
EditorModule (Editor Module) - NetBeans API Javadoc (Current Development Version)
org.netbeans.modules.editor
Class EditorModule
java.lang.Object
org.openide.util.SharedClassObject
org.openide.modules.ModuleInstall
org.netbeans.modules.editor.EditorModule
- All Implemented Interfaces:
- Externalizable, Serializable
public class EditorModule
- extends ModuleInstall
Module installation class for editor.
- See Also:
- Serialized Form
Method Summary |
void |
restored()
Module installed again. |
void |
uninstalled()
Called when module is uninstalled. |
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 |
EditorModule
public EditorModule()
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