- cancelTool() - Method in class nl.lxtreme.ols.tool.base.BaseToolDialog
-
Called to cancel the tool (if it is running).
- cancelTool() - Method in interface nl.lxtreme.ols.tool.base.ToolDialog
-
Called to cancel the tool (if it is running).
- ChannelLabelAnnotation - Class in nl.lxtreme.ols.tool.base.annotation
-
Provides an annotation that provides an annotation for a channel label.
- ChannelLabelAnnotation(int, String) - Constructor for class nl.lxtreme.ols.tool.base.annotation.ChannelLabelAnnotation
-
Creates a new ChannelLabelAnnotation instance.
- clearAnnotations() - Method in class nl.lxtreme.ols.tool.base.AnnotationListenerServiceTracker
- clearAnnotations(int) - Method in class nl.lxtreme.ols.tool.base.AnnotationListenerServiceTracker
- close() - Method in class nl.lxtreme.ols.tool.base.AnnotationListenerServiceTracker
-
Closes this annotation listener service tracker.
- close() - Method in class nl.lxtreme.ols.tool.base.BaseToolDialog
- close() - Method in class nl.lxtreme.ols.tool.base.TaskExecutionServiceTracker
-
Closes this task execution service.
- close() - Method in class nl.lxtreme.ols.tool.base.ToolProgressListenerServiceTracker
-
Closes this progress listener.
- COMP_INSETS - Static variable in class nl.lxtreme.ols.tool.base.BaseToolDialog
-
Provides insets (padding) that can be used for components.
- compareTo(Annotation<String>) - Method in class nl.lxtreme.ols.tool.base.annotation.ChannelLabelAnnotation
- compareTo(Annotation<String>) - Method in class nl.lxtreme.ols.tool.base.annotation.SampleDataAnnotation
- createCloseButton() - Static method in class nl.lxtreme.ols.tool.base.ToolUtils
-
Convenience method to create a close button that closes this dialog.
- createExportButton(ExportAware<?>) - Static method in class nl.lxtreme.ols.tool.base.ToolUtils
-
Factory method for creating an "export" button that -upon execution- calls
the methods #storeToCsvFile(File, Object)
or
#storeToHtmlFile(File, Object)
.
- createRunAnalysisButton(ToolDialog) - Static method in class nl.lxtreme.ols.tool.base.ToolUtils
-
Factory method for creating a "run analysis" button that -upon execution-
creates and starts the tool worker.