Modifier and Type | Method and Description |
---|---|
void |
BeanDialog.registerPropertyInput(String propertyName,
Input<?> input)
Registers a specialised
Input for the property name. |
Modifier and Type | Method and Description |
---|---|
Input<? extends org.eclipse.swt.widgets.Control> |
InputHandler.getInput()
Obtains the
Input . |
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ListInput<C extends org.eclipse.swt.widgets.Control>
Provides a listing of
Input instances. |
Modifier and Type | Method and Description |
---|---|
Input<C> |
InputFactory.createInput()
Creates a new
Input . |
Modifier and Type | Class and Description |
---|---|
class |
BeanListInput<B>
Table to create and populate a list of beans. |
class |
BooleanInput
|
class |
ClassMethodInput
|
class |
ClasspathClassInput
Input to obtain an item from the class path. |
class |
ClasspathFileInput
Input to obtain a file from the class path. |
class |
ManagedObjectScopeInput
Input to select a ManagedObjectScope . |
class |
OfficeSectionInput
Input to obtain an item within the OfficeSection . |
class |
PropertyListInput
|
class |
SubTypeSelectionInput
List to hold sub types. |
Modifier and Type | Class and Description |
---|---|
class |
ConformInput
|
Modifier and Type | Class and Description |
---|---|
class |
WoofFileInput
Input to obtain a WoOF resource. |
Copyright © 2005–2016. All rights reserved.