com.partnersoft.workbench.app
Class WorkbenchConsoleLogic

java.lang.Object
  extended by com.partnersoft.workbench.app.WorkbenchConsoleLogic

public class WorkbenchConsoleLogic
extends java.lang.Object


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

Constructor Detail

WorkbenchConsoleLogic

public WorkbenchConsoleLogic(WorkbenchApp workbench)
Method Detail

focusOnCommandLine

public void focusOnCommandLine()

clearLog

public void clearLog()

clearCommandLine

public void clearCommandLine()

executeCommand

public void executeCommand()

setCommand

public void setCommand(java.lang.String newCommand)

getCommand

public java.lang.String getCommand()

previousCommand

public void previousCommand()

nextCommand

public void nextCommand()