Uses of Interface
net.officefloor.eclipse.extension.util.PropertyValueChangeListener

Packages that use PropertyValueChangeListener
net.officefloor.eclipse.extension.util   
 

Uses of PropertyValueChangeListener in net.officefloor.eclipse.extension.util
 

Methods in net.officefloor.eclipse.extension.util with parameters of type PropertyValueChangeListener
static Property SourceExtensionUtil.createPropertyCheckbox(String label, String name, boolean defaultValue, String trueValue, String falseValue, org.eclipse.swt.widgets.Composite container, ManagedObjectSourceExtensionContext context, PropertyValueChangeListener listener)
          Creates the display for the input Property.
static Property SourceExtensionUtil.createPropertyCheckbox(String label, String name, boolean defaultValue, String trueValue, String falseValue, org.eclipse.swt.widgets.Composite container, SectionSourceExtensionContext context, PropertyValueChangeListener listener)
          Creates the display for the input Property.
protected static Property SourceExtensionUtil.createPropertyCheckbox(String label, String name, boolean defaultValue, String trueValue, String falseValue, org.eclipse.swt.widgets.Composite container, SourceExtensionUtil.GenericSourceExtensionContext context, PropertyValueChangeListener listener)
          Creates the display for the input Property.
static Property SourceExtensionUtil.createPropertyCheckbox(String label, String name, boolean defaultValue, String trueValue, String falseValue, org.eclipse.swt.widgets.Composite container, WorkSourceExtensionContext context, PropertyValueChangeListener listener)
          Creates the display for the input Property.
static Property SourceExtensionUtil.createPropertyClass(String label, String name, org.eclipse.swt.widgets.Composite container, GovernanceSourceExtensionContext context, PropertyValueChangeListener listener)
          Creates the display for the input Property.
static Property SourceExtensionUtil.createPropertyClass(String label, String name, org.eclipse.swt.widgets.Composite container, ManagedObjectSourceExtensionContext context, PropertyValueChangeListener listener)
          Creates the display for the input Property.
static Property SourceExtensionUtil.createPropertyClass(String label, String name, org.eclipse.swt.widgets.Composite container, SectionSourceExtensionContext context, PropertyValueChangeListener listener)
          Creates the display for the input Property.
protected static Property SourceExtensionUtil.createPropertyClass(String label, String name, org.eclipse.swt.widgets.Composite container, SourceExtensionUtil.GenericSourceExtensionContext context, PropertyValueChangeListener listener)
          Creates the display for the input Property.
static Property SourceExtensionUtil.createPropertyClass(String label, String name, org.eclipse.swt.widgets.Composite container, WorkSourceExtensionContext context, PropertyValueChangeListener listener)
          Creates the display for the input Property.
static Property SourceExtensionUtil.createPropertyCombo(String label, String name, String defaultValue, String[] values, org.eclipse.swt.widgets.Composite container, SectionSourceExtensionContext context, PropertyValueChangeListener listener)
          Creates the display for the input Property.
protected static Property SourceExtensionUtil.createPropertyCombo(String label, String name, String defaultValue, String[] values, org.eclipse.swt.widgets.Composite container, SourceExtensionUtil.GenericSourceExtensionContext context, PropertyValueChangeListener listener)
          Creates the display for the input Property.
static Property SourceExtensionUtil.createPropertyResource(String label, String name, org.eclipse.swt.widgets.Composite container, ManagedObjectSourceExtensionContext context, PropertyValueChangeListener listener)
          Creates the display for the input Property.
protected static Property SourceExtensionUtil.createPropertyResource(String label, String name, org.eclipse.swt.widgets.Composite container, SourceExtensionUtil.GenericSourceExtensionContext context, PropertyValueChangeListener listener)
          Creates the display for the input Property.
static Property SourceExtensionUtil.createPropertyResource(String label, String name, org.eclipse.swt.widgets.Composite container, WorkSourceExtensionContext context, PropertyValueChangeListener listener)
          Creates the display for the input Property.
static Property SourceExtensionUtil.createPropertyText(String label, String name, String defaultValue, org.eclipse.swt.widgets.Composite container, ManagedObjectSourceExtensionContext context, PropertyValueChangeListener listener)
          Creates the display for the input Property.
static Property SourceExtensionUtil.createPropertyText(String label, String name, String defaultValue, org.eclipse.swt.widgets.Composite container, SectionSourceExtensionContext context, PropertyValueChangeListener listener)
          Creates the display for the input Property.
protected static Property SourceExtensionUtil.createPropertyText(String label, String name, String defaultValue, org.eclipse.swt.widgets.Composite container, SourceExtensionUtil.GenericSourceExtensionContext context, PropertyValueChangeListener listener)
          Creates the display for the input Property.
static Property SourceExtensionUtil.createPropertyText(String label, String name, String defaultValue, org.eclipse.swt.widgets.Composite container, WorkSourceExtensionContext context, PropertyValueChangeListener listener)
          Creates the display for the input Property.
 



Copyright © 2005-2013. All Rights Reserved.