edu.rice.comp211.laundry.ui
Class LaundryController

java.lang.Object
  extended by edu.rice.comp211.laundry.ui.LaundryController

public class LaundryController
extends Object

Date: Mar 23, 2010 Time: 11:35:39 PM


Constructor Summary
LaundryController(JFrame frame)
           
 
Method Summary
 void createChange()
           
 void createFold()
           
 void createLaunder()
           
 void createLose()
           
 void createOutfit()
           
 void createReceive()
           
 void inputModeChanged()
           
 void nextCommandInSoloMode()
           
 void nextCommandInThreadedMode()
           
 void openNewFile()
           
 void openThreadedNewFile()
           
 void runInSoloModeAllRemainingCommands()
           
 void runInThreadedModeAllRemainingCommands()
           
 void saveExecutedCommands()
           
 void showAbout()
           
 void viewExecutedCommands()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaundryController

LaundryController(JFrame frame)
Method Detail

showAbout

public void showAbout()

nextCommandInSoloMode

public void nextCommandInSoloMode()

runInSoloModeAllRemainingCommands

public void runInSoloModeAllRemainingCommands()

nextCommandInThreadedMode

public void nextCommandInThreadedMode()

runInThreadedModeAllRemainingCommands

public void runInThreadedModeAllRemainingCommands()

openNewFile

public void openNewFile()

viewExecutedCommands

public void viewExecutedCommands()

openThreadedNewFile

public void openThreadedNewFile()

inputModeChanged

public void inputModeChanged()

createChange

public void createChange()

createReceive

public void createReceive()

createLose

public void createLose()

createOutfit

public void createOutfit()

createLaunder

public void createLaunder()

createFold

public void createFold()

saveExecutedCommands

public void saveExecutedCommands()