Deprecated API


Contents
Deprecated Methods
console.gui.PanelStack.add(Object)
          - use @ref add(String, JPanel) 
console.Console.commandDone()
          Do not use the console as an Output instance, use the Output given to you in Shell.execute() instead. 
console.Console.getOutputPane()
          Use getConsolePane() instead. 
console.Console.print(Color, String)
          Do not use the console as an Output instance, use the Output given to you in Shell.execute() instead. 
console.Shell.registerShell(Shell)
          Write a services.xml file instead. 
console.Shell.unregisterShell(Shell)
          Write a services.xml file instead. 
console.Shell.waitUntilDone()
          - see waitFor(Console) 
console.Console.writeAttrs(AttributeSet, String)
          Do not use the console as an Output instance, use the Output given to you in Shell.execute() instead. see @ref Output for information about how to create additional console Output instances.