Class RemoteControlCenterLogPanel

    • Constructor Detail

      • RemoteControlCenterLogPanel

        public RemoteControlCenterLogPanel()
    • Method Detail

      • initGUI

        protected void initGUI()
        Initializes the widgets.
        Overrides:
        initGUI in class BasePanel
      • getTabIcon

        public String getTabIcon()
        Returns the name of icon to use for the tab.
        Returns:
        the icon
      • getApplicationFrame

        public AbstractApplicationFrame getApplicationFrame()
        Returns the application frame this panel belongs to.
        Returns:
        the frame, null if not part of an app frame
      • getRequestLog

        public SimpleLogPanel getRequestLog()
        Returns the log for requests.
        Returns:
        the log
      • getResponseLog

        public SimpleLogPanel getResponseLog()
        Returns the log for response.
        Returns:
        the log
      • getOtherLog

        public SimpleLogPanel getOtherLog()
        Returns the log for other messages.
        Returns:
        the log