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 |
DynamicCommand.context() |
Context |
CommandModule.context() |
Context |
ModuleCommand.getContext() |
Context |
DynamicCommand.getContext() |
Context |
CommandModule.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
ModuleCommand.setContext(Context context) |
void |
DynamicCommand.setContext(Context context) |
void |
CommandModule.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) |
Constructor and Description |
---|
MATLABScriptEngine(Context context) |
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) |
Constructor and Description |
---|
DefaultSearchOperation(Context context,
SearchListener... callbacks) |
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 |
---|
AWTDragAndDropData(Context context,
Transferable t) |
AWTStatusBar(Context context) |
AWTToolBar(Context context) |
Constructor and Description |
---|
AbstractConsolePane(Context context) |
Constructor and Description |
---|
DefaultDragAndDropData(Context context,
MIMEType mimeType,
Object data) |
Constructor and Description |
---|
SwingStatusBar(Context context) |
SwingToolBar(Context context) |
Constructor and Description |
---|
ConsolePanel(Context context) |
LogFormatter(Context context,
String prefKey) |
LoggingPanel(Context context) |
LoggingPanel(Context context,
String prefKey) |
SwingConsolePane(Context context) |
Modifier and Type | Field and Description |
---|---|
static ArrayList<Context> |
TextEditor.contexts |
Modifier and Type | Method and Description |
---|---|
static Object |
DefaultAutoImporters.getImportGenerator(Context context,
ScriptLanguage language) |
Constructor and Description |
---|
InterpreterPane(Context context)
Constructs an interpreter UI pane for a SciJava scripting REPL.
|
InterpreterWindow(Context context)
Constructs the scripting interpreter window.
|
TextEditor(Context context) |
VarsPane(Context context,
ScriptREPL repl) |
Constructor and Description |
---|
SwingSearchBar(Context context) |
Constructor and Description |
---|
DefaultWidgetModel(Context context,
InputPanel<?,?> inputPanel,
Module module,
ModuleItem<?> item,
List<?> objectPool) |
Copyright © 2015–2022 SciJava. All rights reserved.