Modifier and Type | Class and Description |
---|---|
class |
FileScriptBatchProcessor |
class |
MenuScriptBatchProcessor |
class |
ModuleBatchProcessor<T> |
Modifier and Type | Class and Description |
---|---|
class |
ContextCommand
A command that knows its context.
|
class |
DynamicCommand
A command with a variable number of inputs and outputs.
|
class |
Inputs
A way to build a dynamic set of inputs, whose values are then harvested by
the preprocessing framework.
|
class |
InteractiveCommand
A command intended to be run interactively.
|
class |
ModuleCommand
A command which implements
Module directly (rather than using the
CommandModule adapter class). |
class |
UnimplementedCommand
A command that is not yet implemented.
|
Modifier and Type | Method and Description |
---|---|
<C extends Command> |
DefaultCommandService.getCommand(Class<C> commandClass) |
<C extends Command> |
CommandService.getCommand(Class<C> commandClass)
Gets the first available command of the given class, or null if none.
|
<CT extends Command> |
DefaultCommandService.getCommands(List<PluginInfo<CT>> plugins) |
<CT extends Command> |
CommandService.getCommands(List<PluginInfo<CT>> plugins)
Gets the list of
Command s corresponding to the given plugins. |
<C extends Command> |
DefaultCommandService.getCommandsOfClass(Class<C> commandClass) |
<C extends Command> |
CommandService.getCommandsOfClass(Class<C> commandClass)
Gets the list of commands of the given class.
|
<CT extends Command> |
DefaultCommandService.getCommandsOfType(Class<CT> type) |
<CT extends Command> |
CommandService.getCommandsOfType(Class<CT> type)
Gets the list of
Command s of the given type. |
<C extends Command> |
DefaultCommandService.run(Class<C> commandClass,
boolean process,
Map<String,Object> inputMap) |
<C extends Command> |
CommandService.run(Class<C> commandClass,
boolean process,
Map<String,Object> inputMap)
Executes the first command of the given class.
|
<C extends Command> |
DefaultCommandService.run(Class<C> commandClass,
boolean process,
Object... inputs) |
<C extends Command> |
CommandService.run(Class<C> commandClass,
boolean process,
Object... inputs)
Executes the first command of the given class.
|
Modifier and Type | Method and Description |
---|---|
Command |
CommandInfo.createInstance() |
Command |
CommandModule.getCommand()
Gets the command instance handled by this module.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Command> |
CommandInfo.getPluginClass() |
Class<Command> |
DefaultCommandService.getPluginType() |
Class<? extends Command> |
CommandInfo.loadClass() |
Modifier and Type | Method and Description |
---|---|
Module |
CommandInfo.createModule(Command commandInstance)
Instantiates the module described by this module info, around the specified
existing command instance.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandInfo.setPluginClass(Class<? extends Command> pluginClass) |
Constructor and Description |
---|
CommandModule(CommandInfo info,
Command command)
Creates a command module for the given
CommandInfo , around the
specified Command instance. |
Constructor and Description |
---|
CommandInfo(Class<? extends Command> commandClass)
Creates a new command metadata object.
|
CommandInfo(Class<? extends Command> commandClass,
Plugin annotation)
Creates a new command metadata object.
|
CommandInfo(PluginInfo<Command> info)
Creates a new command metadata object describing the same command as the
given
PluginInfo . |
CommandInfo(PluginInfo<Command> info,
String className,
Class<? extends Command> commandClass,
Plugin annotation) |
CommandInfo(PluginInfo<Command> info,
String className,
Class<? extends Command> commandClass,
Plugin annotation) |
Modifier and Type | Class and Description |
---|---|
class |
OptionsPlugin
Base class for all options-oriented plugins.
|
Modifier and Type | Method and Description |
---|---|
List<Class<? extends Command>> |
DefaultAppEventService.getCommands()
Deprecated.
|
List<Class<? extends Command>> |
AppEventService.getCommands()
Deprecated.
Tag relevant commands instead:
attrs = { @Attr(name = "app-command") } |
Modifier and Type | Class and Description |
---|---|
class |
DumpStack
Provides a complete stack dump of all threads.
|
class |
ParamAssignOrder
An illustration of the order in which command parameter assignment occurs.
|
class |
ShowSubscribers
For EventBus diagnostics: shows what is subscribed to various event types.
|
class |
SystemInformation
Dumps the full system configuration, including installed libraries and Java
system properties.
|
class |
TextDisplayTest
A test of text displays.
|
Modifier and Type | Class and Description |
---|---|
class |
Close
Closes the active display.
|
class |
CloseAll
Closes all displays.
|
Modifier and Type | Class and Description |
---|---|
class |
ClearRecent
Clears the list of recently opened files.
|
class |
OpenFile
Opens the selected file.
|
Modifier and Type | Class and Description |
---|---|
class |
RunScript
Executes the script in the given file.
|
Modifier and Type | Class and Description |
---|---|
class |
MATLABOptions
Allows the setting and persisting of
MatlabProxyFactoryOptions
configuration. |
Modifier and Type | Class and Description |
---|---|
class |
ExportTableCommand |
Modifier and Type | Class and Description |
---|---|
class |
CommandFinder
A plugin to display the
CommandFinderPanel in a dialog. |
class |
DialogPromptDemo
A demonstration of SciJava's UI-agnostic dialog prompt capabilities.
|
class |
InspectObjects
Inspect the ObjectService
|
class |
WatchEvents
Listens for events, displaying results in a text window.
|
Modifier and Type | Class and Description |
---|---|
class |
ShowConsole
Pops up the console window.
|
Modifier and Type | Class and Description |
---|---|
class |
WindowsTileVertical
Arranges the Windows in an MDI environment.
|
Modifier and Type | Class and Description |
---|---|
class |
OptionsLookAndFeel
Runs the Edit::Options::Look and Feel dialog.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptEditor
The Script Editor.
|
class |
ScriptInterpreterPlugin
A GUI for the script engines.
|
Modifier and Type | Class and Description |
---|---|
class |
ChooseFontSize
Sets the font size in the current editor tab.
|
class |
ChooseTabSize
Sets the tab size in the current editor tab.
|
class |
GitGrep
Calls git grep in a given directory.
|
class |
KillScript
Kills a running script started in the given script editor.
|
Copyright © 2015–2022 SciJava. All rights reserved.