Transformations
121122123124125126127128
* <p> * <strong>Note:</strong> This call will block until the editing is complete. Do not call this * method from the event-dispatching thread. */ public void editInputStructure() { StructureEditor editor = getInputEditor(); runEditor(editor); }
197198199200201202203204
* <p> * <strong>Note:</strong> This call will block until the editing is complete. Do not call this * method from the event-dispatching thread. */ public void editOutputStructure() { StructureEditor editor = getOutputEditor(); runEditor(editor); }