Package org.eclipse.remote.serial.ui
Class SerialPortConnectionBlock
java.lang.Object
org.eclipse.remote.serial.ui.SerialPortConnectionBlock
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
createBlock
(org.eclipse.swt.widgets.Composite comp, IRemoteConnectionWorkingCopy wc) Creates the UI elements for the SerialPortConnectionBlockint
int
int
int
boolean
void
-
Constructor Details
-
SerialPortConnectionBlock
public SerialPortConnectionBlock()
-
-
Method Details
-
createBlock
Creates the UI elements for the SerialPortConnectionBlock- Parameters:
comp
- - parent compositewc
- - an IRemoteConnectionWorkingCopy to populate the default values from. Can be null.
-
getConnectionName
-
getPortName
-
getBaudRateIndex
public int getBaudRateIndex() -
getByteSizeIndex
public int getByteSizeIndex() -
getParityIndex
public int getParityIndex() -
getStopBitsIndex
public int getStopBitsIndex() -
isComplete
public boolean isComplete() -
addUpdateListener
-
removeUpdateListener
-