com.yobotics.simulationconstructionset.gui.dialogConstructors
Class SaveRobotConfigurationDialogGenerator

java.lang.Object
  extended by com.yobotics.simulationconstructionset.gui.dialogConstructors.SaveRobotConfigurationDialogGenerator
All Implemented Interfaces:
SaveRobotConfigurationDialogConstructor

public class SaveRobotConfigurationDialogGenerator
extends java.lang.Object
implements SaveRobotConfigurationDialogConstructor


Constructor Summary
SaveRobotConfigurationDialogGenerator(SimulationConstructionSet sim, javax.swing.JFrame frame)
           
 
Method Summary
 void constructRobotConfigurationDialog()
           
 void setCurrentDirectory(java.io.File directory)
           
 void setCurrentDirectory(java.lang.String directory)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveRobotConfigurationDialogGenerator

public SaveRobotConfigurationDialogGenerator(SimulationConstructionSet sim,
                                             javax.swing.JFrame frame)
Method Detail

setCurrentDirectory

public void setCurrentDirectory(java.io.File directory)
Specified by:
setCurrentDirectory in interface SaveRobotConfigurationDialogConstructor

setCurrentDirectory

public void setCurrentDirectory(java.lang.String directory)
Specified by:
setCurrentDirectory in interface SaveRobotConfigurationDialogConstructor

constructRobotConfigurationDialog

public void constructRobotConfigurationDialog()
Specified by:
constructRobotConfigurationDialog in interface SaveRobotConfigurationDialogConstructor