Skip navigation links
A D E F G H I L M N P R S T V 

A

AbstractParameterRenderer<T extends Parameter> - Class in de.jstacs.fx.renderers.parameters
Abstract class for providing a default implementation of ParameterRenderer.render(Parameter, Pane, Application.ToolReady) that renders all typical elements (name, comment, error messages) that should be common to all Parameter types.
AbstractParameterRenderer() - Constructor for class de.jstacs.fx.renderers.parameters.AbstractParameterRenderer
 
add(Result) - Method in class de.jstacs.fx.repository.ResultRepository
Adds a result to the repository
add(Result, boolean) - Method in class de.jstacs.fx.repository.ResultRepository
Adds a result to the repository.
addErrorLabel(Parameter, Label) - Method in class de.jstacs.fx.Application.ToolReady
Registers the label displaying the error message for a parameter.
addInputs(T, Pane, Label, Node, Label, Application.ToolReady) - Method in class de.jstacs.fx.renderers.parameters.AbstractParameterRenderer
Adds the parameter-specific input fields to the provided parent pane.
addInputs(DataColumnParameter, Pane, Label, Node, Label, Application.ToolReady) - Method in class de.jstacs.fx.renderers.parameters.DataColumnParameterRenderer
 
addInputs(FileParameter, Pane, Label, Node, Label, Application.ToolReady) - Method in class de.jstacs.fx.renderers.parameters.FileParameterRenderer
 
addInputs(SelectionParameter, Pane, Label, Node, Label, Application.ToolReady) - Method in class de.jstacs.fx.renderers.parameters.SelectionParameterRenderer
 
addInputs(SimpleParameter, Pane, Label, Node, Label, Application.ToolReady) - Method in class de.jstacs.fx.renderers.parameters.SimpleParameterRenderer
 
addListener(ListChangeListener) - Method in class de.jstacs.fx.repository.ResultRepositoryRenderer
Adds a listener to the list of elements in the TreeTableView.
addResult(Result) - Method in class de.jstacs.fx.repository.ResultRepositoryRenderer
Adds a result to the rendered view.
append(String) - Method in class de.jstacs.fx.Application.FXProtocol
 
appendHeading(String) - Method in class de.jstacs.fx.Application.FXProtocol
 
appendThrowable(Throwable) - Method in class de.jstacs.fx.Application.FXProtocol
 
appendVerbatim(String) - Method in class de.jstacs.fx.Application.FXProtocol
 
appendWarning(String) - Method in class de.jstacs.fx.Application.FXProtocol
 
Application - Class in de.jstacs.fx
Class that displays the main window of the JavaFX application, creates all necessary views, and mutually registers listeners and consumers of the different components.
Application(String, JstacsTool...) - Constructor for class de.jstacs.fx.Application
Creates a new Application with the provided title in the main window for the given JstacsTools.
Application(String, boolean, JstacsTool...) - Constructor for class de.jstacs.fx.Application
Creates a new Application with the provided title in the main window for the given JstacsTools.
Application.FXProtocol - Class in de.jstacs.fx
Class for a protocol displayed in the JavaFX GUI as a TextFlow.
Application.ToolReady - Class in de.jstacs.fx
Class that tests if all required parameter values have been set for a JstacsTool via Parameter.hasDefaultOrIsSet().
autosave - Static variable in class de.jstacs.fx.repository.ResultRepository
Global property for an Application run, if the workspace is automatically saved to disk.
autostore() - Method in class de.jstacs.fx.repository.ResultRepository
If ResultRepository.autosave is set to true, the contents of the repository are stored to disk in a separate Thread.
A D E F G H I L M N P R S T V 
Skip navigation links