Class IJGenericDialogTest

java.lang.Object
com.github.JianZhongBerkeley.playground.IJGenericDialogTest
All Implemented Interfaces:
ModuleWrapperIJ

public class IJGenericDialogTest extends Object implements ModuleWrapperIJ
  • Constructor Details

    • IJGenericDialogTest

      public IJGenericDialogTest()
  • Method Details

    • runGUI

      public void runGUI(String cmd)
      Description copied from interface: ModuleWrapperIJ
      runGUI() defines processing pipeline when Profile Tools runs in GUI mode
      Specified by:
      runGUI in interface ModuleWrapperIJ
      Parameters:
      cmd - input command strings from GUI plug in configure calls
    • runMacro

      public void runMacro(String cmd)
      Description copied from interface: ModuleWrapperIJ
      runMarco() defines processing pipeline when Profile Tools runs in macro mode
      Specified by:
      runMacro in interface ModuleWrapperIJ
      Parameters:
      cmd - input command strings from GUI plug in configure calls