Package snap.viewx

Interface Console

All Known Implementing Classes:
DefaultConsole, JMDViewer.JMDRunConsole

public interface Console
This class provides an interface to users.
  • Method Details

    • show

      void show(Object anObj)
      Shows the given object to user.
    • resetConsole

      void resetConsole()
      Resets the console.
    • getItemCount

      int getItemCount()
      Returns the number of items on the console.
    • getConsoleView

      View getConsoleView()
      Returns the console view.
    • getShared

      static Console getShared()
      Returns the shared console.
    • setShared

      static void setShared(Console aConsole)
      Sets the shared console.
    • getConsoleCreatedHandler

      static Runnable getConsoleCreatedHandler()
      Returns the console created handler.
    • setConsoleCreatedHandler

      static void setConsoleCreatedHandler(Runnable aRun)
      Sets the console created handler.