public abstract class DataItemLabel extends Object
Modifier and Type | Field and Description |
---|---|
protected DataItemObservableValue |
dataItem |
protected org.eclipse.core.databinding.DataBindingContext |
dbc |
protected org.eclipse.swt.custom.CLabel |
label |
protected org.eclipse.core.databinding.observable.value.IObservableValue |
model |
Constructor and Description |
---|
DataItemLabel(org.eclipse.swt.widgets.Composite composite,
String connectionId,
String itemId) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
bind() |
org.eclipse.swt.widgets.Control |
getControl() |
protected void |
handleDispose() |
protected final org.eclipse.swt.custom.CLabel label
protected final DataItemObservableValue dataItem
protected final org.eclipse.core.databinding.DataBindingContext dbc
protected final org.eclipse.core.databinding.observable.value.IObservableValue model
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.