|
2010-01-26 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.generic.io.simulator.device.window.GenericIoSimulatorWindow
public class GenericIoSimulatorWindow
| Field Summary | |
|---|---|
static java.util.ResourceBundle |
DefaultResourceBundle
Define the default resource bundle (ResourceBundle) field. |
static int |
IN_LABEL
Define the in label (int) constant. |
static int |
OUT_LABEL
Define the out label (int) constant. |
| Constructor Summary | |
|---|---|
GenericIoSimulatorWindow(GenericIoSimulatorWindowListener ioAgent)
Constructs an instance of this class from the specified io agent parameter. |
|
| Method Summary | |
|---|---|
void |
analogOutputUpdate(int channel,
long value)
Analog output update with the specified channel and value parameters. |
void |
bind(Display display)
Bind with the specified display parameter. |
void |
close()
Close. |
protected void |
createWindow()
Create window. |
void |
digitalOutputUpdate(int channel,
boolean state)
Digital output update with the specified channel and state parameters. |
void |
open()
Open. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int IN_LABEL
public static final int OUT_LABEL
public static java.util.ResourceBundle DefaultResourceBundle
| Constructor Detail |
|---|
public GenericIoSimulatorWindow(GenericIoSimulatorWindowListener ioAgent)
ioAgent - The io agent (GenericIoSimulatorWindowListener) parameter.| Method Detail |
|---|
public void analogOutputUpdate(int channel,
long value)
channel - The channel (int) parameter.value - The value (long) parameter.digitalOutputUpdate(int,boolean)public void bind(Display display)
display - The display (Display) parameter.public void close()
protected void createWindow()
GenericIoSimulatorWindow(GenericIoSimulatorWindowListener)
public void digitalOutputUpdate(int channel,
boolean state)
channel - The channel (int) parameter.state - The state (boolean) parameter.analogOutputUpdate(int,long)public void open()
|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||