public class ParamAssignOrder extends ContextCommand implements Previewable
This is useful since there are several different ways a command's inputs can be assigned a value.
| Constructor and Description | 
|---|
| ParamAssignOrder() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | cancel()Does whatever is necessary upon cancelation to reset things back to before
 the operation was executed. | 
| protected void | initInput1()Initializer for input1 parameter. | 
| protected void | initInput2()Initializer for input2 parameter. | 
| protected void | initParams()Global initializer. | 
| void | preview()Computes a preview of the operation's results. | 
| void | run() | 
cancel, getCancelReason, isCanceledcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetContextpublic void preview()
Previewablepreview in interface Previewablepublic void cancel()
Previewablecancel in interface Previewableprotected void initParams()
protected void initInput1()
protected void initInput2()
Copyright © 2015–2022 SciJava. All rights reserved.