Wiki

Clone wiki

GCode Editor / gen / Program

Documentation

public List<Command> getCommands()

Gets a list of the command objects which form this program.

  • Returns: A unmodifiable list which is backed by a LinkedList.

public void setErrorDialogOpener(ErrorDialogOpener errorDialogOpener)

Sets what object this program will tell when it encounters errors

  • Parameters: errorDialogOpener — the ErrorDialogOpener to set; if null, this is made unset and error will be ignored..

Updated