Uses of Package
com.intellij.openapi.application

Packages that use com.intellij.openapi.application
com.intellij.ide.util.gotoByName Provides interfaces for invoking "choose by name" dialogs similar to the standard "Go to Class", "Go to File" and "Go to Symbol" dialogs. 
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. 
com.intellij.openapi.diff Provides interfaces for invoking the IDEA's diff and merge user interface and for creating custom diff implementations. 
com.intellij.openapi.progress Provides interfaces for displaying progress dialogs and registering Productivity Hints-like components which are displayed in progress dialogs. 
com.intellij.util Provides assorted utility classes. 
com.intellij.util.concurrency.readwrite   
 

Classes in com.intellij.openapi.application used by com.intellij.ide.util.gotoByName
ModalityState
          Represents the stack of active modal dialogs.
 

Classes in com.intellij.openapi.application used by com.intellij.openapi.application
Application
          Provides access to core application-wide functionality and methods for working with the IDEA thread model.
ApplicationInfo
           
ApplicationListener
          Listener for application events.
ApplicationNamesInfo
           
ModalityState
          Represents the stack of active modal dialogs.
PathMacros
           
 

Classes in com.intellij.openapi.application used by com.intellij.openapi.diff
ApplicationStarter
          Implementors of this interface declared via com.intellij.ExtensionPoints.APPLICATION_STARTER contribute a command line application based on IDEA platform.
 

Classes in com.intellij.openapi.application used by com.intellij.openapi.progress
ModalityState
          Represents the stack of active modal dialogs.
 

Classes in com.intellij.openapi.application used by com.intellij.util
ModalityState
          Represents the stack of active modal dialogs.
 

Classes in com.intellij.openapi.application used by com.intellij.util.concurrency.readwrite
ApplicationListener
          Listener for application events.