Uses of Interface
net.officefloor.eclipse.common.dialog.input.Input

Packages that use Input
net.officefloor.eclipse.common.dialog   
net.officefloor.eclipse.common.dialog.input   
net.officefloor.eclipse.common.dialog.input.csv   
net.officefloor.eclipse.common.dialog.input.impl   
net.officefloor.eclipse.conform   
 

Uses of Input in net.officefloor.eclipse.common.dialog
 

Methods in net.officefloor.eclipse.common.dialog with parameters of type Input
 void BeanDialog.registerPropertyInput(String propertyName, Input<?> input)
          Registers a specialised Input for the property name.
 

Uses of Input in net.officefloor.eclipse.common.dialog.input
 

Methods in net.officefloor.eclipse.common.dialog.input that return Input
 Input<? extends org.eclipse.swt.widgets.Control> InputHandler.getInput()
          Obtains the Input.
 

Constructors in net.officefloor.eclipse.common.dialog.input with parameters of type Input
InputHandler(org.eclipse.swt.widgets.Composite parent, Input<? extends org.eclipse.swt.widgets.Control> input)
          Convenience constructor.
InputHandler(org.eclipse.swt.widgets.Composite parent, Input<? extends org.eclipse.swt.widgets.Control> input, InputListener listener)
          Convenience constructor.
InputHandler(org.eclipse.swt.widgets.Composite parent, Input<? extends org.eclipse.swt.widgets.Control> input, Object initialValue)
          Convenience constructor.
InputHandler(org.eclipse.swt.widgets.Composite parent, Input<? extends org.eclipse.swt.widgets.Control> input, Object initialValue, InputListener listener)
          Convenience constructor.
InputHandler(org.eclipse.swt.widgets.Composite parent, Input<? extends org.eclipse.swt.widgets.Control> input, Object initialValue, ValueTranslator translator)
          Initiate.
PropertyInputHandler(org.eclipse.swt.widgets.Composite parent, Input<? extends org.eclipse.swt.widgets.Control> input, String propertyName, Object bean, ValueTranslatorRegistry valueTranslatorRegistry, ValueTranslator translator)
          Initialise.
 

Uses of Input in net.officefloor.eclipse.common.dialog.input.csv
 

Classes in net.officefloor.eclipse.common.dialog.input.csv that implement Input
 class ListInput<C extends Control>
          Provides a listing of Input instances.
 

Methods in net.officefloor.eclipse.common.dialog.input.csv that return Input
 Input<C> InputFactory.createInput()
          Creates a new Input.
 

Uses of Input in net.officefloor.eclipse.common.dialog.input.impl
 

Classes in net.officefloor.eclipse.common.dialog.input.impl that implement Input
 class BeanListInput<B>
          Table to create and populate a list of beans.
 class BooleanInput
          Input for a Boolean.
 class ClassMethodInput
          Input to select a Method name for a Class.
 class ClasspathClassInput
          Input to obtain an item from the class path.
 class ClasspathFileInput
          Input to obtain an file from the class path.
 class ManagedObjectScopeInput
          Input to select a ManagedObjectScope.
 class OfficeSectionInput
          Input to obtain an item within the OfficeSection.
 class PropertyListInput
          PropertyList Input.
 class SubTypeSelectionInput
          List to hold sub types.
 

Uses of Input in net.officefloor.eclipse.conform
 

Classes in net.officefloor.eclipse.conform that implement Input
 class ConformInput
          Input using the GraphicalViewerImpl to populate the ConformModel links between the old and the new.
 



Copyright © 2005-2013. All Rights Reserved.