com.partnersoft.workbench.gui
Class WorkbenchConsole

java.lang.Object
  extended by com.partnersoft.workbench.gui.WorkbenchConsole

public class WorkbenchConsole
extends java.lang.Object


Constructor Summary
WorkbenchConsole(WorkbenchApp workbench)
           
 
Method Summary
 void clearLog()
           
 void executeCommand()
           
 void focusOnCommandLine()
           
 java.lang.String getCommand()
           
 javax.swing.JPanel getGui()
           
 void nextCommand()
           
 void previousCommand()
           
 void setCommand(java.lang.String newCommand)
           
 void startLogViewer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkbenchConsole

public WorkbenchConsole(WorkbenchApp workbench)
Method Detail

focusOnCommandLine

public void focusOnCommandLine()

getGui

public javax.swing.JPanel getGui()

executeCommand

public void executeCommand()

setCommand

public void setCommand(java.lang.String newCommand)

getCommand

public java.lang.String getCommand()

startLogViewer

public void startLogViewer()

previousCommand

public void previousCommand()

nextCommand

public void nextCommand()

clearLog

public void clearLog()