Constructor and Description |
---|
PropertyListInput(PropertyList propertyList)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Table |
buildControl(InputContext context)
Builds the
Control . |
Object |
getValue(org.eclipse.swt.widgets.Table control,
InputContext context)
Obtains the value from the input
Control . |
void |
hideProperty(String propertyName)
Hides the
Property from being displayed. |
void |
refreshProperties()
Refreshes for all
Property instances in the PropertyList . |
public PropertyListInput(PropertyList propertyList)
propertyList
- PropertyList
.public void hideProperty(String propertyName)
Property
from being displayed.propertyName
- Name of Property
to no display.public void refreshProperties()
Property
instances in the PropertyList
.public org.eclipse.swt.widgets.Table buildControl(InputContext context)
Input
Control
.buildControl
in interface Input<org.eclipse.swt.widgets.Table>
context
- InputContext
.Control
to input the value.public Object getValue(org.eclipse.swt.widgets.Table control, InputContext context)
Input
Obtains the value from the input Control
.
The input Control
will be the one created by
Input.buildControl(InputContext)
.
getValue
in interface Input<org.eclipse.swt.widgets.Table>
control
- Control
.context
- InputContext
.Copyright © 2005–2016. All rights reserved.