@API(type=INTERNAL,
src=PUBLIC)
public class ECPropertyComposite
extends java.lang.Object
Constructor and Description |
---|
ECPropertyComposite(org.eclipse.swt.widgets.Composite parent,
TableProperty tableProperty,
AuthorResourceBundle authorResourceBundle,
PropertySelectionController controller,
boolean firstChild)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCurrentlySelectedValue()
Obtain the current selected value for this property.
|
TableProperty |
getModifiedProperty()
Get the new table property.
|
TableProperty |
getTableProperty()
The current edited table property.
|
public ECPropertyComposite(org.eclipse.swt.widgets.Composite parent, TableProperty tableProperty, AuthorResourceBundle authorResourceBundle, PropertySelectionController controller, boolean firstChild)
parent
- The parent composite.tableProperty
- The table property that is edited using the current composite.authorResourceBundle
- The author resource bundle. It is used for translation.controller
- The property controller.firstChild
- true
if the current property is the first child in the given parent.public TableProperty getModifiedProperty()
null
will be return.null
if the property value was not changed.public TableProperty getTableProperty()
public java.lang.String getCurrentlySelectedValue()
© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.