public class CommonDynamicCmd extends DynamicCommand
Modifier and Type | Field and Description |
---|---|
protected static String |
EMPTY_LABEL |
protected static String |
HEADER_HTML |
protected SNT |
snt |
protected SNTService |
sntService |
protected StatusService |
statusService |
protected SNTUI |
ui |
protected UIService |
uiService |
moduleService, pluginService
Constructor and Description |
---|
CommonDynamicCmd() |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
void |
cancel(String reason) |
protected void |
error(String msg) |
protected void |
init(boolean abortIfInactive) |
protected void |
msg(String msg,
String title) |
protected void |
notifyExternalDataLoaded() |
protected void |
notifyLoadingEnd(Viewer3D recViewer) |
protected void |
notifyLoadingStart(Viewer3D recViewer) |
protected void |
resetUI() |
protected void |
resetUI(boolean validateDimensions) |
void |
run() |
protected void |
status(String statusMsg,
boolean temporaryMsg) |
context, getCancelReason, getContext, getInfo, getInput, getOutput, isCanceled, saveInputs, setContext, setInput, setOutput, uncancel
getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, unresolveInput, unresolveOutput
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addInput, addInput, addOutput, addOutput, removeInput, removeOutput
getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, isResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, setResolved, unresolveInput, unresolveOutput
protected static final String HEADER_HTML
protected static final String EMPTY_LABEL
protected StatusService statusService
protected UIService uiService
protected SNTService sntService
protected SNT snt
protected SNTUI ui
protected void init(boolean abortIfInactive)
protected void status(String statusMsg, boolean temporaryMsg)
public void cancel()
cancel
in interface Module
cancel
in class AbstractModule
public void cancel(String reason)
cancel
in interface Cancelable
cancel
in class DynamicCommand
protected void error(String msg)
protected void notifyLoadingStart(Viewer3D recViewer)
protected void notifyLoadingEnd(Viewer3D recViewer)
protected void resetUI()
protected void resetUI(boolean validateDimensions)
protected void notifyExternalDataLoaded()
public void run()
Copyright © 2015–2021 Fiji. All rights reserved.