Class HubServiceMode.ServiceGui

  • Enclosing class:
    HubServiceMode

    static class HubServiceMode.ServiceGui
    extends java.lang.Object
    Aggregates a HubService and an associated monitor/control window.
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceGui()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HubService getHubService()
      Returns the hub service.
      javax.swing.JFrame getWindow()
      Returns a monitor/control window for this service, if available.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • window_

        private javax.swing.JFrame window_
    • Constructor Detail

      • ServiceGui

        ServiceGui()
    • Method Detail

      • getHubService

        public HubService getHubService()
        Returns the hub service.
        Returns:
        hub service object
      • getWindow

        public javax.swing.JFrame getWindow()
        Returns a monitor/control window for this service, if available.
        Returns:
        window, or null