AbstractCommandProcessor |
Abstract command processor for the scripting engine.
|
AbstractDatabaseScriptlet |
Ancestor for scriptlets that need access to the database.
|
AbstractDataContainerPanelScriptlet |
Ancestor for scriptlets that require a DataContainerPanel.
|
AbstractDataContainerUpdatingPostProcessor |
Abstract ancestor for classes that need to post-process the containers
that the container manager got updated with.
|
AbstractDataContainerUpdatingScriptlet |
Abstract ancestor for scriptlets that update spectra in a ChromatogramPanel.
|
AbstractFileReaderScriptlet |
Ancestor for scriptlets that use a reader for loading files.
|
AbstractFilterScriptlet |
Abstract filter scriptlet.
|
AbstractFlowScriptlet |
Ancestor for scriptlets that run flows.
|
AbstractScriptingDialog |
A dialog for loading/saving and executing scripts.
|
AbstractScriptingEngine |
Processes scripting commands.
|
AbstractScriptlet |
Abstract superclass for action scriplets.
|
AbstractUndoScriptlet |
Ancestor for scriptlets that allow undo (if available).
|
AbstractVisibilityScriplet |
Ancestor for visibility-related scriptlets.
|
AddData |
Action parameters:
|
AddDataFile |
Action parameters:
|
AddDataFiles |
Action parameters:
|
ClearData |
Action parameters:
|
CommandProcessor |
General actions:
connect <driver> <URL> <user> [password]
Connects to the database.
disconnect
Disconnects from the database.
run-tool <tool + options>
Runs the specified tool.
Actions for adams.gui.core.UndoHandler:
disable-undo
Disables the undo support, if available.
enable-undo
Enables the undo support, if available.
|
Connect |
Action parameters:
|
DeleteData |
Action parameters:
|
DisableUndo |
Action parameters:
|
Disconnect |
Action parameters:
|
EnableUndo |
Action parameters:
|
Filter |
Abstract filter scriptlet.
|
FilterOverlay |
Abstract filter scriptlet (overlays the containers).
|
Invisible |
Action parameters:
|
RemoveData |
Action parameters:
|
RunFlow |
Abstract ancestor for scriptlets that run flows and replace the data
containers.
|
RunFlowOverlay |
Abstract ancestor for scriptlets that run flows and overlay the data
containers.
|
RunTool |
Action parameters:
|
ScriptingCommand |
A container object for a scripting command with optional code to execute
when finished.
|
ScriptingCommandCode |
Class for the optional code to execute when a command finishes.
|
ScriptingDialog |
A dialog for loading/saving and executing scripts.
|
ScriptingEngine |
Processes scripting commands.
|
ScriptingEngineManager |
Manages the database URL/scripting engine relations.
|
ScriptingEngineThread |
A class for processing the scripting commands.
|
ScriptingLogger |
A class that logs all scripting commands.
|
ScriptingLogPanel |
A panel for outputting scripting commands globally.
|
ScriptingTextEditorPanel |
A text editor panel with syntax highlighting for the scripting commands
in the GUI.
|
SetData |
Action parameters:
|
SyntaxDocument |
Highlights syntax in a DefaultStyledDocument.
|
TimeseriesCommandProcessor |
General actions:
connect <driver> <URL> <user> [password]
Connects to the database.
delete-data <comma-separated list of DB-IDs>
Deletes the spectra with the specified DB-IDs from the database.
disconnect
Disconnects from the database.
run-tool <tool + options>
Runs the specified tool.
Actions for adams.gui.core.UndoHandler:
disable-undo
Disables the undo support, if available.
enable-undo
Enables the undo support, if available.
Actions for knir.gui.visualization.spectrum.TimeseriesPanel:
add-data <comma-separated list of DB-IDss>
Adds the spectrums to the currently loaded ones.
add-data-file <spectrum-reader scheme>
Adds the spectrum loaded via the given reader to the currently loaded ones.
clear-data
Removes all spectra.
filter <classname + options>
Executes the filter on the visible spectra, replaces the original ones.
filter-overlay <classname + options>
Executes the filter on the visible spectra, overlays the original ones.
invisible <comma-separated list of 1-based indices>
Sets the visibility of the specified spectrums to false.
NB: index is based on the order the spectrums haven beeen loaded into the
system, includes all spectrums, not just visible ones.
remove-data <comma-separated list of 1-based indices>
Removes the spectrums with the specified indices.
NB: index is based on the order the spectrums haven beeen loaded into the
system, includes all spectrums, not just visible ones.
run-flow <filename>
Executes the flow stored in the given file.
The base actor has to be 'adams.flow.control.SubProcess'.
The processed spectra replace the currently loaded ones.
run-flow-overlay <filename>
Executes the flow stored in the given file.
The base actor has to be 'adams.flow.control.SubProcess'.
The processed spectra overlay the currently loaded ones.
select-wave-number <wave number>
Selects a wave number.
set-data <index> <DB-ID>
Replaces the currently loaded spectrum at the specified 1-based index with
the one associated with the database ID.
visible <comma-separated list of 1-based indices>
Sets the visibility of the specified spectrums to true.
NB: index is based on the order the spectrums haven beeen loaded into the
system, includes all spectrums, not just visible ones.
write-spectrum <1-based index> <filename>
Saves the spectrum at the specified position to the file.
|
Visible |
Action parameters:
|