Uses of Class
adams.gui.scripting.AbstractScriptlet
-
Packages that use AbstractScriptlet Package Description adams.gui.scripting -
-
Uses of AbstractScriptlet in adams.gui.scripting
Subclasses of AbstractScriptlet in adams.gui.scripting Modifier and Type Class Description class
AbstractDatabaseScriptlet
Ancestor for scriptlets that need access to the database.class
AbstractDataContainerPanelScriptlet
Ancestor for scriptlets that require a DataContainerPanel.class
AbstractDataContainerUpdatingScriptlet
Abstract ancestor for scriptlets that update spectra in a ChromatogramPanel.class
AbstractFileReaderScriptlet
Ancestor for scriptlets that use a reader for loading files.class
AbstractFilterScriptlet
Abstract filter scriptlet.class
AbstractFlowScriptlet
Ancestor for scriptlets that run flows.class
AbstractUndoScriptlet
Ancestor for scriptlets that allow undo (if available).class
AbstractVisibilityScriplet
Ancestor for visibility-related scriptlets.class
AddData
Action parameters:class
AddDataFile
Action parameters:class
AddDataFiles
Action parameters:class
ClearData
Action parameters:class
Connect
Action parameters:class
DeleteData
Action parameters:class
DisableUndo
Action parameters:class
Disconnect
Action parameters:class
EnableUndo
Action parameters:class
Filter
Abstract filter scriptlet.class
FilterOverlay
Abstract filter scriptlet (overlays the containers).class
Invisible
Action parameters:class
RemoveData
Action parameters:class
RunFlow
Abstract ancestor for scriptlets that run flows and replace the data containers.class
RunFlowOverlay
Abstract ancestor for scriptlets that run flows and overlay the data containers.class
RunTool
Action parameters:class
SetData
Action parameters:class
Visible
Action parameters:Fields in adams.gui.scripting declared as AbstractScriptlet Modifier and Type Field Description protected AbstractScriptlet
AbstractCommandProcessor. m_CurrentScriptlet
the scriptlet currently being executed.Fields in adams.gui.scripting with type parameters of type AbstractScriptlet Modifier and Type Field Description protected Hashtable<String,AbstractScriptlet>
AbstractCommandProcessor. m_Actions
the action <-> scriptlet relation.Methods in adams.gui.scripting that return AbstractScriptlet Modifier and Type Method Description protected AbstractScriptlet
AbstractCommandProcessor. findScriptlet(String action)
Returns the scriptlet associated with the action.static AbstractScriptlet
AbstractScriptlet. forName(String classname)
Instantiates the scriptlet.Methods in adams.gui.scripting with parameters of type AbstractScriptlet Modifier and Type Method Description protected String
AbstractCommandProcessor. checkRequirements(AbstractScriptlet scriplet)
Checks whether all the requirements for the scriptlet have been met.protected void
AbstractCommandProcessor. setupScriptlet(AbstractScriptlet scriptlet)
Performs further setups of the scriptlet.
-