Package org.jmol.api

Interface JmolAppConsoleInterface

All Known Implementing Classes:
AppConsole, AppletConsole, AppletConsole, GenericConsole, JmolConsole

public interface JmolAppConsoleInterface
  • Method Details

    • setVisible

      void setVisible(boolean b)
    • sendConsoleEcho

      void sendConsoleEcho(String strEcho)
    • sendConsoleMessage

      void sendConsoleMessage(String strInfo)
    • getScriptEditor

      JmolScriptEditorInterface getScriptEditor()
    • start

      void start(Viewer vwr)
    • zap

      void zap()
    • dispose

      void dispose()
    • getText

      String getText()
    • newJMenu

      Object newJMenu(String key)
    • newJMenuItem

      Object newJMenuItem(String key)