Uses of Interface
org.scijava.Validated
-
Packages that use Validated Package Description org.scijava.command org.scijava.module org.scijava.script -
-
Uses of Validated in org.scijava.command
Classes in org.scijava.command that implement Validated Modifier and Type Class Description classCommandInfoA collection of metadata about a particularCommand.classDynamicCommandInfoHelper class for maintaining aDynamicCommand's associatedModuleInfo. -
Uses of Validated in org.scijava.module
Subinterfaces of Validated 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 Validated Modifier and Type Class Description classAbstractModuleInfoAbstract superclass ofModuleInfoimplementation.classDefaultMutableModuleInfoDefaultMutableModuleInfoimplementation.classMethodRefA reference to aMethod, which can be invoked at will. -
Uses of Validated in org.scijava.script
Classes in org.scijava.script that implement Validated Modifier and Type Class Description classScriptInfoMetadata about a script.
-