Class DebugPluginStartup

java.lang.Object
org.apache.uima.ep_debug.DebugPluginStartup
All Implemented Interfaces:
org.eclipse.ui.IStartup

public class DebugPluginStartup extends Object implements org.eclipse.ui.IStartup
The class that has the startup code. Per Eclipse platform design, it must be in a different class than the main plugin code.
  • Field Details

    • PREF_ALREADY_SET_PREF_SHOW_DETAILS

      public static final String PREF_ALREADY_SET_PREF_SHOW_DETAILS
      The Constant PREF_ALREADY_SET_PREF_SHOW_DETAILS.
      See Also:
    • ALREADY_SET_PREF_SHOW_DETAILS

      public static final String ALREADY_SET_PREF_SHOW_DETAILS
      The Constant ALREADY_SET_PREF_SHOW_DETAILS.
      See Also:
  • Constructor Details

    • DebugPluginStartup

      public DebugPluginStartup()
  • Method Details

    • earlyStartup

      public void earlyStartup()
      Specified by:
      earlyStartup in interface org.eclipse.ui.IStartup