Class HubPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, AbstractMRListener, CanListener, CanPanelInterface
Direct Known Subclasses:
CbusHubPane

public class HubPane extends JmriPanel implements CanListener, CanPanelInterface
Frame displaying,and more importantly starting, an OpenLCB TCP/IP hub
See Also:
  • Field Details

  • Constructor Details

    • HubPane

      public HubPane()
      Create a new HubPane with default options.
    • HubPane

      public HubPane(int port)
      Create a new HubPane with a specified port number. Sends with Line Endings.
      Parameters:
      port - the port number to use.
    • HubPane

      public HubPane(int port, boolean sendLineEndings)
      Create a new HubPane with port number and default for sending line ends. This option may subsequently be ignored by user preference. Default is to NOT require line endings.
      Parameters:
      port - the port number to use.
      sendLineEndings - if no user option is set, true to send line endings, else false.
  • Method Details