Class ConfigurerDialog<M>
- java.lang.Object
-
- net.officefloor.eclipse.configurer.internal.AbstractConfigurationBuilder<M>
-
- net.officefloor.eclipse.configurer.Configurer<M>
-
- net.officefloor.eclipse.configurer.dialog.ConfigurerDialog<M>
-
- All Implemented Interfaces:
ConfigurationBuilder<M>
,InputBuilder<M>
,ItemBuilder<M>
public class ConfigurerDialog<M> extends Configurer<M> implements ConfigurationBuilder<M>
Dialog for aConfigurer
.- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.officefloor.eclipse.configurer.Configurer
Configurer.InitApplication
-
Nested classes/interfaces inherited from interface net.officefloor.eclipse.configurer.ConfigurationBuilder
ConfigurationBuilder.Applier<M>, ConfigurationBuilder.MessageOnlyApplyException
-
-
Field Summary
-
Fields inherited from class net.officefloor.eclipse.configurer.internal.AbstractConfigurationBuilder
CSS_CLASS_NARROW, CSS_CLASS_WIDE
-
-
Constructor Summary
Constructors Constructor Description ConfigurerDialog(OfficeFloorOsgiBridge osgiBridge, org.eclipse.swt.widgets.Shell parentShell)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
open(M model)
Opens the dialog to configure theModel
.-
Methods inherited from class net.officefloor.eclipse.configurer.Configurer
loadConfiguration, loadConfiguration, loadConfiguration
-
Methods inherited from class net.officefloor.eclipse.configurer.internal.AbstractConfigurationBuilder
apply, choices, clazz, close, error, flag, getParentShell, getValueRendererFactories, list, map, multiple, properties, recursiveLoadConfiguration, resource, text, title, validate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.officefloor.eclipse.configurer.ConfigurationBuilder
apply, close, error, title, validate
-
Methods inherited from interface net.officefloor.eclipse.configurer.InputBuilder
choices, clazz, list, map, multiple, properties, resource
-
Methods inherited from interface net.officefloor.eclipse.configurer.ItemBuilder
flag, text
-
-
-
-
Constructor Detail
-
ConfigurerDialog
public ConfigurerDialog(OfficeFloorOsgiBridge osgiBridge, org.eclipse.swt.widgets.Shell parentShell)
Instantiate.- Parameters:
osgiBridge
-OfficeFloorOsgiBridge
.parentShell
-Shell
.
-
-