jInfer

cz.cuni.mff.ksi.jinfer.base
Class Installer

java.lang.Object
  extended by org.openide.util.SharedClassObject
      extended by org.openide.modules.ModuleInstall
          extended by cz.cuni.mff.ksi.jinfer.base.Installer
All Implemented Interfaces:
Externalizable, Serializable

public class Installer
extends ModuleInstall

Manages a module's lifecycle. Remember that an installer is optional and often not needed at all.

See Also:
Serialized Form

Constructor Summary
Installer()
           
 
Method Summary
 boolean closing()
           
 void restored()
           
 
Methods inherited from class org.openide.modules.ModuleInstall
clearSharedData, close, installed, uninstalled, 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

Installer

public Installer()
Method Detail

restored

public void restored()
Overrides:
restored in class ModuleInstall

closing

public boolean closing()
Overrides:
closing in class ModuleInstall

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011