JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Interface
com.thecoderscorner.menu.remote.ConnectorFactory
Packages that use
ConnectorFactory
Package
Description
com.thecoderscorner.menu.remote.rs232
com.thecoderscorner.menu.remote.socket
Uses of
ConnectorFactory
in
com.thecoderscorner.menu.remote.rs232
Classes in
com.thecoderscorner.menu.remote.rs232
that implement
ConnectorFactory
Modifier and Type
Class
Description
class
Rs232ControllerBuilder
Creates an instance of a RS232 based controller to a given port, and connects it with the selected menu.
Uses of
ConnectorFactory
in
com.thecoderscorner.menu.remote.socket
Classes in
com.thecoderscorner.menu.remote.socket
that implement
ConnectorFactory
Modifier and Type
Class
Description
class
SocketControllerBuilder
Creates an instance of a socket based controller to a given port, and connects it with the selected menu.