Package | Description |
---|---|
org.scijava | |
org.scijava.command | |
org.scijava.console | |
org.scijava.menu | |
org.scijava.module | |
org.scijava.script | |
org.scijava.service | |
org.scijava.ui.console | |
org.scijava.ui.dnd | |
org.scijava.widget |
Modifier and Type | Method and Description |
---|---|
Context |
Contextual.context()
Gets the application context to which the object belongs.
|
Context |
AbstractContextual.context() |
Context |
Contextual.getContext()
Gets the application context to which the object belongs, or null if
Contextual.setContext(Context) has not yet been called on this object. |
Context |
AbstractContextual.getContext() |
Modifier and Type | Method and Description |
---|---|
default void |
Contextual.setContext(Context context)
Sets the application context to which the object belongs.
|
Constructor and Description |
---|
AbstractGateway(String appName,
Context context) |
SciJava(Context context)
Creates a new SciJava application context which wraps the given existing
SciJava context.
|
Modifier and Type | Method and Description |
---|---|
Context |
CommandModule.context() |
Context |
DynamicCommand.context() |
Context |
CommandModule.getContext() |
Context |
DynamicCommand.getContext() |
Context |
ModuleCommand.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
CommandModule.setContext(Context context) |
void |
DynamicCommand.setContext(Context context) |
void |
ModuleCommand.setContext(Context context) |
Constructor and Description |
---|
Inputs(Context context) |
Constructor and Description |
---|
OutputEvent(Context context,
OutputEvent.Source source,
String output,
boolean contextual)
Creates a new output event.
|
Constructor and Description |
---|
ShadowMenu(Context context,
Collection<? extends ModuleInfo> modules)
Constructs a root menu node populated with the given modules.
|
Constructor and Description |
---|
ModuleRunner(Context context,
Module module,
List<? extends ModulePreprocessor> pre,
List<? extends ModulePostprocessor> post) |
Modifier and Type | Method and Description |
---|---|
Context |
ScriptModule.context() |
Context |
ScriptInfo.context() |
Context |
ScriptModule.getContext() |
Context |
ScriptInfo.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
ScriptModule.setContext(Context context) |
void |
ScriptInfo.setContext(Context context) |
Constructor and Description |
---|
ScriptFinder(Context context)
Creates a new script finder.
|
ScriptFinder(Context context,
String pathPrefix)
Creates a new script finder.
|
ScriptInfo(Context context,
File file)
Creates a script metadata object which describes the given script file.
|
ScriptInfo(Context context,
String path)
Creates a script metadata object which describes the given script file.
|
ScriptInfo(Context context,
String path,
Reader reader)
Creates a script metadata object which describes a script provided by the
given
Reader . |
ScriptInfo(Context context,
URL url,
String path)
Creates a script metadata object which describes a script at the given URL.
|
ScriptREPL(Context context) |
ScriptREPL(Context context,
OutputStream out) |
ScriptREPL(Context context,
String language) |
ScriptREPL(Context context,
String language,
OutputStream out) |
Modifier and Type | Method and Description |
---|---|
Context |
AbstractService.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractService.setContext(Context context) |
Constructor and Description |
---|
ServiceHelper(Context context)
Creates a new service helper for discovering and instantiating services.
|
ServiceHelper(Context context,
Collection<Class<? extends Service>> serviceClasses)
Creates a new service helper for discovering and instantiating services.
|
ServiceHelper(Context context,
Collection<Class<? extends Service>> serviceClasses,
boolean strict)
Creates a new service helper for discovering and instantiating services.
|
Constructor and Description |
---|
AbstractConsolePane(Context context) |
Constructor and Description |
---|
DefaultDragAndDropData(Context context,
MIMEType mimeType,
Object data) |
Constructor and Description |
---|
DefaultWidgetModel(Context context,
InputPanel<?,?> inputPanel,
Module module,
ModuleItem<?> item,
List<?> objectPool) |
Copyright © 2009–2023 SciJava. All rights reserved.