public class ActiveDatasetViewPreprocessor extends SingleInputPreprocessor<DatasetView>
DatasetView
when there is one single unresolved
DatasetView
parameter. Hence, rather than a dialog prompting the user
to choose a DatasetView
, the active DatasetView
is used
automatically.
In the case of more than one DatasetView
parameter, the active
DatasetView
is not used and instead the user must select. This
behavior is consistent with ImageJ v1.x.
Constructor and Description |
---|
ActiveDatasetViewPreprocessor() |
Modifier and Type | Method and Description |
---|---|
DatasetView |
getValue()
Gets the single input value to populate.
|
process
cancel, getCancelReason, isCanceled
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
context, getContext, setContext
public DatasetView getValue()
SingleInputPreprocessor
getValue
in class SingleInputPreprocessor<DatasetView>
Copyright © 2014–2022 ImageJ. All rights reserved.