Class RCommandExportDialog


  • public class RCommandExportDialog
    extends Dialog
    Dialog for exporting R commands.
    • Constructor Detail

      • RCommandExportDialog

        public RCommandExportDialog​(Shell parent)
        Create a R command export dialog.
        Parameters:
        parent - Parent element.
    • Method Detail

      • open

        public Object open()
        Open the dialog.
        Returns:
        Result object.
      • setCommand

        public void setCommand​(String cmd)
        Set command which should be displayed.
        Parameters:
        cmd - R command string.