Class AbstractRemoteCommandActionWithGUI

    • Constructor Detail

      • AbstractRemoteCommandActionWithGUI

        public AbstractRemoteCommandActionWithGUI()
        Initializes the action with no owner.
      • AbstractRemoteCommandActionWithGUI

        public AbstractRemoteCommandActionWithGUI​(adams.terminal.application.AbstractTerminalApplication owner)
        Initializes the action.
        Parameters:
        owner - the owning application
    • Method Detail

      • createPanel

        protected abstract com.googlecode.lanterna.gui2.Panel createPanel()
        Creates the panel to display.
        Returns:
        the panel
      • doRun

        protected void doRun​(com.googlecode.lanterna.gui2.WindowBasedTextGUI context)
        Actual execution.
        Specified by:
        doRun in class AbstractRemoteCommandAction
        Parameters:
        context - the context to use