public interface DetailsPart
| Modifier and Type | Method and Description |
|---|---|
void |
createPart(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(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 (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0