org.netbeans.core
Class NbLifecycleManager
java.lang.Object
org.openide.LifecycleManager
org.netbeans.core.NbLifecycleManager
public final class NbLifecycleManager
- extends LifecycleManager
Default implementation of the lifecycle manager interface that knows
how to save all modified DataObject's, and to exit the IDE safely.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NbLifecycleManager
public NbLifecycleManager()
saveAll
public void saveAll()
- Specified by:
saveAll in class LifecycleManager
exit
public void exit()
- Specified by:
exit in class LifecycleManager
exit
public void exit(int status)
- Overrides:
exit in class LifecycleManager
isExiting
public static boolean isExiting()
- Returns:
- True if the IDE is shutting down.
markForRestart
public void markForRestart()
throws UnsupportedOperationException
- Overrides:
markForRestart in class LifecycleManager
- Throws:
UnsupportedOperationException