Class and Description |
---|
org.eclipse.scada.ui.databinding.AdapterHelper
use
AdapterHelper
instead. |
org.eclipse.scada.da.ui.connection.data.ItemSelectionHelper |
org.eclipse.scada.ui.databinding.SelectionHelper
Use
SelectionHelper instead. |
Method and Description |
---|
org.eclipse.scada.da.client.DataItem.getAttributes()
You should use
DataItem.getSnapshotValue() instead to get a
consistent value |
org.eclipse.scada.vi.chart.model.impl.ChartFactoryImpl.getPackage() |
org.eclipse.scada.vi.details.model.impl.DetailViewFactoryImpl.getPackage() |
org.eclipse.scada.ui.chart.model.impl.ChartFactoryImpl.getPackage() |
org.eclipse.scada.vi.model.impl.VisualInterfaceFactoryImpl.getPackage() |
org.eclipse.scada.da.client.DataItem.getSubscriptionError()
You should use
DataItem.getSnapshotValue() instead to get a
consistent value |
org.eclipse.scada.da.client.DataItem.getSubscriptionState()
You should use
DataItem.getSnapshotValue() instead to get a
consistent value |
org.eclipse.scada.da.client.Connection.write(String, Variant, OperationParameters, WriteOperationCallback) |
org.eclipse.scada.da.client.Connection.writeAttributes(String, Map<String, Variant>, OperationParameters, WriteAttributeOperationCallback) |
Constructor and Description |
---|
org.eclipse.scada.da.core.Location()
Use instead
|
org.eclipse.scada.da.core.WriteAttributeResult()
use the
WriteAttributeResult.OK constant instead |
Enum Constant and Description |
---|
org.eclipse.scada.ae.Event.Fields.COMPONENT
use "level.X" instead
|
org.eclipse.scada.ae.Event.Fields.LOCATION
use "level.X" instead
|