public interface OpFinderService extends ImageJService
Service
for managing the UI elements relating to the FindOps
command. Using a Service
for this purpose effectively makes the UI
components singletons within the Context
, so they do not need to
be recreated on subsequent runs.Modifier and Type | Method and Description |
---|---|
void |
showOpFinder() |
initialize, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
Copyright © 2015–2021 Fiji. All rights reserved.