|
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.CommandBridge
public class CommandBridge
| Field Summary | |
|---|---|
protected java.lang.String |
topicExecute
Define the topic execute (String) field. |
| Fields inherited from class org.eclipse.soda.dk.profile.swt.Bridge |
|---|
count, data, errorCount, key, parent, refreshCount, timstamp, treeItem, window |
| Constructor Summary | |
|---|---|
CommandBridge(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 |
commandExecuted(CommandService source,
java.lang.Object timestamp,
java.lang.Object data)
Command executed with the specified source, timestamp and data parameters. |
void |
execute()
Execute. |
void |
execute(java.util.Dictionary data)
Execute with the specified data parameter. |
org.eclipse.swt.graphics.Image |
getImage()
Gets the image value. |
java.lang.String |
getTopicExecute()
Gets the topic execute (String) value. |
void |
setTopicExecute(java.lang.String topicExecute)
Sets the topic execute 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 |
| Methods inherited from interface org.eclipse.soda.dk.transport.service.ErrorListener |
|---|
errorOccurred |
| Field Detail |
|---|
protected java.lang.String topicExecute
| Constructor Detail |
|---|
public CommandBridge(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 commandExecuted(CommandService source,
java.lang.Object timestamp,
java.lang.Object data)
commandExecuted in interface CommandListenersource - The source (CommandService) parameter.timestamp - The timestamp (Object) parameter.data - The data (Object) parameter.public void execute()
execute(Dictionary)public void execute(java.util.Dictionary data)
data - The data (Dictionary) parameter.execute()public org.eclipse.swt.graphics.Image getImage()
getImage in class BridgeImage) value.public java.lang.String getTopicExecute()
String) value.setTopicExecute(String)public void setTopicExecute(java.lang.String topicExecute)
topicExecute - The topic execute (String) parameter.getTopicExecute()
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||