java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
com.marginallyclever.communications.transport.TransportLayerPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable
Direct Known Subclasses:
SerialTransportLayerPanel, TCPTransportLayerPanel

public abstract class TransportLayerPanel extends JComponent
A TransportLayerPanel is a GUI component that allows the user to configure a TransportLayer.
See Also:
  • Constructor Details

    • TransportLayerPanel

      public TransportLayerPanel()
  • Method Details

    • openConnection

      public abstract SessionLayer openConnection()