|
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.device.swt.Bridge
public class Bridge
| Field Summary | |
|---|---|
protected ControlService |
control
Define the control (ControlService) field. |
protected long |
count
Define the count (long) field. |
protected java.lang.Object |
data
Define the data (Object) field. |
protected long |
errorCount
Define the error count (long) field. |
protected DeviceSwt |
parent
Define the parent (DeviceSwt) field. |
protected long |
refreshCount
Define the refresh count (long) field. |
protected org.eclipse.swt.widgets.TableItem |
tableItem
Define the table item (TableItem) field. |
protected long |
timstamp
Define the timstamp (long) field. |
protected ControlWindow |
window
Define the window (ControlWindow) field. |
| Constructor Summary | |
|---|---|
Bridge(DeviceSwt parent,
org.eclipse.swt.widgets.TableItem tableItem,
ControlService control)
Constructs an instance of this class. |
|
| Method Summary | |
|---|---|
void |
closeWindow()
Close window. |
void |
errorOccurred(java.lang.Object source,
java.lang.Object timestamp,
java.lang.Object data)
Error occurred with the specified source, timestamp and data parameters. |
ControlService |
getControl()
Gets the control (ControlService) value. |
long |
getCount()
Gets the count (long) value. |
java.lang.Object |
getData()
Gets the data (Object) value. |
long |
getErrorCount()
Gets the error count (long) value. |
org.eclipse.swt.graphics.Image |
getImage()
Gets the image value. |
DeviceSwt |
getParent()
Gets the parent (DeviceSwt) value. |
long |
getRefreshCount()
Gets the refresh count (long) value. |
org.eclipse.swt.widgets.TableItem |
getTableItem()
Gets the table item value. |
long |
getTimstamp()
Gets the timstamp (long) value. |
ControlWindow |
getWindow()
Gets the window (ControlWindow) value. |
void |
openWindow()
Open window. |
void |
refresh()
Refresh. |
void |
setControl(ControlService control)
Sets the control value. |
void |
setCount(long count)
Sets the count value. |
void |
setData(java.lang.Object data)
Sets the data value. |
void |
setErrorCount(long errorCount)
Sets the error count value. |
void |
setParent(DeviceSwt parent)
Sets the parent value. |
void |
setRefreshCount(long refreshCount)
Sets the refresh count value. |
void |
setTableItem(org.eclipse.swt.widgets.TableItem tableItem)
Sets the table item value. |
void |
setTimstamp(long timstamp)
Sets the timstamp value. |
void |
setTimstamp(java.lang.Object timstamp)
Sets the timstamp value. |
void |
setWindow(ControlWindow window)
Sets the window value. |
void |
updateCount()
Update count. |
void |
updateRefreshCount()
Update refresh count. |
void |
updateTable()
Update table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.eclipse.swt.widgets.TableItem tableItem
protected long count
protected long refreshCount
protected long errorCount
protected long timstamp
protected java.lang.Object data
protected DeviceSwt parent
protected ControlService control
protected ControlWindow window
| Constructor Detail |
|---|
public Bridge(DeviceSwt parent,
org.eclipse.swt.widgets.TableItem tableItem,
ControlService control)
parent - The parent (DeviceSwt) parameter.tableItem - The table item (TableItem) parameter.control - The control (ControlService) parameter.| Method Detail |
|---|
public void closeWindow()
getWindow(),
openWindow(),
setWindow(ControlWindow)
public void errorOccurred(java.lang.Object source,
java.lang.Object timestamp,
java.lang.Object data)
source - The source (Object) parameter.timestamp - The timestamp (Object) parameter.data - The data (Object) parameter.public ControlService getControl()
ControlService) value.setControl(ControlService)public long getCount()
long) value.getErrorCount(),
getRefreshCount(),
setCount(long),
setErrorCount(long),
setRefreshCount(long),
updateCount(),
updateRefreshCount()public java.lang.Object getData()
Object) value.setData(Object)public long getErrorCount()
long) value.setErrorCount(long)public org.eclipse.swt.graphics.Image getImage()
Image) value.public DeviceSwt getParent()
DeviceSwt) value.setParent(DeviceSwt)public long getRefreshCount()
long) value.setRefreshCount(long),
updateRefreshCount()public org.eclipse.swt.widgets.TableItem getTableItem()
TableItem) value.setTableItem(TableItem)public long getTimstamp()
long) value.setTimstamp(long),
setTimstamp(Object)public ControlWindow getWindow()
ControlWindow) value.closeWindow(),
openWindow(),
setWindow(ControlWindow)public void openWindow()
closeWindow(),
getWindow(),
setWindow(ControlWindow)public void refresh()
public void setControl(ControlService control)
control - The control (ControlService) parameter.getControl()public void setCount(long count)
count - The count (long) parameter.getCount(),
getErrorCount(),
getRefreshCount(),
setErrorCount(long),
setRefreshCount(long),
updateCount(),
updateRefreshCount()public void setData(java.lang.Object data)
data - The data (Object) parameter.getData()public void setErrorCount(long errorCount)
errorCount - The error count (long) parameter.getErrorCount()public void setParent(DeviceSwt parent)
parent - The parent (DeviceSwt) parameter.getParent()public void setRefreshCount(long refreshCount)
refreshCount - The refresh count (long) parameter.getRefreshCount(),
updateRefreshCount()public void setTableItem(org.eclipse.swt.widgets.TableItem tableItem)
tableItem - The table item (TableItem) parameter.getTableItem()public void setTimstamp(long timstamp)
timstamp - The timstamp (long) parameter.getTimstamp(),
setTimstamp(Object)public void setTimstamp(java.lang.Object timstamp)
timstamp - The timstamp (Object) parameter.getTimstamp(),
setTimstamp(long)public void setWindow(ControlWindow window)
window - The window (ControlWindow) parameter.closeWindow(),
getWindow(),
openWindow()public void updateCount()
getCount(),
getErrorCount(),
getRefreshCount(),
setCount(long),
setErrorCount(long),
setRefreshCount(long),
updateRefreshCount()public void updateRefreshCount()
getRefreshCount(),
setRefreshCount(long)public void updateTable()
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||