Class Application

  • All Implemented Interfaces:
    org.eclipse.equinox.app.IApplication

    public class Application
    extends java.lang.Object
    implements org.eclipse.equinox.app.IApplication
    This class controls all aspects of the application's execution.
    Author:
    Holger Eichelberger
    • Field Summary

      • Fields inherited from interface org.eclipse.equinox.app.IApplication

        EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
    • Constructor Summary

      Constructors 
      Constructor Description
      Application()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void saveWorkspace()
      Saves the workspace before quitting the application.
      java.lang.Object start​(org.eclipse.equinox.app.IApplicationContext context)  
      void stop()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Application

        public Application()
    • Method Detail

      • start

        public java.lang.Object start​(org.eclipse.equinox.app.IApplicationContext context)
        Specified by:
        start in interface org.eclipse.equinox.app.IApplication
      • saveWorkspace

        private void saveWorkspace()
        Saves the workspace before quitting the application.
      • stop

        public void stop()
        Specified by:
        stop in interface org.eclipse.equinox.app.IApplication