Uses of Class
org.scijava.Context
-
Packages that use Context 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 -
-
Uses of Context in org.scijava
Methods in org.scijava that return Context Modifier and Type Method Description ContextAbstractContextual. context()ContextContextual. context()Gets the application context to which the object belongs.ContextAbstractContextual. getContext()ContextContextual. getContext()Gets the application context to which the object belongs, or null ifContextual.setContext(Context)has not yet been called on this object.Methods in org.scijava with parameters of type Context Modifier and Type Method Description default voidContextual. setContext(Context context)Sets the application context to which the object belongs.Constructors in org.scijava with parameters of type Context Constructor Description AbstractGateway(String appName, Context context)SciJava(Context context)Creates a new SciJava application context which wraps the given existing SciJava context. -
Uses of Context in org.scijava.command
Methods in org.scijava.command that return Context Modifier and Type Method Description ContextCommandModule. context()ContextDynamicCommand. context()ContextCommandModule. getContext()ContextDynamicCommand. getContext()ContextModuleCommand. getContext()Methods in org.scijava.command with parameters of type Context Modifier and Type Method Description voidCommandModule. setContext(Context context)voidDynamicCommand. setContext(Context context)voidModuleCommand. setContext(Context context)Constructors in org.scijava.command with parameters of type Context Constructor Description Inputs(Context context) -
Uses of Context in org.scijava.console
Constructors in org.scijava.console with parameters of type Context Constructor Description OutputEvent(Context context, OutputEvent.Source source, String output, boolean contextual)Creates a new output event. -
Uses of Context in org.scijava.menu
Constructors in org.scijava.menu with parameters of type Context Constructor Description ShadowMenu(Context context, Collection<? extends ModuleInfo> modules)Constructs a root menu node populated with the given modules. -
Uses of Context in org.scijava.module
Constructors in org.scijava.module with parameters of type Context Constructor Description ModuleRunner(Context context, Module module, List<? extends ModulePreprocessor> pre, List<? extends ModulePostprocessor> post) -
Uses of Context in org.scijava.script
Methods in org.scijava.script that return Context Modifier and Type Method Description ContextScriptInfo. context()ContextScriptModule. context()ContextScriptInfo. getContext()ContextScriptModule. getContext()Methods in org.scijava.script with parameters of type Context Modifier and Type Method Description voidScriptInfo. setContext(Context context)voidScriptModule. setContext(Context context)Constructors in org.scijava.script with parameters of type Context Constructor 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 givenReader.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)ScriptREPL(Context context, String language, Consumer<String> out) -
Uses of Context in org.scijava.service
Methods in org.scijava.service that return Context Modifier and Type Method Description ContextAbstractService. getContext()Methods in org.scijava.service with parameters of type Context Modifier and Type Method Description voidAbstractService. setContext(Context context)Constructors in org.scijava.service with parameters of type Context Constructor 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. -
Uses of Context in org.scijava.ui.console
Constructors in org.scijava.ui.console with parameters of type Context Constructor Description AbstractConsolePane(Context context) -
Uses of Context in org.scijava.ui.dnd
Constructors in org.scijava.ui.dnd with parameters of type Context Constructor Description DefaultDragAndDropData(Context context, MIMEType mimeType, Object data) -
Uses of Context in org.scijava.widget
Constructors in org.scijava.widget with parameters of type Context Constructor Description DefaultWidgetModel(Context context, InputPanel<?,?> inputPanel, Module module, ModuleItem<?> item, List<?> objectPool)
-