Class AbstractConfigurerRunnable

  • All Implemented Interfaces:
    java.lang.Runnable
    Direct Known Subclasses:
    AbstractItem, ExampleConfigurerDialog, ExampleConfigurerMain

    public abstract class AbstractConfigurerRunnable
    extends java.lang.Object
    implements java.lang.Runnable
    Provides means to test editor configurations without loading the Eclipse platform.
    Author:
    Daniel Sagenschneider
    • Constructor Detail

      • AbstractConfigurerRunnable

        public AbstractConfigurerRunnable()
    • Method Detail

      • loadConfiguration

        protected abstract void loadConfiguration​(org.eclipse.swt.widgets.Shell shell)
        Loads the configuration.
        Parameters:
        shell - Shell.
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable