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, isCanceled
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setContext
public void preview()
Previewable
preview
in interface Previewable
public void cancel()
Previewable
cancel
in interface Previewable
protected void initParams()
protected void initInput1()
protected void initInput2()
Copyright © 2015–2022 SciJava. All rights reserved.