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

Packages that use ValueTranslator
net.officefloor.eclipse.common.dialog   
net.officefloor.eclipse.common.dialog.input   
net.officefloor.eclipse.common.dialog.input.impl   
net.officefloor.eclipse.common.dialog.input.translator   
 

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

Methods in net.officefloor.eclipse.common.dialog with parameters of type ValueTranslator
 void BeanDialog.registerPropertyValueTranslator(String propertyName, ValueTranslator translator)
           Registers a ValueTranslator for the property name.
 

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

Methods in net.officefloor.eclipse.common.dialog.input that return ValueTranslator
 ValueTranslator ValueTranslatorRegistry.getValueTranslator(Class<?> type)
          Obtains the ValueTranslator for the type.
 

Constructors in net.officefloor.eclipse.common.dialog.input with parameters of type ValueTranslator
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 ValueTranslator in net.officefloor.eclipse.common.dialog.input.impl
 

Classes in net.officefloor.eclipse.common.dialog.input.impl that implement ValueTranslator
 class ManagedObjectScopeInput
          Input to select a ManagedObjectScope.
 

Uses of ValueTranslator in net.officefloor.eclipse.common.dialog.input.translator
 

Classes in net.officefloor.eclipse.common.dialog.input.translator that implement ValueTranslator
 class ResourceFullPathValueTranslator
          ValueTranslator to obtain the full path from an input IResource.
 



Copyright © 2005-2013. All Rights Reserved.