Uses of Interface
org.scijava.UIDetails
-
Packages that use UIDetails Package Description org.scijava org.scijava.command org.scijava.module org.scijava.plugin org.scijava.script -
-
Uses of UIDetails in org.scijava
Classes in org.scijava that implement UIDetails Modifier and Type Class Description classAbstractUIDetailsAbstract superclass ofUIDetailsimplementations. -
Uses of UIDetails in org.scijava.command
Classes in org.scijava.command that implement UIDetails Modifier and Type Class Description classCommandInfoA collection of metadata about a particularCommand.classDynamicCommandInfoHelper class for maintaining aDynamicCommand's associatedModuleInfo. -
Uses of UIDetails in org.scijava.module
Subinterfaces of UIDetails in org.scijava.module Modifier and Type Interface Description interfaceModuleInfoA ModuleInfo object encapsulates metadata about a particularModule(but not a specific instance of it).interfaceMutableModuleInfoModuleInfoextension allowing manipulation of its metadata.Classes in org.scijava.module that implement UIDetails Modifier and Type Class Description classAbstractModuleInfoAbstract superclass ofModuleInfoimplementation.classDefaultMutableModuleInfoDefaultMutableModuleInfoimplementation. -
Uses of UIDetails in org.scijava.plugin
Classes in org.scijava.plugin that implement UIDetails Modifier and Type Class Description classPluginInfo<PT extends SciJavaPlugin>A collection of metadata about a particular plugin. -
Uses of UIDetails in org.scijava.script
Classes in org.scijava.script that implement UIDetails Modifier and Type Class Description classScriptInfoMetadata about a script.
-