public abstract class OptionsPlugin extends DynamicCommand implements SingletonPlugin
Modifier and Type | Field and Description |
---|---|
protected EventService |
eventService |
Constructor and Description |
---|
OptionsPlugin() |
Modifier and Type | Method and Description |
---|---|
void |
load()
Loads option values from persistent storage.
|
void |
reset()
Clears option values from persistent storage.
|
void |
run() |
void |
save()
Saves option values to persistent storage.
|
cancel, context, getCancelReason, getContext, getInfo, getInput, getOutput, isCanceled, setContext, setInput, setOutput
cancel, 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
cancel, getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, isResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, setResolved, unresolveInput, unresolveOutput
protected EventService eventService
public void load()
public void save()
public void reset()
public void run()
run
in interface Runnable
run
in interface MutableModule
Copyright © 2009–2017 SciJava. All rights reserved.