Module cli
Package de.grogra.cli

Interface ExecutableComponent

All Known Implementing Classes:
CLIAttributeEditorPanel, CLIChartPanelSupport, CLIComponent, CLIConsolePanel, CLIContainer, CLIMenuComponent, CLIPanel, CLIPanelSupport, CLIRootPane, CLIStatusBar, CLITextComponent, CLITextEditor, CLIUITree, CLIWindowSupport

public interface ExecutableComponent
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(String s, Object info)
    An interface to define ComponentWrapper whose component can be run.
  • Method Details

    • run

      void run(String s, Object info)
      An interface to define ComponentWrapper whose component can be run.