Uses of Class
edu.cs.ai.kreator.ui.gui.components.ConsolePane

Packages that use ConsolePane
edu.cs.ai.kreator.scripting   
edu.cs.ai.kreator.ui.gui.components   
edu.cs.ai.kreator.ui.gui.dialogs   
 

Uses of ConsolePane in edu.cs.ai.kreator.scripting
 

Constructors in edu.cs.ai.kreator.scripting with parameters of type ConsolePane
KreatorScriptableObject(ConsolePane consolePane)
           
KreatorScriptEngine(ConsolePane consolePane)
          Instantiates a new kreatorScriptEngine.
 

Uses of ConsolePane in edu.cs.ai.kreator.ui.gui.components
 

Methods in edu.cs.ai.kreator.ui.gui.components with parameters of type ConsolePane
 void ConsoleTabbedPane.addConsolePane(ConsolePane consolePane)
          Adds a new consolePane to the ConsoleTabbedPane
 void ConsoleTabbedPane.addConsolePane(ConsolePane consolePane, java.lang.String sConsoleName)
          Adds a new consolePane to the ConsoleTabbedPane with the name sConsoleName
protected  void ConsoleTabbedPane.closeConsole(ConsolePane console)
          Closes the given console
 

Uses of ConsolePane in edu.cs.ai.kreator.ui.gui.dialogs
 

Methods in edu.cs.ai.kreator.ui.gui.dialogs that return ConsolePane
 ConsolePane QueryConstructionDialog.getQuickPreviewConsole()