ewe.io
Class SerialPortOptions
java.lang.Object
ewe.data.DataObject
ewe.io.SerialPortSpecs
ewe.io.SerialPortOptions
- All Implemented Interfaces:
- Comparable, Copyable, DataUnit, FieldListener
- public class SerialPortOptions
- extends SerialPortSpecs
- implements FieldListener
SerialPortOptions is a single object that specifies all the currently supported Serial Port
options. To open a Serial Port, create one of these objects, setup the
|
Field Summary |
static int |
ADVANCED_EDITOR
This is an option when calling getEditor(int type) on this object. |
| Methods inherited from class ewe.data.DataObject |
_getSetField, appendAllFields, compareTo, copied, copyFrom, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getDeclaredFieldValue, getFieldList, getFieldList, getMyFieldList, getNew |
ADVANCED_EDITOR
public static final int ADVANCED_EDITOR
- This is an option when calling getEditor(int type) on this object.
- See Also:
- Constant Field Values
SerialPortOptions
public SerialPortOptions()
getEditor
public Editor getEditor(int whichEditor)
action
public void action(String field,
Editor ed)
action
public void action(FieldTransfer ft,
Editor ed)
- Specified by:
action in interface FieldListener
fieldChanged
public void fieldChanged(FieldTransfer ft,
Editor ed)
- Specified by:
fieldChanged in interface FieldListener
fieldEvent
public void fieldEvent(FieldTransfer ft,
Editor ed,
Object event)
- Specified by:
fieldEvent in interface FieldListener