Uses of Interface
org.scijava.Named
-
Packages that use Named Package Description org.scijava org.scijava.command org.scijava.display org.scijava.menu org.scijava.module org.scijava.plugin org.scijava.script org.scijava.task -
-
Uses of Named in org.scijava
Subinterfaces of Named in org.scijava Modifier and Type Interface Description interfaceBasicDetailsAn interface defining basic characteristics including name, label, description, and a table of key/value pairs.interfaceUIDetailsAn interface defining details useful for generating relevant user interface elements.Classes in org.scijava that implement Named Modifier and Type Class Description classAbstractBasicDetailsAbstract superclass ofBasicDetailsimplementations.classAbstractUIDetailsAbstract superclass ofUIDetailsimplementations.classMenuEntryOne component of a menu path, for use withMenuPath. -
Uses of Named in org.scijava.command
Classes in org.scijava.command that implement Named Modifier and Type Class Description classCommandInfoA collection of metadata about a particularCommand.classCommandModuleItem<T>ModuleItemimplementation describing an input or output of a command.classDynamicCommandInfoHelper class for maintaining aDynamicCommand's associatedModuleInfo. -
Uses of Named in org.scijava.display
Subinterfaces of Named in org.scijava.display Modifier and Type Interface Description interfaceDisplay<T>A display is a particular type of plugin intended to collect objects for visualization.interfaceTextDisplayInterface for textDisplays.Classes in org.scijava.display that implement Named Modifier and Type Class Description classAbstractDisplay<T>Abstract superclass ofDisplayimplementations.classDefaultDisplayDefault display for objects, when no other displays are available.classDefaultTextDisplayDefault display for text. -
Uses of Named in org.scijava.menu
Classes in org.scijava.menu that implement Named Modifier and Type Class Description classShadowMenuA tree representing a menu structure independent of any particular user interface. -
Uses of Named in org.scijava.module
Subinterfaces of Named in org.scijava.module Modifier and Type Interface Description interfaceModuleInfoA ModuleInfo object encapsulates metadata about a particularModule(but not a specific instance of it).interfaceModuleItem<T>A ModuleItem represents metadata about one input or output of a module.interfaceMutableModuleInfoModuleInfoextension allowing manipulation of its metadata.interfaceMutableModuleItem<T>ModuleItemextension allowing manipulation of its metadata.Classes in org.scijava.module that implement Named Modifier and Type Class Description classAbstractModuleInfoAbstract superclass ofModuleInfoimplementation.classAbstractModuleItem<T>Abstract superclass ofModuleItemimplementations.classDefaultMutableModuleInfoDefaultMutableModuleInfoimplementation.classDefaultMutableModuleItem<T>DefaultMutableModuleItemimplementation, for use with customMutableModuleimplementations. -
Uses of Named in org.scijava.plugin
Classes in org.scijava.plugin that implement Named Modifier and Type Class Description classPluginInfo<PT extends SciJavaPlugin>A collection of metadata about a particular plugin. -
Uses of Named in org.scijava.script
Classes in org.scijava.script that implement Named Modifier and Type Class Description classScriptInfoMetadata about a script. -
Uses of Named in org.scijava.task
Subinterfaces of Named in org.scijava.task Modifier and Type Interface Description interfaceTaskA self-aware job which reports its status and progress as it runs.Classes in org.scijava.task that implement Named Modifier and Type Class Description classDefaultTaskDefault implementation ofTask.
-