Package | Description |
---|---|
org.scijava | |
org.scijava.command | |
org.scijava.display | |
org.scijava.menu | |
org.scijava.module | |
org.scijava.plugin | |
org.scijava.script | |
org.scijava.table | |
org.scijava.task |
Modifier and Type | Interface and Description |
---|---|
interface |
BasicDetails
An interface defining basic characteristics including name, label,
description, and a table of key/value pairs.
|
interface |
UIDetails
An interface defining details useful for generating relevant user interface
elements.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBasicDetails
Abstract superclass of
BasicDetails implementations. |
class |
AbstractUIDetails
Abstract superclass of
UIDetails implementations. |
class |
MenuEntry
One component of a menu path, for use with
MenuPath . |
Modifier and Type | Class and Description |
---|---|
class |
CommandInfo
A collection of metadata about a particular
Command . |
class |
CommandModuleItem<T>
ModuleItem implementation describing an input or output of a command. |
class |
DynamicCommandInfo
Helper class for maintaining a
DynamicCommand 's associated
ModuleInfo . |
Modifier and Type | Interface and Description |
---|---|
interface |
Display<T>
A display is a particular type of plugin intended to collect objects for
visualization.
|
interface |
TextDisplay
Interface for text
Display s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDisplay<T>
Abstract superclass of
Display implementations. |
class |
DefaultDisplay
Default display for objects, when no other displays are available.
|
class |
DefaultTextDisplay
Default display for text.
|
Modifier and Type | Class and Description |
---|---|
class |
ShadowMenu
A tree representing a menu structure independent of any particular user
interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ModuleInfo
A ModuleInfo object encapsulates metadata about a particular
Module
(but not a specific instance of it). |
interface |
ModuleItem<T>
A ModuleItem represents metadata about one input or output of a module.
|
interface |
MutableModuleInfo
ModuleInfo extension allowing manipulation of its metadata. |
interface |
MutableModuleItem<T>
ModuleItem extension allowing manipulation of its metadata. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModuleInfo
Abstract superclass of
ModuleInfo implementation. |
class |
AbstractModuleItem<T>
Abstract superclass of
ModuleItem implementations. |
class |
DefaultMutableModuleInfo
Default
MutableModuleInfo implementation. |
class |
DefaultMutableModuleItem<T>
Default
MutableModuleItem implementation, for use with custom
MutableModule implementations. |
Modifier and Type | Class and Description |
---|---|
class |
PluginInfo<PT extends SciJavaPlugin>
A collection of metadata about a particular plugin.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptInfo
Metadata about a script.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TableDisplay
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTableDisplay
Default display for
Table s, including DoubleTable s. |
Modifier and Type | Interface and Description |
---|---|
interface |
Task
A self-aware job which reports its status and progress as it runs.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTask
Default implementation of
Task . |
Copyright © 2015–2022 SciJava. All rights reserved.