com.yobotics.simulationconstructionset.gui.dialogConstructors
Class SaveGraphConfigurationDialogGenerator

java.lang.Object
  extended by com.yobotics.simulationconstructionset.gui.dialogConstructors.SaveGraphConfigurationDialogGenerator
All Implemented Interfaces:
SaveGraphConfigurationDialogConstructor

public class SaveGraphConfigurationDialogGenerator
extends java.lang.Object
implements SaveGraphConfigurationDialogConstructor


Constructor Summary
SaveGraphConfigurationDialogGenerator(GUIEnablerAndDisabler guiEnablerAndDisabler, javax.swing.JFrame frame, GraphArrayPanel graphArrayPanel)
           
 
Method Summary
 void constructSaveGraphConfigurationDialog()
           
 void setCurrentDirectory(java.io.File dir)
           
 void setCurrentDirectory(java.lang.String dir)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveGraphConfigurationDialogGenerator

public SaveGraphConfigurationDialogGenerator(GUIEnablerAndDisabler guiEnablerAndDisabler,
                                             javax.swing.JFrame frame,
                                             GraphArrayPanel graphArrayPanel)
Method Detail

setCurrentDirectory

public void setCurrentDirectory(java.io.File dir)
Specified by:
setCurrentDirectory in interface SaveGraphConfigurationDialogConstructor

setCurrentDirectory

public void setCurrentDirectory(java.lang.String dir)
Specified by:
setCurrentDirectory in interface SaveGraphConfigurationDialogConstructor

constructSaveGraphConfigurationDialog

public void constructSaveGraphConfigurationDialog()
Specified by:
constructSaveGraphConfigurationDialog in interface SaveGraphConfigurationDialogConstructor