pt.moredata.netbeans.modules.moredatatemplates
Class OLTPAppModule

java.lang.Object
  extended byorg.openide.util.SharedClassObject
      extended byorg.openide.modules.ModuleInstall
          extended bypt.moredata.netbeans.modules.moredatatemplates.OLTPAppModule
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class OLTPAppModule
extends org.openide.modules.ModuleInstall

An object of this class is created when the module is initialized. This class is referenced in manifest.mf

Author:
sergio
See Also:
Serialized Form

Constructor Summary
OLTPAppModule()
          Constructor for the Module object
 
Method Summary
 boolean closing()
          Description of the Method
 void installed()
          Called when the module is first installed into the IDE.
 void restored()
          Called when an already-installed module is restored (at IDE startup time).
 void uninstalled()
          Description of the Method
 
Methods inherited from class org.openide.modules.ModuleInstall
clearSharedData, close, 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, writeExternal, writeReplace
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OLTPAppModule

public OLTPAppModule()
Constructor for the Module object

Method Detail

installed

public void installed()
Called when the module is first installed into the IDE.


uninstalled

public void uninstalled()
Description of the Method


restored

public void restored()
Called when an already-installed module is restored (at IDE startup time).


closing

public boolean closing()
Description of the Method

Returns:
Description of the Return Value