net.officefloor.eclipse.common.dialog.input.csv
Interface InputFactory<C extends org.eclipse.swt.widgets.Control>


public interface InputFactory<C extends org.eclipse.swt.widgets.Control>

Factory for the creation of an Input.

Author:
Daniel Sagenschneider

Method Summary
 Input<C> createInput()
          Creates a new Input.
 

Method Detail

createInput

Input<C> createInput()
Creates a new Input.

Returns:
New Input.


Copyright © 2005-2013. All Rights Reserved.