com.yobotics.simulationconstructionset.gui.dialogConstructors
Class ExportSnapshotDialogGenerator

java.lang.Object
  extended by com.yobotics.simulationconstructionset.gui.dialogConstructors.ExportSnapshotDialogGenerator
All Implemented Interfaces:
ExportSnapshotDialogConstructor

public class ExportSnapshotDialogGenerator
extends java.lang.Object
implements ExportSnapshotDialogConstructor


Constructor Summary
ExportSnapshotDialogGenerator(ExportSnapshotCommandExecutor exportSnapshotCommandExecutor, GUIEnablerAndDisabler guiEnablerAndDisabler, Robot[] robots, ActiveCanvas3DHolder activeCanvas3DHolder, javax.swing.JFrame frame)
           
 
Method Summary
 void constructExportSnapshotDialog()
           
 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

ExportSnapshotDialogGenerator

public ExportSnapshotDialogGenerator(ExportSnapshotCommandExecutor exportSnapshotCommandExecutor,
                                     GUIEnablerAndDisabler guiEnablerAndDisabler,
                                     Robot[] robots,
                                     ActiveCanvas3DHolder activeCanvas3DHolder,
                                     javax.swing.JFrame frame)
Method Detail

setCurrentDirectory

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

setCurrentDirectory

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

constructExportSnapshotDialog

public void constructExportSnapshotDialog()
Specified by:
constructExportSnapshotDialog in interface ExportSnapshotDialogConstructor