public class DetailsPart extends java.lang.Object implements DetailsPart
| Constructor and Description |
|---|
DetailsPart() |
| Modifier and Type | Method and Description |
|---|---|
void |
createPart(Composite parent)
create the details area
|
void |
dispose() |
void |
setDataItem(DataItemHolder item)
set to update the item instance
|
void |
setVisibilityController(VisibilityController visibilityController) |
protected void |
start() |
void |
updateData(DataItemValue value)
Update data from the data item
|
public void createPart(Composite parent)
DetailsPartcreatePart in interface DetailsPartparent - the parent compositepublic void dispose()
protected void start()
public void setDataItem(DataItemHolder item)
DetailsPartsetDataItem in interface DetailsPartitem - the data itempublic void updateData(DataItemValue value)
DetailsPartWill be called in the display thread
updateData in interface DetailsPartvalue - the current value or null if the data item is not connectedpublic void setVisibilityController(VisibilityController visibilityController)
setVisibilityController in interface DetailsPart
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