|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.profile.swt.Bridge
org.eclipse.soda.dk.profile.swt.MeasurementBridge
public class MeasurementBridge
| Field Summary | |
|---|---|
protected java.lang.String |
topicGet
Define the topic get (String) field. |
protected java.lang.String |
topicRead
Define the topic read (String) field. |
| Fields inherited from class org.eclipse.soda.dk.profile.swt.Bridge |
|---|
count, data, errorCount, key, parent, refreshCount, timstamp, treeItem, window |
| Constructor Summary | |
|---|---|
MeasurementBridge(ProfileSwt parent,
org.eclipse.swt.widgets.TreeItem treeItem,
java.lang.String key)
Constructs an instance of this class from the specified tree item and control parameters. |
|
| Method Summary | |
|---|---|
void |
executeGet()
Execute get. |
void |
executeRead()
Execute read. |
org.eclipse.swt.graphics.Image |
getImage()
Gets the image value. |
java.lang.String |
getTopicGet()
Gets the topic get (String) value. |
java.lang.String |
getTopicRead()
Gets the topic read (String) value. |
void |
measurementChanged(MeasurementService source,
java.lang.Object timestamp,
java.lang.Object newValue,
java.lang.Object oldValue)
Measurement changed with the specified source, timestamp, new value and old value parameters. |
void |
setTopicGet(java.lang.String topicGet)
Sets the topic get value. |
void |
setTopicRead(java.lang.String topicRead)
Sets the topic read value. |
| Methods inherited from class org.eclipse.soda.dk.profile.swt.Bridge |
|---|
broadcast, closeWindow, errorOccurred, getCount, getData, getErrorCount, getKey, getParent, getPrefix, getRefreshCount, getTimstamp, getTreeItem, getWindow, gray, notificationReceived, openWindow, prependPrefix, refresh, setCount, setData, setErrorCount, setGrayed, setKey, setParent, setRefreshCount, setTimstamp, setTimstamp, setTreeItem, setWindow, updateCount, updateRefreshCount, updateTree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String topicGet
protected java.lang.String topicRead
| Constructor Detail |
|---|
public MeasurementBridge(ProfileSwt parent,
org.eclipse.swt.widgets.TreeItem treeItem,
java.lang.String key)
parent - The parent (DeviceSwt) parameter.treeItem - The tree item (TreeItem) parameter.key - The key (String) parameter.| Method Detail |
|---|
public void executeGet()
getTopicGet(),
setTopicGet(String)public void executeRead()
getTopicRead(),
setTopicRead(String)public org.eclipse.swt.graphics.Image getImage()
getImage in class BridgeImage) value.public java.lang.String getTopicGet()
String) value.setTopicGet(String)public java.lang.String getTopicRead()
String) value.setTopicRead(String)
public void measurementChanged(MeasurementService source,
java.lang.Object timestamp,
java.lang.Object newValue,
java.lang.Object oldValue)
source - The source (MeasurementService) parameter.timestamp - The timestamp (Object) parameter.newValue - The new value (Object) parameter.oldValue - The old value (Object) parameter.public void setTopicGet(java.lang.String topicGet)
topicGet - The topic get (String) parameter.getTopicGet()public void setTopicRead(java.lang.String topicRead)
topicRead - The topic read (String) parameter.getTopicRead()
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||