Class AbstractConfigurerRunnable
- java.lang.Object
-
- net.officefloor.eclipse.configurer.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 Summary
Constructors Constructor Description AbstractConfigurerRunnable()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract void
loadConfiguration(org.eclipse.swt.widgets.Shell shell)
Loads the configuration.void
run()
-