public interface DetailsPart
extends org.eclipse.ui.services.IDisposable
Modifier and Type | Method and Description |
---|---|
void |
createPart(org.eclipse.swt.widgets.Composite parent)
create the details area
|
void |
setDataItem(DataItemHolder item)
set to update the item instance
|
void |
setVisibilityController(VisibilityController visibilityController) |
void |
updateData(DataItemValue value)
Update data from the data item
|
void createPart(org.eclipse.swt.widgets.Composite parent)
parent
- the parent compositevoid setDataItem(DataItemHolder item)
item
- the data itemvoid updateData(DataItemValue value)
Will be called in the display thread
value
- the current value or null
if the data item is not connectedvoid setVisibilityController(VisibilityController visibilityController)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.