Uses of Class
org.scijava.options.OptionsPlugin
-
Packages that use OptionsPlugin Package Description org.scijava.options org.scijava.options.event -
-
Uses of OptionsPlugin in org.scijava.options
Methods in org.scijava.options with type parameters of type OptionsPlugin Modifier and Type Method Description <O extends OptionsPlugin>
ODefaultOptionsService. getOptions(Class<O> optionsClass)<O extends OptionsPlugin>
OOptionsService. getOptions(Class<O> optionsClass)Gets the options plugin of the given class, or null if none.Methods in org.scijava.options that return types with arguments of type OptionsPlugin Modifier and Type Method Description List<OptionsPlugin>DefaultOptionsService. getInstances()default Class<OptionsPlugin>OptionsService. getPluginType() -
Uses of OptionsPlugin in org.scijava.options.event
Methods in org.scijava.options.event that return OptionsPlugin Modifier and Type Method Description OptionsPluginOptionsEvent. getOptions()Constructors in org.scijava.options.event with parameters of type OptionsPlugin Constructor Description OptionsEvent(OptionsPlugin options)
-