Package com.intellij.openapi.application

Provides interfaces for working with IDEA's threading model, getting basic information about the IDEA application and listening to IDEA lifecycle events.

See:
          Description

Interface Summary
Application Provides access to core application-wide functionality and methods for working with the IDEA thread model.
ApplicationListener Listener for application events.
ApplicationStarter Implementors of this interface declared via com.intellij.ExtensionPoints.APPLICATION_STARTER contribute a command line application based on IDEA platform.
ModalityStateListener  
 

Class Summary
ApplicationAdapter  
ApplicationInfo  
ApplicationManager Provides access to the Application.
ApplicationNamesInfo  
ConfigImportHelper  
ImportOldConfigsPanel  
LaterInvocator  
ModalityState Represents the stack of active modal dialogs.
PathMacros  
PathManager  
 

Exception Summary
RuntimeInterruptedException  
 

Package com.intellij.openapi.application Description

Provides interfaces for working with IDEA's threading model, getting basic information about the IDEA application and listening to IDEA lifecycle events.