Class RCommandExportDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- edu.kit.ipd.sdq.eventsim.rvisualization.views.RCommandExportDialog
-
public class RCommandExportDialog extends Dialog
Dialog for exporting R commands.
-
-
Constructor Summary
Constructors Constructor Description RCommandExportDialog(Shell parent)
Create a R command export dialog.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
open()
Open the dialog.void
setCommand(String cmd)
Set command which should be displayed.
-
-
-
Constructor Detail
-
RCommandExportDialog
public RCommandExportDialog(Shell parent)
Create a R command export dialog.- Parameters:
parent
- Parent element.
-
-