- Cacheable<T> - Interface in eu.fthevenet.util.cache
-
- calculateMinorTickMarks() - Method in class eu.fthevenet.util.javafx.charts.StableTicksAxis
-
- calculateTickSpacing(double, int) - Method in class eu.fthevenet.util.javafx.charts.BinaryStableTicksAxis
-
- calculateTickSpacing(double, int) - Method in class eu.fthevenet.util.javafx.charts.MetricStableTicksAxis
-
- calculateTickSpacing(double, int) - Method in class eu.fthevenet.util.javafx.charts.StableTicksAxis
-
- calculateTickValues(double, Object) - Method in class eu.fthevenet.util.javafx.charts.StableTicksAxis
-
- calculateTickValues(double, Object) - Method in class eu.fthevenet.util.javafx.charts.ZonedDateTimeAxis
-
- call(TableColumn<S, T>) - Method in class eu.fthevenet.util.javafx.controls.DecimalFormatTableCellFactory
-
- CANCELLED - Static variable in class eu.fthevenet.util.auth.CredentialsEntry
-
A canceled credential set.
- CannotInitializeDataAdapterException - Exception in eu.fthevenet.binjr.data.exceptions
-
Signals that an error happened while trying to initialize a DataAdapter.
- CannotInitializeDataAdapterException() - Constructor for exception eu.fthevenet.binjr.data.exceptions.CannotInitializeDataAdapterException
-
- CannotInitializeDataAdapterException(String) - Constructor for exception eu.fthevenet.binjr.data.exceptions.CannotInitializeDataAdapterException
-
- CannotInitializeDataAdapterException(String, Throwable) - Constructor for exception eu.fthevenet.binjr.data.exceptions.CannotInitializeDataAdapterException
-
Creates a new instance of the
DataAdapterException class with the provided message and cause
Throwable
- CannotInitializeDataAdapterException(Throwable) - Constructor for exception eu.fthevenet.binjr.data.exceptions.CannotInitializeDataAdapterException
-
- CannotLoadWorkspaceException - Exception in eu.fthevenet.binjr.data.exceptions
-
Signals that an error happened while loading a
Workspace.
- CannotLoadWorkspaceException() - Constructor for exception eu.fthevenet.binjr.data.exceptions.CannotLoadWorkspaceException
-
- CannotLoadWorkspaceException(String) - Constructor for exception eu.fthevenet.binjr.data.exceptions.CannotLoadWorkspaceException
-
- CannotLoadWorkspaceException(String, Throwable) - Constructor for exception eu.fthevenet.binjr.data.exceptions.CannotLoadWorkspaceException
-
- CannotLoadWorkspaceException(Throwable) - Constructor for exception eu.fthevenet.binjr.data.exceptions.CannotLoadWorkspaceException
-
- ChangeWatcher - Class in eu.fthevenet.binjr.data.dirtyable
-
A class that embeds the logic required to discover and track modification on object implementing
Dirtyable
- ChangeWatcher(Object) - Constructor for class eu.fthevenet.binjr.data.dirtyable.ChangeWatcher
-
Initializes a new instance of the
ChangeWatcher class for the specified source object
- Chart<T> - Class in eu.fthevenet.binjr.data.workspace
-
A class that represents and holds the current state of a single chart view
- Chart() - Constructor for class eu.fthevenet.binjr.data.workspace.Chart
-
Initializes a new instance of the
Worksheet class
- Chart(String, ChartType, String, UnitPrefixes) - Constructor for class eu.fthevenet.binjr.data.workspace.Chart
-
Initializes a new instance of the
Worksheet class with the provided name, chart type and zoneid
- Chart(Chart<T>) - Constructor for class eu.fthevenet.binjr.data.workspace.Chart
-
Copy constructor to deep clone a
Chart instance.
- ChartLayout - Enum in eu.fthevenet.binjr.data.workspace
-
An enumeration of the type of charts supported.
- chartLayoutProperty() - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
- chartParent - Variable in class eu.fthevenet.binjr.controllers.WorksheetController
-
- ChartPropertiesController<T extends java.lang.Number> - Class in eu.fthevenet.binjr.controllers
-
The controller class for the chart properties view.
- ChartPropertiesController(Worksheet<T>, Chart<T>) - Constructor for class eu.fthevenet.binjr.controllers.ChartPropertiesController
-
- ChartType - Enum in eu.fthevenet.binjr.data.workspace
-
An enumeration of the type of charts supported.
- chartTypeProperty() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
- ChartViewPort<T extends java.lang.Number> - Class in eu.fthevenet.binjr.controllers
-
- ChartViewPort(Chart<T>, XYChart<ZonedDateTime, T>, ChartPropertiesController<T>) - Constructor for class eu.fthevenet.binjr.controllers.ChartViewPort
-
- ChartViewportsState - Class in eu.fthevenet.binjr.controllers
-
Represent the state of the time series view
- ChartViewportsState(WorksheetController, ZonedDateTime, ZonedDateTime) - Constructor for class eu.fthevenet.binjr.controllers.ChartViewportsState
-
- ChartViewportsState.AxisState - Class in eu.fthevenet.binjr.controllers
-
- CheckedBiFunction<T,U,R,E extends java.lang.Exception> - Interface in eu.fthevenet.util.function
-
A functional interface equivalent to BiFunction, whose method
throws a checked exception.
- CheckedConsumer<T,E extends java.lang.Exception> - Interface in eu.fthevenet.util.function
-
A functional interface equivalent to Consumer, whose method
throws a checked exception.
- CheckedFunction<T,R,E extends java.lang.Exception> - Interface in eu.fthevenet.util.function
-
A functional interface equivalent to Function, whose method
throws a checked exception.
- CheckedLambdas - Class in eu.fthevenet.util.function
-
A series of methods that wrap functional interfaces that throw checked
exceptions inside their standard (non throwing) counterparts, so they can be
used with streams or other classes expecting standards functional interfaces
and have them acting transparent to the exception thrown within the lambda.
- CheckedPredicate<T,E extends java.lang.Exception> - Interface in eu.fthevenet.util.function
-
A functional interface equivalent to Consumer, whose method
throws a checked exception.
- CheckedRunnable<E extends java.lang.Exception> - Interface in eu.fthevenet.util.function
-
A functional interface equivalent to Runnable, whose method
throws a checked exception.
- CheckedSupplier<T,E extends java.lang.Exception> - Interface in eu.fthevenet.util.function
-
A functional interface equivalent to Supplier, whose method
throws a checked exception.
- checkForUpdateOnStartUpProperty() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
- children - Variable in class eu.fthevenet.binjr.sources.jrds.adapters.json.JsonJrdsItem
-
- cleanUp() - Method in class eu.fthevenet.binjr.data.dirtyable.ChangeWatcher
-
- cleanUp() - Method in interface eu.fthevenet.binjr.data.dirtyable.Dirtyable
-
Clear the dirty status of the
Dirtyable instance
- cleanUp() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
- cleanUp() - Method in class eu.fthevenet.binjr.data.workspace.Source
-
- cleanUp() - Method in class eu.fthevenet.binjr.data.workspace.TimeSeriesInfo
-
- cleanUp() - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
- cleanUp() - Method in class eu.fthevenet.binjr.data.workspace.Workspace
-
- clear() - Method in class eu.fthevenet.binjr.data.workspace.Workspace
-
Clear all the properties of the
Workspace instance
- clearAllTabs() - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane
-
Clears the list of tabs.
- clearAllTabs() - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane.TabPaneManager
-
- clearPassword() - Method in class eu.fthevenet.util.auth.CredentialsEntry
-
Overwrites the array backing the principle's password property.
- clearSeries() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
- clearSources() - Method in class eu.fthevenet.binjr.data.workspace.Workspace
-
- clearWorksheets() - Method in class eu.fthevenet.binjr.data.workspace.Workspace
-
- close() - Method in class eu.fthevenet.binjr.controllers.ChartViewportsState.AxisState
-
- close() - Method in class eu.fthevenet.binjr.controllers.ChartViewportsState
-
- close() - Method in class eu.fthevenet.binjr.controllers.WorksheetController
-
- close() - Method in class eu.fthevenet.binjr.data.adapters.DataAdapter
-
- close() - Method in class eu.fthevenet.binjr.data.adapters.HttpDataAdapterBase
-
- close() - Method in class eu.fthevenet.binjr.data.adapters.SimpleCachingDataAdapter
-
- close() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
- close() - Method in class eu.fthevenet.binjr.data.workspace.Source
-
- close() - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
- close() - Method in class eu.fthevenet.binjr.sources.csv.adapters.CsvFileAdapter
-
- close() - Method in class eu.fthevenet.binjr.sources.jrds.adapters.JrdsDataAdapter
-
- close() - Method in class eu.fthevenet.util.javafx.bindings.BindingManager
-
- close() - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane
-
- close() - Method in class eu.fthevenet.util.logging.Profiler
-
- closed - Variable in class eu.fthevenet.binjr.data.adapters.DataAdapter
-
- ColorTableCell<T> - Class in eu.fthevenet.util.javafx.controls
-
A TableCell implementation that shows a ColorPicker
- ColorTableCell(TableColumn<T, Color>) - Constructor for class eu.fthevenet.util.javafx.controls.ColorTableCell
-
- ColorXmlAdapter - Class in eu.fthevenet.util.xml
-
An XmlAdapter for Color objects
- ColorXmlAdapter() - Constructor for class eu.fthevenet.util.xml.ColorXmlAdapter
-
- commandBar - Variable in class eu.fthevenet.binjr.controllers.MainViewController
-
- CommandBarPane - Class in eu.fthevenet.util.javafx.controls
-
An AnchorPane that can slide in or out from a side of its attached window.
- CommandBarPane() - Constructor for class eu.fthevenet.util.javafx.controls.CommandBarPane
-
- compareTo(Object) - Method in class eu.fthevenet.util.version.Version
-
Compares this Version object to another object.
- completeDragAndDrop() - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane.TabPaneManager
-
- computeAverageValue() - Method in class eu.fthevenet.binjr.data.timeseries.DoubleTimeSeriesProcessor
-
- computeAverageValue() - Method in class eu.fthevenet.binjr.data.timeseries.TimeSeriesProcessor
-
- computeMaxValue() - Method in class eu.fthevenet.binjr.data.timeseries.DoubleTimeSeriesProcessor
-
- computeMaxValue() - Method in class eu.fthevenet.binjr.data.timeseries.TimeSeriesProcessor
-
- computeMinValue() - Method in class eu.fthevenet.binjr.data.timeseries.DoubleTimeSeriesProcessor
-
- computeMinValue() - Method in class eu.fthevenet.binjr.data.timeseries.TimeSeriesProcessor
-
- confirmDialog(Node, String, String, ButtonType...) - Static method in class eu.fthevenet.binjr.dialogs.Dialogs
-
Displays a confirmation dialog box.
- confirmDialog(Node, String, String, Node, ButtonType...) - Static method in class eu.fthevenet.binjr.dialogs.Dialogs
-
Displays a confirmation dialog box.
- confirmSaveDialog(Node, String) - Static method in class eu.fthevenet.binjr.dialogs.Dialogs
-
Displays a dialog box that provides the end user with an opportunity to save the current state
- consoleMenuItem - Variable in class eu.fthevenet.binjr.controllers.MainViewController
-
- ConsoleStage - Class in eu.fthevenet.binjr.dialogs
-
- consoleVisibleProperty() - Method in class eu.fthevenet.binjr.preferences.AppEnvironment
-
- consumeStream(InputStream) - Static method in class eu.fthevenet.util.io.IOUtils
-
- ContextMenuTableViewCell<S,T> - Class in eu.fthevenet.util.javafx.controls
-
An implementation of TreeCell with a context menu attached
- ContextMenuTableViewCell(ContextMenu) - Constructor for class eu.fthevenet.util.javafx.controls.ContextMenuTableViewCell
-
- ContextMenuTreeViewCell<T> - Class in eu.fthevenet.util.javafx.controls
-
An implementation of TreeCell with a context menu attached
- ContextMenuTreeViewCell(ContextMenu) - Constructor for class eu.fthevenet.util.javafx.controls.ContextMenuTreeViewCell
-
- copyChannels(ReadableByteChannel, WritableByteChannel) - Static method in class eu.fthevenet.util.io.IOUtils
-
- copyChannels(ReadableByteChannel, WritableByteChannel, int) - Static method in class eu.fthevenet.util.io.IOUtils
-
- copyOf(CredentialsEntry) - Static method in class eu.fthevenet.util.auth.CredentialsEntry
-
- COPYRIGHT_NOTICE - Static variable in class eu.fthevenet.binjr.preferences.AppEnvironment
-
- copyStreams(InputStream, OutputStream) - Static method in class eu.fthevenet.util.io.IOUtils
-
- copyStreams(InputStream, OutputStream, int) - Static method in class eu.fthevenet.util.io.IOUtils
-
- craftFetchUri(String, Instant, Instant) - Method in class eu.fthevenet.binjr.data.adapters.HttpDataAdapterBase
-
- craftFetchUri(String, Instant, Instant) - Method in class eu.fthevenet.binjr.sources.jrds.adapters.JrdsDataAdapter
-
- craftRequestUri(String, List<NameValuePair>) - Method in class eu.fthevenet.binjr.data.adapters.HttpDataAdapterBase
-
- craftRequestUri(String, NameValuePair...) - Method in class eu.fthevenet.binjr.data.adapters.HttpDataAdapterBase
-
- create() - Method in interface eu.fthevenet.binjr.data.timeseries.TimeSeriesProcessorFactory
-
- createAppender(String, Layout<? extends Serializable>, Filter) - Static method in class eu.fthevenet.util.logging.TextFlowAppender
-
Factory method.
- createSslCustomContext() - Static method in class eu.fthevenet.binjr.data.adapters.HttpDataAdapterBase
-
- CredentialsEntry - Class in eu.fthevenet.util.auth
-
Defines an immutable set of credentials
- CredentialsEntry(String, char[]) - Constructor for class eu.fthevenet.util.auth.CredentialsEntry
-
- CsvDecoder<T extends java.lang.Number> - Class in eu.fthevenet.binjr.data.codec
-
- CsvDecoder(String, char, TimeSeriesProcessorFactory<T>, CheckedFunction<String, T, DecodingDataFromAdapterException>, CheckedFunction<String, ZonedDateTime, DecodingDataFromAdapterException>) - Constructor for class eu.fthevenet.binjr.data.codec.CsvDecoder
-
Initializes a new instance of the
CsvDecoder class.
- CsvFileAdapter - Class in eu.fthevenet.binjr.sources.csv.adapters
-
- CsvFileAdapter() - Constructor for class eu.fthevenet.binjr.sources.csv.adapters.CsvFileAdapter
-
Initializes a new instance of the
CsvFileAdapter class with a set of default values.
- CsvFileAdapter(String, ZoneId) - Constructor for class eu.fthevenet.binjr.sources.csv.adapters.CsvFileAdapter
-
Initializes a new instance of the
CsvFileAdapter class for the provided file and time zone.
- CsvFileAdapter(String, ZoneId, String, String, char) - Constructor for class eu.fthevenet.binjr.sources.csv.adapters.CsvFileAdapter
-
Initializes a new instance of the
CsvFileAdapter class with the provided parameters.
- CsvFileAdapterDialog - Class in eu.fthevenet.binjr.sources.csv.adapters
-
- CsvFileAdapterDialog(Node) - Constructor for class eu.fthevenet.binjr.sources.csv.adapters.CsvFileAdapterDialog
-
- CsvFileDataAdapterInfo - Class in eu.fthevenet.binjr.sources.csv.adapters
-
- CsvFileDataAdapterInfo() - Constructor for class eu.fthevenet.binjr.sources.csv.adapters.CsvFileDataAdapterInfo
-
- ctrlPressedProperty() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
- currentXValueProperty() - Method in class eu.fthevenet.util.javafx.charts.XYChartCrosshair
-
- gcClassHistogram(String...) - Method in interface eu.fthevenet.util.diagnositic.DiagnosticCommand
-
- Generation - Variable in class eu.fthevenet.binjr.sources.jrds.adapters.json.JsonJrdsStatus
-
- get(Chart<Double>) - Method in class eu.fthevenet.binjr.controllers.ChartViewportsState
-
- get() - Method in interface eu.fthevenet.util.function.CheckedSupplier
-
Gets a result.
- getActiveAdapters() - Method in class eu.fthevenet.binjr.data.adapters.DataAdapterFactory
-
- getAdapter() - Method in class eu.fthevenet.binjr.data.adapters.TimeSeriesBinding
-
- getAdapter() - Method in class eu.fthevenet.binjr.data.workspace.Source
-
- getAdapterClass() - Method in class eu.fthevenet.binjr.data.adapters.BaseDataAdapterInfo
-
Returns the class that implements the data adapter.
- getAdapterClass() - Method in interface eu.fthevenet.binjr.data.adapters.DataAdapterInfo
-
Returns the class that implements the data adapter.
- getAdapterClassName() - Method in class eu.fthevenet.binjr.data.workspace.Source
-
- getAdapterDialog() - Method in class eu.fthevenet.binjr.data.adapters.BaseDataAdapterInfo
-
Returns the class that implements the dialog box used to gather the adapter's parameters from the end user.
- getAdapterDialog() - Method in interface eu.fthevenet.binjr.data.adapters.DataAdapterInfo
-
Returns the class that implements the dialog box used to gather the adapter's parameters from the end user.
- getAdapterId() - Method in class eu.fthevenet.binjr.data.adapters.TimeSeriesBinding
-
- getAdapterId() - Method in class eu.fthevenet.binjr.data.workspace.Source
-
- getAdapterParams() - Method in class eu.fthevenet.binjr.data.workspace.Source
-
Returns a map of the parameters required to establish a connection to the data source
- getAlignment() - Method in class eu.fthevenet.util.javafx.controls.DecimalFormatTableCellFactory
-
Gets the alignment of text in the cell
- getAllAdapters() - Method in class eu.fthevenet.binjr.data.adapters.DataAdapterFactory
-
- getAllReleases(String, String) - Method in class eu.fthevenet.util.github.GithubApi
-
Returns a list of all release from the specified repository.
- getAlwaysOnTopToggle() - Method in class eu.fthevenet.binjr.controllers.OutputConsoleController
-
- getAppDescription() - Method in class eu.fthevenet.binjr.preferences.AppEnvironment
-
Returns a short description for the application.
- getArgument() - Method in enum eu.fthevenet.binjr.sources.jrds.adapters.JrdsTreeViewTab
-
Gets the argument associated with the enum entry
- getAssetsUrl() - Method in class eu.fthevenet.util.github.GithubRelease
-
- getAuthor() - Method in class eu.fthevenet.util.github.GithubRelease
-
- getAutoRangePadding() - Method in class eu.fthevenet.util.javafx.charts.StableTicksAxis
-
Amount of padding to add on the each end of the axis when auto ranging.
- getAvatarUrl() - Method in class eu.fthevenet.util.github.GithubUser
-
- getAverageValue() - Method in class eu.fthevenet.binjr.data.timeseries.TimeSeriesProcessor
-
- getAxisTickFormatter() - Method in class eu.fthevenet.util.javafx.charts.StableTicksAxis
-
- getBackwardHistory() - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
- getBaseAddress() - Method in class eu.fthevenet.binjr.data.adapters.HttpDataAdapterBase
-
Returns the source's base address
- getBeginning() - Method in class eu.fthevenet.util.javafx.controls.TimeRangePicker.TimeRange
-
- getBinding() - Method in class eu.fthevenet.binjr.data.workspace.TimeSeriesInfo
-
- getBindingManager() - Method in class eu.fthevenet.binjr.data.workspace.Source
-
- getBindingTree() - Method in class eu.fthevenet.binjr.data.adapters.DataAdapter
-
Return a hierarchical view of all the individual bindings exposed by the underlying source.
- getBindingTree() - Method in class eu.fthevenet.binjr.sources.csv.adapters.CsvFileAdapter
-
- getBindingTree() - Method in class eu.fthevenet.binjr.sources.jrds.adapters.JrdsDataAdapter
-
- getBio() - Method in class eu.fthevenet.util.github.GithubUser
-
- getBlog() - Method in class eu.fthevenet.util.github.GithubUser
-
- getBody() - Method in class eu.fthevenet.util.github.GithubRelease
-
- getBuildNumber() - Method in class eu.fthevenet.binjr.preferences.AppEnvironment
-
Returns the build number from the manifest
- getCells() - Method in class eu.fthevenet.binjr.data.codec.DataSample
-
Returns a map of cells for the sample
- getChart() - Method in class eu.fthevenet.binjr.controllers.ChartViewPort
-
- getChartLayout() - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
Gets the value of the property chartLayout.
- getCharts() - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
- getChartType() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
- getCollaborators() - Method in class eu.fthevenet.util.github.GithubUser
-
- getColor() - Method in class eu.fthevenet.binjr.data.adapters.TimeSeriesBinding
-
Returns the color of the bound series as defined in the source.
- getCommand() - Method in enum eu.fthevenet.binjr.sources.jrds.adapters.JrdsTreeViewTab
-
Gets the command keyword associated with the enum entry
- getCompany() - Method in class eu.fthevenet.util.github.GithubUser
-
- getCopyright() - Method in class eu.fthevenet.binjr.data.adapters.BaseDataAdapterInfo
-
- getCopyright() - Method in interface eu.fthevenet.binjr.data.adapters.DataAdapterInfo
-
Returns the copyright notice associated with the adapter.
- getCreatedAt() - Method in class eu.fthevenet.util.github.GithubRelease
-
- getCreatedAt() - Method in class eu.fthevenet.util.github.GithubUser
-
- getCssPath() - Method in enum eu.fthevenet.binjr.dialogs.UserInterfaceThemes
-
Returns the path of the css for this theme.
- getCurrentXValue() - Method in class eu.fthevenet.util.javafx.charts.XYChartCrosshair
-
Gets the value of the property currentXValue.
- getCurrentYValue(XYChart<X, Y>) - Method in class eu.fthevenet.util.javafx.charts.XYChartCrosshair
-
- getData() - Method in class eu.fthevenet.binjr.data.timeseries.TimeSeriesProcessor
-
- getDataAdapter() - Method in class eu.fthevenet.binjr.dialogs.DataAdapterDialog
-
- getDataAdapter() - Method in class eu.fthevenet.binjr.sources.csv.adapters.CsvFileAdapterDialog
-
- getDataAdapter() - Method in class eu.fthevenet.binjr.sources.jrds.adapters.JrdsAdapterDialog
-
- getDataColumnHeaders(InputStream) - Method in class eu.fthevenet.binjr.data.codec.CsvDecoder
-
Returns the columns headers of the CSV file.
- getDataFormat() - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane
-
- getDataStore() - Method in class eu.fthevenet.binjr.controllers.ChartViewPort
-
- getDataStore() - Method in class eu.fthevenet.binjr.sources.csv.adapters.CsvFileAdapter
-
- getDateParser() - Method in class eu.fthevenet.binjr.data.codec.CsvDecoder
-
Returns the function used to parse date fields.
- getDateTimeValue() - Method in class eu.fthevenet.util.javafx.controls.ZonedDateTimePicker
-
Gets the selected date/time value of the control.
- getDecoder() - Method in class eu.fthevenet.binjr.data.adapters.DataAdapter
-
- getDecoder() - Method in class eu.fthevenet.binjr.sources.csv.adapters.CsvFileAdapter
-
- getDecoder() - Method in class eu.fthevenet.binjr.sources.jrds.adapters.JrdsDataAdapter
-
- getDefaultChart() - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
- getDefaultGraphOpacity() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Gets the value of the property defaultGraphOpacity.
- getDelimiter() - Method in class eu.fthevenet.binjr.data.codec.CsvDecoder
-
Returns the delimiter character used in the CSV file.
- getDescription() - Method in class eu.fthevenet.binjr.data.adapters.BaseDataAdapterInfo
-
Returns the description associated to the data adapter.
- getDescription() - Method in interface eu.fthevenet.binjr.data.adapters.DataAdapterInfo
-
Returns the description associated to the data adapter.
- getDialog(String, Node) - Method in class eu.fthevenet.binjr.data.adapters.DataAdapterFactory
-
Returns an instance of
DataAdapterDialog used to gather source access parameters from the end user.
- getDiskUsage() - Method in class eu.fthevenet.util.github.GithubUser
-
- getDisplayColor() - Method in class eu.fthevenet.binjr.data.workspace.TimeSeriesInfo
-
Returns the display color for the series
- getDisplayName() - Method in class eu.fthevenet.binjr.data.workspace.TimeSeriesInfo
-
Gets the display name fo the series
- getDisplayPosition(ZonedDateTime) - Method in class eu.fthevenet.util.javafx.charts.ZonedDateTimeAxis
-
- getDownSamplingEnabled() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Returns true if series down-sampling is enabled, false otherwise.
- getDownSamplingThreshold() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Returns the series down-sampling threshold value
- getDragAndDropFormat() - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane.TabPaneManager
-
- getDuration() - Method in enum eu.fthevenet.binjr.preferences.NotificationDurationChoices
-
Returns the Duration value for the enum entry.
- getDuration() - Method in class eu.fthevenet.util.javafx.controls.TimeRangePicker.TimeRange
-
- getEditable() - Method in class eu.fthevenet.binjr.data.workspace.Source
-
Gets the value of the property editable.
- getEmail() - Method in class eu.fthevenet.util.github.GithubUser
-
- getEncoding() - Method in class eu.fthevenet.binjr.data.adapters.DataAdapter
-
Gets the encoding used to decode textual data sent by the source.
- getEncoding() - Method in class eu.fthevenet.binjr.data.codec.CsvDecoder
-
Returns the encoding for the CSV file.
- getEncoding() - Method in class eu.fthevenet.binjr.sources.csv.adapters.CsvFileAdapter
-
- getEncoding() - Method in class eu.fthevenet.binjr.sources.jrds.adapters.JrdsDataAdapter
-
- getEnd() - Method in class eu.fthevenet.util.javafx.controls.TimeRangePicker.TimeRange
-
- getEndX() - Method in class eu.fthevenet.binjr.controllers.ChartViewportsState
-
Gets the value of the property endX.
- getEndX() - Method in class eu.fthevenet.util.javafx.charts.XYChartSelection
-
Returns the upper bound on the X axis of the selection
- getEndY() - Method in class eu.fthevenet.util.javafx.charts.XYChartSelection
-
Returns the upper bound on the Y axis of the selection
- getFirstAttributeValue(File, String) - Static method in class eu.fthevenet.util.xml.XmlUtils
-
- getFollowers() - Method in class eu.fthevenet.util.github.GithubUser
-
- getFollowing() - Method in class eu.fthevenet.util.github.GithubUser
-
- getForwardHistory() - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
- getFromDateTime() - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
The lower bound of the time interval of the
Worksheet's times series
- getGlobalTabs() - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane
-
- getGraphOpacity() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
Gets the opacity factor to apply the the graph
- getGraphType() - Method in class eu.fthevenet.binjr.data.adapters.TimeSeriesBinding
-
Returns the type of graph of the bound series as defined in the source.
- getGravatarId() - Method in class eu.fthevenet.util.github.GithubUser
-
Deprecated.
- getHelp() - Static method in interface eu.fthevenet.util.diagnositic.DiagnosticCommand
-
- getHorizontalMarkerOn() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Gets the value of the property horizontalMarkerOn.
- getHtmlUrl() - Method in class eu.fthevenet.util.github.GithubRelease
-
- getHtmlUrl() - Method in class eu.fthevenet.util.github.GithubUser
-
- getId() - Method in class eu.fthevenet.binjr.data.adapters.DataAdapter
-
Gets the unique id for the adapter
- getId() - Method in class eu.fthevenet.util.github.GithubRelease
-
- getId() - Method in class eu.fthevenet.util.github.GithubUser
-
- getId(Tab) - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane.TabPaneManager
-
- getInstance() - Static method in class eu.fthevenet.binjr.data.adapters.DataAdapterFactory
-
- getInstance() - Static method in class eu.fthevenet.binjr.data.async.AsyncTaskManager
-
- getInstance() - Static method in class eu.fthevenet.binjr.dialogs.StageAppearanceManager
-
- getInstance() - Static method in class eu.fthevenet.binjr.preferences.AppEnvironment
-
- getInstance() - Static method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
- getInstance() - Static method in class eu.fthevenet.binjr.preferences.UpdateManager
-
- getInstance() - Static method in class eu.fthevenet.util.github.GithubApi
-
- getJarLocation() - Method in class eu.fthevenet.binjr.data.adapters.BaseDataAdapterInfo
-
- getJarLocation() - Method in interface eu.fthevenet.binjr.data.adapters.DataAdapterInfo
-
Returns the location of the JAR in which the adapter is packaged.
- getKey() - Method in class eu.fthevenet.binjr.data.adapters.BaseDataAdapterInfo
-
Returns a key to uniquely identify the adapter.
- getKey() - Method in interface eu.fthevenet.binjr.data.adapters.DataAdapterInfo
-
Returns a key to uniquely identify the adapter.
- getKey() - Method in class eu.fthevenet.binjr.preferences.SysInfoProperty
-
Gets the content of the key Property
- getLabel() - Method in class eu.fthevenet.binjr.data.adapters.TimeSeriesBinding
-
Returns the label of the binding
- getLastCheckForUpdate() - Method in class eu.fthevenet.binjr.preferences.UpdateManager
-
Get the time stamp of the latest update check
- getLatestRelease(String, String) - Method in class eu.fthevenet.util.github.GithubApi
-
Returns the latest release from the specified repository.
- getLegend() - Method in class eu.fthevenet.binjr.data.adapters.TimeSeriesBinding
-
Returns the legend of the bound series as defined in the source.
- getLicense() - Method in class eu.fthevenet.binjr.data.adapters.BaseDataAdapterInfo
-
- getLicense() - Method in interface eu.fthevenet.binjr.data.adapters.DataAdapterInfo
-
Returns the name of license under which the adapter is distributed.
- getLocation() - Method in class eu.fthevenet.util.github.GithubUser
-
- getLock() - Method in class eu.fthevenet.util.concurrent.ReadWriteLockHelper
-
Gets the underlying ReadWriteLock instance.
- getLogin() - Method in class eu.fthevenet.util.auth.CredentialsEntry
-
Returns the principle's login
- getLogin() - Method in class eu.fthevenet.util.github.GithubUser
-
- getLogLevel() - Method in class eu.fthevenet.binjr.preferences.AppEnvironment
-
Gets the value of the property logLevel.
- getLowerBound() - Method in class eu.fthevenet.util.javafx.charts.ZonedDateTimeAxis
-
Gets the lower bound of the axis.
- getMajor() - Method in class eu.fthevenet.util.version.Version
-
Returns the major component of this version identifier.
- getManifest() - Method in class eu.fthevenet.binjr.preferences.AppEnvironment
-
- getManifest(Class<?>) - Method in class eu.fthevenet.binjr.preferences.AppEnvironment
-
Returns the manifest for the JAR which packages the specified class.
- getMaxValue() - Method in class eu.fthevenet.binjr.data.timeseries.TimeSeriesProcessor
-
- getMessage() - Method in class eu.fthevenet.util.logging.Profiler.Elapsed
-
- getMicro() - Method in class eu.fthevenet.util.version.Version
-
Returns the micro component of this version identifier.
- getMicros() - Method in class eu.fthevenet.util.logging.Profiler.Elapsed
-
- getMillis() - Method in class eu.fthevenet.util.logging.Profiler.Elapsed
-
- getMinor() - Method in class eu.fthevenet.util.version.Version
-
Returns the minor component of this version identifier.
- getMinValue() - Method in class eu.fthevenet.binjr.data.timeseries.TimeSeriesProcessor
-
- getMostRecentSavedWorkspace() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Gets the path from the most recently saved workspace
- getMostRecentSaveFolder() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Gets the path of the folder of the most recently saved item
- getName() - Method in class eu.fthevenet.binjr.controllers.WorksheetController
-
- getName() - Method in class eu.fthevenet.binjr.data.adapters.BaseDataAdapterInfo
-
Returns the name of the data adapter.
- getName() - Method in interface eu.fthevenet.binjr.data.adapters.DataAdapterInfo
-
Returns the name of the data adapter.
- getName() - Method in class eu.fthevenet.binjr.data.timeseries.transform.TimeSeriesTransform
-
Gets the name of the transform function
- getName() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
- getName() - Method in class eu.fthevenet.binjr.data.workspace.DataAdapterParameter
-
- getName() - Method in class eu.fthevenet.binjr.data.workspace.Source
-
- getName() - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
- getName() - Method in enum eu.fthevenet.binjr.preferences.NotificationDurationChoices
-
Returns the name for the enum entry.
- getName() - Method in class eu.fthevenet.util.github.GithubRelease
-
- getName() - Method in class eu.fthevenet.util.github.GithubUser
-
- getName() - Method in class eu.fthevenet.util.javafx.controls.EditableTab
-
Gets the value of the property name.
- getNanos() - Method in class eu.fthevenet.util.logging.Profiler.Elapsed
-
- getNearestValue(ZonedDateTime) - Method in class eu.fthevenet.binjr.data.timeseries.TimeSeriesProcessor
-
Get the nearest value for the specified time stamp.
- getNewTabFactory() - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane
-
Returns the factory for creating new tabs
- getNotificationPopupDuration() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Gets the value of the property notificationPopupDuration.
- getNumberParser() - Method in class eu.fthevenet.binjr.data.codec.CsvDecoder
-
Returns the function used to parse numeric fields.
- getOsFamily() - Method in class eu.fthevenet.binjr.preferences.AppEnvironment
-
Returns the family of the currently running OS
- getOwnedPrivateRepos() - Method in class eu.fthevenet.util.github.GithubUser
-
- getParams() - Method in class eu.fthevenet.binjr.data.adapters.DataAdapter
-
Returns a map of all parameters required to establish a connection to the underlying data source
- getParams() - Method in class eu.fthevenet.binjr.data.adapters.HttpDataAdapterBase
-
- getParams() - Method in class eu.fthevenet.binjr.sources.csv.adapters.CsvFileAdapter
-
- getParams() - Method in class eu.fthevenet.binjr.sources.jrds.adapters.JrdsDataAdapter
-
- getPath() - Method in class eu.fthevenet.binjr.data.adapters.TimeSeriesBinding
-
Returns the path of the binding
- getPath() - Method in class eu.fthevenet.binjr.data.workspace.Workspace
-
Returns the
Path for the serialized form of the
Workspace
- getPattern() - Method in class eu.fthevenet.util.javafx.controls.DecimalFormatTableCellFactory
-
Gets the pattern to use to format decimal numbers to text
- getPluginsLocation() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Gets the value of the property pluginsLocation.
- getPrefixFormatter() - Method in class eu.fthevenet.binjr.controllers.ChartViewPort
-
- getPreviousState() - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
- getPrivateGists() - Method in class eu.fthevenet.util.github.GithubUser
-
- getProcessor() - Method in class eu.fthevenet.binjr.data.workspace.TimeSeriesInfo
-
Gets the data processor for the series
- getPropertiesController() - Method in class eu.fthevenet.binjr.controllers.ChartViewPort
-
- getPublicGists() - Method in class eu.fthevenet.util.github.GithubUser
-
- getPublicRepos() - Method in class eu.fthevenet.util.github.GithubUser
-
- getPublishedAt() - Method in class eu.fthevenet.util.github.GithubRelease
-
- getPwd() - Method in class eu.fthevenet.util.auth.CredentialsEntry
-
Returns the principle's password
- getQualifier() - Method in class eu.fthevenet.util.version.Version
-
Returns the qualifier component of this version identifier.
- getRange() - Method in class eu.fthevenet.util.javafx.charts.StableTicksAxis
-
- getRange() - Method in class eu.fthevenet.util.javafx.charts.ZonedDateTimeAxis
-
- getRecentFiles() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Gets the list of recently opened files
- getRelease(String, String, String) - Method in class eu.fthevenet.util.github.GithubApi
-
Returns a specific release from the specified repository.
- getSample(int) - Method in class eu.fthevenet.binjr.data.timeseries.TimeSeriesProcessor
-
Returns the data sample at the given index.
- getSeconds() - Method in class eu.fthevenet.util.logging.Profiler.Elapsed
-
- getSelectedChart() - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
Gets the value of the property selectedChart.
- getSelectedRange() - Method in class eu.fthevenet.util.javafx.controls.TimeRangePicker
-
Gets the value of the property selectedRange.
- getSelectedTab() - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane
-
Returns the tab currently selected.
- getSelectedTab() - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane.TabPaneManager
-
- getSelectedTabPane() - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane
-
Returns the pane containing the tab currently selected.
- getSelectedWorksheetController() - Method in class eu.fthevenet.binjr.controllers.MainViewController
-
- getSeries() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
- getSeriesTable() - Method in class eu.fthevenet.binjr.controllers.ChartViewPort
-
- getSiteUrl() - Method in class eu.fthevenet.binjr.data.adapters.BaseDataAdapterInfo
-
- getSiteUrl() - Method in interface eu.fthevenet.binjr.data.adapters.DataAdapterInfo
-
Returns the url of the website associated with the adapter.
- getSize() - Method in interface eu.fthevenet.util.cache.Cacheable
-
- getSourceName() - Method in class eu.fthevenet.binjr.data.adapters.DataAdapter
-
Gets the name of the source.
- getSourceName() - Method in class eu.fthevenet.binjr.sources.csv.adapters.CsvFileAdapter
-
- getSourceName() - Method in class eu.fthevenet.binjr.sources.jrds.adapters.JrdsDataAdapter
-
- getSources() - Method in class eu.fthevenet.binjr.data.workspace.Workspace
-
Returns all
Source instances currently held by the
Workspace as an
Iterable structure.
- getStage(Node) - Static method in class eu.fthevenet.binjr.dialogs.Dialogs
-
Returns the Stage instance to which the provided Node is attached
- getStartX() - Method in class eu.fthevenet.binjr.controllers.ChartViewportsState
-
Gets the value of the property startX.
- getStartX() - Method in class eu.fthevenet.util.javafx.charts.XYChartSelection
-
Returns the lower bound on the X axis of the selection
- getStartY() - Method in class eu.fthevenet.util.javafx.charts.XYChartSelection
-
Returns the lower bound on the Y axis of the selection
- getStrokeWidth() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
Return the stroke width for line charts
- getSysInfoProperties() - Method in class eu.fthevenet.binjr.preferences.AppEnvironment
-
Returns a list of system properties
- getTab(String) - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane.TabPaneManager
-
- getTabPane(Tab) - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane.TabPaneManager
-
- getTagName() - Method in class eu.fthevenet.util.github.GithubRelease
-
- getTarballUrl() - Method in class eu.fthevenet.util.github.GithubRelease
-
- getTargetCommitish() - Method in class eu.fthevenet.util.github.GithubRelease
-
- getTickLabelFormatter() - Method in class eu.fthevenet.util.javafx.charts.ZonedDateTimeAxis
-
Gets the tick label formatter for the ticks.
- getTickMarkLabel(Number) - Method in class eu.fthevenet.util.javafx.charts.StableTicksAxis
-
- getTickMarkLabel(ZonedDateTime) - Method in class eu.fthevenet.util.javafx.charts.ZonedDateTimeAxis
-
- getTickSpacing() - Method in class eu.fthevenet.util.javafx.charts.StableTicksAxis
-
Gets the value of the property tickSpacing.
- getTimeStamp() - Method in class eu.fthevenet.binjr.data.codec.DataSample
-
Returns the time stamp for the sample.
- getTimeZone() - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
- getTimeZoneId() - Method in class eu.fthevenet.binjr.data.adapters.DataAdapter
-
Gets the id of the time zone used to record dates in the source.
- getTimeZoneId() - Method in class eu.fthevenet.binjr.sources.csv.adapters.CsvFileAdapter
-
- getTimeZoneId() - Method in class eu.fthevenet.binjr.sources.jrds.adapters.JrdsDataAdapter
-
- getToDateTime() - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
The upper bound of the time interval of the
Worksheet's times series
- getTotalPrivateRepos() - Method in class eu.fthevenet.util.github.GithubUser
-
- getTreeHierarchy() - Method in class eu.fthevenet.binjr.data.adapters.TimeSeriesBinding
-
Returns the full hierarchy in the tree for the binding
- getType() - Method in class eu.fthevenet.util.github.GithubUser
-
- getUnit() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
The unit for the
Worksheet's times series Y axis
- getUnitName() - Method in class eu.fthevenet.binjr.data.adapters.TimeSeriesBinding
-
Returns the unit name of the bound series as defined in the source.
- getUnitPrefix() - Method in class eu.fthevenet.binjr.data.adapters.TimeSeriesBinding
-
Returns the unit numerical base of the bound series as defined in the source.
- getUnitPrefixes() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
The unit prefix for the
Worksheet's times series Y axis
- getUploadUrl() - Method in class eu.fthevenet.util.github.GithubRelease
-
- getUpperBound() - Method in class eu.fthevenet.util.javafx.charts.ZonedDateTimeAxis
-
Gets the upper bound of the axis.
- getUrl() - Method in class eu.fthevenet.util.github.GithubRelease
-
- getUrl() - Method in class eu.fthevenet.util.github.GithubUser
-
- getUserInterfaceTheme() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Gets the current UI theme
- getValue() - Method in class eu.fthevenet.binjr.data.workspace.DataAdapterParameter
-
- getValue() - Method in enum eu.fthevenet.binjr.dialogs.StageAppearanceManager.AppearanceOptions
-
- getValue() - Method in class eu.fthevenet.binjr.preferences.SysInfoProperty
-
Gets the content of the value Property
- getValue() - Method in interface eu.fthevenet.util.cache.Cacheable
-
- getValueForDisplay(double) - Method in class eu.fthevenet.util.javafx.charts.ZonedDateTimeAxis
-
- getVersion() - Method in class eu.fthevenet.binjr.data.adapters.BaseDataAdapterInfo
-
- getVersion() - Method in interface eu.fthevenet.binjr.data.adapters.DataAdapterInfo
-
Returns the version of the adapter.
- getVersion() - Method in class eu.fthevenet.binjr.preferences.AppEnvironment
-
Returns the version information held in the containing jar's manifest
- getVersion(Manifest) - Method in class eu.fthevenet.binjr.preferences.AppEnvironment
-
Returns a version number extracted from the specified manifest.
- getVersion(Class) - Method in class eu.fthevenet.binjr.preferences.AppEnvironment
-
- getVersion() - Method in class eu.fthevenet.util.github.GithubRelease
-
- getVerticalMarkerOn() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Gets the value of the property verticalMarkerOn.
- getWorksheet() - Method in class eu.fthevenet.binjr.controllers.WorksheetController
-
Returns the
Worksheet instance associated with this controller
- getWorksheets() - Method in class eu.fthevenet.binjr.data.workspace.Workspace
-
- getyAxisMaxValue() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
- getyAxisMinValue() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
- getZeroPosition() - Method in class eu.fthevenet.util.javafx.charts.ZonedDateTimeAxis
-
- getZipballUrl() - Method in class eu.fthevenet.util.github.GithubRelease
-
- getZoneId() - Method in class eu.fthevenet.util.javafx.charts.ZonedDateTimeAxis
-
Gets the value of the property zoneId.
- getZoneId() - Method in class eu.fthevenet.util.javafx.controls.TimeRangePicker
-
Gets the value of the property zoneId.
- getZoneId() - Method in class eu.fthevenet.util.javafx.controls.ZonedDateTimePicker
-
Gets the ZoneId of the date picker
- GITHUB_API_HOSTNAME - Static variable in class eu.fthevenet.util.github.GithubApi
-
- GithubApi - Class in eu.fthevenet.util.github
-
A series of helper methods to wrap some GitHub APIs
See: https://developer.github.com/v3/
- GithubRelease - Class in eu.fthevenet.util.github
-
GitHub release POJO
- GithubRelease() - Constructor for class eu.fthevenet.util.github.GithubRelease
-
- GithubUser - Class in eu.fthevenet.util.github
-
GitHub user POJO
- GithubUser() - Constructor for class eu.fthevenet.util.github.GithubUser
-
- GlobalPreferences - Class in eu.fthevenet.binjr.preferences
-
Stores the global user prefs for the application.
- graphOpacityProperty() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
The graphOpacity property
- id - Variable in class eu.fthevenet.binjr.sources.jrds.adapters.json.JsonJrdsItem
-
- identifier - Variable in class eu.fthevenet.binjr.sources.jrds.adapters.json.JsonJrdsTree
-
- initialize(URL, ResourceBundle) - Method in class eu.fthevenet.binjr.controllers.AboutBoxController
-
- initialize(URL, ResourceBundle) - Method in class eu.fthevenet.binjr.controllers.ChartPropertiesController
-
- initialize(URL, ResourceBundle) - Method in class eu.fthevenet.binjr.controllers.MainViewController
-
- initialize(URL, ResourceBundle) - Method in class eu.fthevenet.binjr.controllers.OutputConsoleController
-
- initialize(URL, ResourceBundle) - Method in class eu.fthevenet.binjr.controllers.PreferenceDialogController
-
- initialize(URL, ResourceBundle) - Method in class eu.fthevenet.binjr.controllers.WorksheetController
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class eu.fthevenet.util.auth.JfxKrb5LoginModule
-
- InvalidAdapterParameterException - Exception in eu.fthevenet.binjr.data.exceptions
-
Signals that an invalid parameter value was passed to the adapter.
- InvalidAdapterParameterException() - Constructor for exception eu.fthevenet.binjr.data.exceptions.InvalidAdapterParameterException
-
- InvalidAdapterParameterException(String) - Constructor for exception eu.fthevenet.binjr.data.exceptions.InvalidAdapterParameterException
-
- InvalidAdapterParameterException(String, Throwable) - Constructor for exception eu.fthevenet.binjr.data.exceptions.InvalidAdapterParameterException
-
- InvalidAdapterParameterException(Throwable) - Constructor for exception eu.fthevenet.binjr.data.exceptions.InvalidAdapterParameterException
-
- invalidateRange(List<ZonedDateTime>) - Method in class eu.fthevenet.util.javafx.charts.ZonedDateTimeAxis
-
- invoke(Profiler.Elapsed) - Method in interface eu.fthevenet.util.logging.Profiler.OutputDelegate
-
Invoke
- IOUtils - Class in eu.fthevenet.util.io
-
Utility methods to read, write and copy data from and across streams
- IOUtils() - Constructor for class eu.fthevenet.util.io.IOUtils
-
- isAutoRangeY() - Method in class eu.fthevenet.util.javafx.charts.XYChartSelection
-
- isAutoScaleYAxis() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
Gets the value of the property autoScaleYAxis.
- isCheckForUpdateOnStartUp() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Gets the value of the property checkForUpdateOnStartUp.
- isClosed() - Method in class eu.fthevenet.binjr.data.adapters.DataAdapter
-
- isConsoleVisible() - Method in class eu.fthevenet.binjr.preferences.AppEnvironment
-
Gets the value of the property consoleVisible.
- isCtrlPressed() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Gets the value of the property ctrlPressed.
- isDebugMode() - Method in class eu.fthevenet.binjr.preferences.AppEnvironment
-
Gets the value of the property debugMode.
- isDirty() - Method in class eu.fthevenet.binjr.data.dirtyable.ChangeWatcher
-
Gets the value of the property dirty.
- isDirty() - Method in interface eu.fthevenet.binjr.data.dirtyable.Dirtyable
-
Returns true if the
Dirtyable instance needs to be persisted, false otherwise
- isDirty() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
Gets the value of the property dirty.
- isDirty() - Method in class eu.fthevenet.binjr.data.workspace.Source
-
Gets the value of the property dirty.
- isDirty() - Method in class eu.fthevenet.binjr.data.workspace.TimeSeriesInfo
-
Gets the value of the property dirty.
- isDirty() - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
Gets the value of the property dirty.
- isDirty() - Method in class eu.fthevenet.binjr.data.workspace.Workspace
-
Gets the value of the property dirty.
- IsDirtyable - Annotation Type in eu.fthevenet.binjr.data.dirtyable
-
An annotation that indicated members of classes implementing
Dirtyable are tracked for changes.
- isDraft() - Method in class eu.fthevenet.util.github.GithubRelease
-
- isEnabled() - Method in class eu.fthevenet.binjr.data.adapters.BaseDataAdapterInfo
-
Gets the value of the property enabled.
- isEnabled() - Method in interface eu.fthevenet.binjr.data.adapters.DataAdapterInfo
-
Returns true if the adapter is enabled, false otherwise.
- isExpanded() - Method in class eu.fthevenet.util.javafx.controls.CommandBarPane
-
- isFilled() - Method in class eu.fthevenet.util.auth.CredentialsEntry
-
Returns true if the current set of credentials have been filled-in, false otherwise.
- isForceZeroInRange() - Method in class eu.fthevenet.util.javafx.charts.StableTicksAxis
-
If true, when auto-ranging, force 0 to be the min or max end of the range.
- isHidden() - Method in class eu.fthevenet.binjr.controllers.ChartPropertiesController
-
Gets the value of the property hidden.
- isHireable() - Method in class eu.fthevenet.util.github.GithubUser
-
- isHorizontalMarkerVisible() - Method in class eu.fthevenet.util.javafx.charts.XYChartCrosshair
-
Returns true if the horizontal marker is visible, false otherwise
- isLoadLastWorkspaceOnStartup() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Returns true if the most recently saved workspace should be re-opned on startup, false otherwise
- isLoadPluginsFromExternalLocation() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Gets the value of the property loadPluginsFromExternalLocation.
- isNegative() - Method in class eu.fthevenet.util.javafx.controls.TimeRangePicker.TimeRange
-
- isPrerelease() - Method in class eu.fthevenet.util.github.GithubRelease
-
- isReorderable() - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane
-
Returns true if tabs can be reordered, false otherwise.
- isSelected() - Method in class eu.fthevenet.binjr.data.workspace.TimeSeriesInfo
-
Returns true if the series is selected, false otherwise
- isShiftPressed() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Gets the value of the property shiftPressed.
- isShowAreaOutline() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
Returns true if area charts should display an outline stroke, false otherwise
- isShowAreaOutline() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Gets the value of the property showAreaOutline.
- isShowProperties() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
Gets the value of the property showProperties.
- isSnapshot() - Method in class eu.fthevenet.util.version.Version
-
- isTearable() - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane
-
Returns true if tabs can be teared away from the pane, false otherwise.
- isValueOnAxis(ZonedDateTime) - Method in class eu.fthevenet.util.javafx.charts.ZonedDateTimeAxis
-
- isVerticalMarkerVisible() - Method in class eu.fthevenet.util.javafx.charts.XYChartCrosshair
-
Returns true if the vertical marker is visible, false otherwise
- isVisible() - Method in class eu.fthevenet.binjr.controllers.ChartPropertiesController
-
Gets the value of the property visible.
- items - Variable in class eu.fthevenet.binjr.sources.jrds.adapters.json.JsonJrdsTree
-
- save() - Method in class eu.fthevenet.binjr.data.workspace.Workspace
-
Commits the current state of the
Workspace instance to its persistence layer
- save(File) - Method in class eu.fthevenet.binjr.data.workspace.Workspace
-
Commits the current state of the
Workspace instance to the provided file
- searchBarRoot - Variable in class eu.fthevenet.binjr.controllers.MainViewController
-
- searchButton - Variable in class eu.fthevenet.binjr.controllers.MainViewController
-
- searchCaseSensitiveToggle - Variable in class eu.fthevenet.binjr.controllers.MainViewController
-
- searchField - Variable in class eu.fthevenet.binjr.controllers.MainViewController
-
- selectedChartProperty() - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
- selectedProperty() - Method in class eu.fthevenet.binjr.data.workspace.TimeSeriesInfo
-
The selected property
- selectedRangeProperty() - Method in class eu.fthevenet.util.javafx.controls.TimeRangePicker
-
- selectTimeRange(ZonedDateTime, ZonedDateTime) - Method in class eu.fthevenet.binjr.controllers.ChartViewportsState.AxisState
-
- selectTimeRange(ZonedDateTime, ZonedDateTime) - Method in class eu.fthevenet.binjr.controllers.ChartViewportsState
-
- serialize(T, Path) - Static method in class eu.fthevenet.util.xml.XmlUtils
-
- serialize(T, File) - Static method in class eu.fthevenet.util.xml.XmlUtils
-
- serialize(T, OutputStream) - Static method in class eu.fthevenet.util.xml.XmlUtils
-
- setAdapter(DataAdapter) - Method in class eu.fthevenet.binjr.data.adapters.TimeSeriesBinding
-
- setAdapter(DataAdapter) - Method in class eu.fthevenet.binjr.data.workspace.Source
-
- setAdapterId(UUID) - Method in class eu.fthevenet.binjr.data.workspace.Source
-
- setAlignment(TextAlignment) - Method in class eu.fthevenet.util.javafx.controls.DecimalFormatTableCellFactory
-
Sets the alignment of text in the cell
- setAlwaysOnTop(Dialog) - Static method in class eu.fthevenet.binjr.dialogs.Dialogs
-
Forces the provided Dialog to always appear on top of other windows.
- setAssetsUrl(String) - Method in class eu.fthevenet.util.github.GithubRelease
-
- setAuthor(GithubUser) - Method in class eu.fthevenet.util.github.GithubRelease
-
- setAutoRangePadding(double) - Method in class eu.fthevenet.util.javafx.charts.StableTicksAxis
-
Amount of padding to add on the each end of the axis when auto ranging.
- setAutoScaleYAxis(boolean) - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
Sets the value of the property autoScaleYAxis.
- setAvatarUrl(String) - Method in class eu.fthevenet.util.github.GithubUser
-
- setAxisTickFormatter(AxisTickFormatter) - Method in class eu.fthevenet.util.javafx.charts.StableTicksAxis
-
- setBaseAddress(URL) - Method in class eu.fthevenet.binjr.data.adapters.HttpDataAdapterBase
-
Sets the source's base address
- setBio(String) - Method in class eu.fthevenet.util.github.GithubUser
-
- setBlog(String) - Method in class eu.fthevenet.util.github.GithubUser
-
- setBody(String) - Method in class eu.fthevenet.util.github.GithubRelease
-
- setChartLayout(ChartLayout) - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
Sets the value of the property chartLayout.
- setCharts(ObservableList<Chart<T>>) - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
- setChartType(ChartType) - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
- setCheckForUpdateOnStartUp(boolean) - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Sets the value of the property checkForUpdateOnStartUp.
- setCollaborators(int) - Method in class eu.fthevenet.util.github.GithubUser
-
- setCompany(String) - Method in class eu.fthevenet.util.github.GithubUser
-
- setConsoleVisible(boolean) - Method in class eu.fthevenet.binjr.preferences.AppEnvironment
-
Sets the value of the property consoleVisible.
- setCreatedAt(Date) - Method in class eu.fthevenet.util.github.GithubRelease
-
- setCreatedAt(Date) - Method in class eu.fthevenet.util.github.GithubUser
-
- setCtrlPressed(Boolean) - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Sets the value of the property ctrlPressed.
- setData(Collection<XYChart.Data<ZonedDateTime, T>>) - Method in class eu.fthevenet.binjr.data.timeseries.TimeSeriesProcessor
-
- setDateTimeValue(ZonedDateTime) - Method in class eu.fthevenet.util.javafx.controls.ZonedDateTimePicker
-
Sets the selected date/time value of the control.
- setDebugMode(boolean) - Method in class eu.fthevenet.binjr.preferences.AppEnvironment
-
Sets the value of the property debugMode.
- setDefaultGraphOpacity(double) - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Sets the value of the property defaultGraphOpacity.
- setDiskUsage(int) - Method in class eu.fthevenet.util.github.GithubUser
-
- setDisplayColor(Color) - Method in class eu.fthevenet.binjr.data.workspace.TimeSeriesInfo
-
Sets the display color for the series
- setDisplayName(String) - Method in class eu.fthevenet.binjr.data.workspace.TimeSeriesInfo
-
Sets the display name fo the series
- setDownSamplingEnabled(boolean) - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Enables or disables series down-sampling
- setDownSamplingThreshold(int) - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Sets the series down-sampling threshold value
- setDraft(boolean) - Method in class eu.fthevenet.util.github.GithubRelease
-
- setEditable(Boolean) - Method in class eu.fthevenet.binjr.data.workspace.Source
-
Sets the value of the property editable.
- setEmail(String) - Method in class eu.fthevenet.util.github.GithubUser
-
- setEnabled(boolean) - Method in class eu.fthevenet.binjr.data.adapters.BaseDataAdapterInfo
-
Sets the value of the property enabled.
- setEnabled(boolean) - Method in interface eu.fthevenet.binjr.data.adapters.DataAdapterInfo
-
Set to true to enable the adapter, false otherwise.
- setExpanded(boolean) - Method in class eu.fthevenet.util.javafx.controls.CommandBarPane
-
- setFollowers(int) - Method in class eu.fthevenet.util.github.GithubUser
-
- setFollowing(int) - Method in class eu.fthevenet.util.github.GithubUser
-
- setForceZeroInRange(boolean) - Method in class eu.fthevenet.util.javafx.charts.StableTicksAxis
-
If true, when auto-ranging, force 0 to be the min or max end of the range.
- setFromDateTime(ZonedDateTime) - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
The lower bound of the time interval of the
Worksheet's times series
- setGraphOpacity(double) - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
Sets the opacity factor to apply the the graph
- setGravatarId(String) - Method in class eu.fthevenet.util.github.GithubUser
-
Deprecated.
- setHireable(boolean) - Method in class eu.fthevenet.util.github.GithubUser
-
- setHorizontalMarkerOn(boolean) - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Sets the value of the property horizontalMarkerOn.
- setHorizontalMarkerVisible(boolean) - Method in class eu.fthevenet.util.javafx.charts.XYChartCrosshair
-
Sets the visibility of the horizontal marker
- setHtmlUrl(String) - Method in class eu.fthevenet.util.github.GithubRelease
-
- setHtmlUrl(String) - Method in class eu.fthevenet.util.github.GithubUser
-
- setId(UUID) - Method in class eu.fthevenet.binjr.data.adapters.DataAdapter
-
Sets the unique id for the adapter
- setId(long) - Method in class eu.fthevenet.util.github.GithubRelease
-
- setId(int) - Method in class eu.fthevenet.util.github.GithubUser
-
- setKey(String) - Method in class eu.fthevenet.binjr.preferences.SysInfoProperty
-
Sets the content of the key Property
- setLoadLastWorkspaceOnStartup(boolean) - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Sets to true if the most recently saved workspace should be re-opned on startup, false otherwise
- setLoadPluginsFromExternalLocation(boolean) - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Sets the value of the property loadPluginsFromExternalLocation.
- setLocation(String) - Method in class eu.fthevenet.util.github.GithubUser
-
- setLogin(String) - Method in class eu.fthevenet.util.github.GithubUser
-
- setLogLevel(Level) - Method in class eu.fthevenet.binjr.preferences.AppEnvironment
-
Sets the value of the property logLevel.
- setLowerBound(ZonedDateTime) - Method in class eu.fthevenet.util.javafx.charts.ZonedDateTimeAxis
-
Sets the lower bound of the axis.
- setMessage(String) - Method in class eu.fthevenet.util.logging.Profiler.Elapsed
-
- setMostRecentSavedWorkspace(Path) - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Sets the path from the most recently saved workspace
- setMostRecentSaveFolder(Path) - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Sets the path of the folder of the most recently saved item
- setMovingTab(boolean) - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane.TabPaneManager
-
- setName(String) - Method in class eu.fthevenet.binjr.controllers.WorksheetController
-
- setName(String) - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
- setName(String) - Method in class eu.fthevenet.binjr.data.workspace.DataAdapterParameter
-
- setName(String) - Method in class eu.fthevenet.binjr.data.workspace.Source
-
- setName(String) - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
- setName(String) - Method in class eu.fthevenet.util.github.GithubRelease
-
- setName(String) - Method in class eu.fthevenet.util.github.GithubUser
-
- setName(String) - Method in class eu.fthevenet.util.javafx.controls.EditableTab
-
Sets the value of the property name.
- setNewTabFactory(Function<ActionEvent, Optional<Tab>>) - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane
-
Sets the factory for creating new tabs
- setNotificationPopupDuration(Duration) - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Sets the value of the property notificationPopupDuration.
- setOnAddNewTab(EventHandler<ActionEvent>) - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane
-
Sets the action that should be fired on the addition of a tab to the pane.
- setOnClosingWindow(EventHandler<WindowEvent>) - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane
-
Sets the action to be fired on closing a window hosting tabs.
- setOnOpenNewWindow(EventHandler<WindowEvent>) - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane
-
Sets the action to be fired on opening a new window to host tabs.
- setOwnedPrivateRepos(int) - Method in class eu.fthevenet.util.github.GithubUser
-
- setParameters(Application.Parameters) - Method in class eu.fthevenet.binjr.controllers.MainViewController
-
Sets parameters for the main controller view.
- setPath(Path) - Method in class eu.fthevenet.binjr.data.workspace.Workspace
-
Sets the
Path for the serialized form of the
Workspace
- setPattern(String) - Method in class eu.fthevenet.util.javafx.controls.DecimalFormatTableCellFactory
-
Sets the pattern to use to format decimal numbers to text
- setPluginsLocation(Path) - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Sets the value of the property pluginsLocation.
- setPrerelease(boolean) - Method in class eu.fthevenet.util.github.GithubRelease
-
- setPreviousState(Map<Chart<Double>, XYChartSelection<ZonedDateTime, Double>>) - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
- setPrivateGists(int) - Method in class eu.fthevenet.util.github.GithubUser
-
- setProcessor(TimeSeriesProcessor<T>) - Method in class eu.fthevenet.binjr.data.workspace.TimeSeriesInfo
-
Sets the data processor for the series
- setPublicGists(int) - Method in class eu.fthevenet.util.github.GithubUser
-
- setPublicRepos(int) - Method in class eu.fthevenet.util.github.GithubUser
-
- setPublishedAt(Date) - Method in class eu.fthevenet.util.github.GithubRelease
-
- setRange(Object, boolean) - Method in class eu.fthevenet.util.javafx.charts.StableTicksAxis
-
- setRange(Object, boolean) - Method in class eu.fthevenet.util.javafx.charts.ZonedDateTimeAxis
-
- setReloadRequiredHandler(Consumer<WorksheetController>) - Method in class eu.fthevenet.binjr.controllers.WorksheetController
-
- setReorderable(boolean) - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane
-
Set to true if tabs can be reordered, false otherwise.
- setSelected(boolean) - Method in class eu.fthevenet.binjr.data.workspace.TimeSeriesInfo
-
Set to true if the series is selected, false otherwise
- setSelectedChart(Integer) - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
Sets the value of the property selectedChart.
- setSelectedRange(TimeRangePicker.TimeRange) - Method in class eu.fthevenet.util.javafx.controls.TimeRangePicker
-
Sets the value of the property selectedRange.
- setSelectedTab(Tab) - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane.TabPaneManager
-
- setSelection(XYChartSelection<ZonedDateTime, Double>, boolean) - Method in class eu.fthevenet.binjr.controllers.ChartViewportsState.AxisState
-
- setSelection(Map<Chart<Double>, XYChartSelection<ZonedDateTime, Double>>, boolean) - Method in class eu.fthevenet.binjr.controllers.ChartViewportsState
-
- setShiftPressed(Boolean) - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Sets the value of the property shiftPressed.
- setShowAreaOutline(boolean) - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
Set to true if area charts should display an outline stroke, false otherwise
- setShowAreaOutline(boolean) - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Sets the value of the property showAreaOutline.
- setShowProperties(boolean) - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
Sets the value of the property showProperties.
- setShowPropertiesPane(boolean) - Method in class eu.fthevenet.binjr.controllers.WorksheetController
-
- setStrokeWidth(double) - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
Sets the stroke width for line charts.
- setTagName(String) - Method in class eu.fthevenet.util.github.GithubRelease
-
- setTarballUrl(String) - Method in class eu.fthevenet.util.github.GithubRelease
-
- setTargetCommitish(String) - Method in class eu.fthevenet.util.github.GithubRelease
-
- setTearable(boolean) - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane
-
Set to true if tabs can be teared away from the pane, false otherwise.
- setTextFlow(TextFlow) - Static method in class eu.fthevenet.util.logging.TextFlowAppender
-
Set TextFlow to append
- setTickLabelFormatter(StringConverter<ZonedDateTime>) - Method in class eu.fthevenet.util.javafx.charts.ZonedDateTimeAxis
-
Sets the tick label formatter for the ticks.
- setTickSpacing(double) - Method in class eu.fthevenet.util.javafx.charts.StableTicksAxis
-
Sets the value of the property tickSpacing.
- setTimeZone(ZoneId) - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
- SETTINGS_PANE_DISTANCE - Static variable in class eu.fthevenet.binjr.controllers.ChartPropertiesController
-
- SETTINGS_PANE_DISTANCE - Static variable in class eu.fthevenet.binjr.controllers.MainViewController
-
- setToDateTime(ZonedDateTime) - Method in class eu.fthevenet.binjr.data.workspace.Worksheet
-
The upper bound of the time interval of the
Worksheet's times series
- setTotalPrivateRepos(int) - Method in class eu.fthevenet.util.github.GithubUser
-
- setType(String) - Method in class eu.fthevenet.util.github.GithubUser
-
- setUnit(String) - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
The unit for the
Worksheet's times series Y axis
- setUnitPrefixes(UnitPrefixes) - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
The unit prefix for the
Worksheet's times series Y axis
- setUploadUrl(String) - Method in class eu.fthevenet.util.github.GithubRelease
-
- setUpperBound(ZonedDateTime) - Method in class eu.fthevenet.util.javafx.charts.ZonedDateTimeAxis
-
Sets the upper bound of the axis.
- setUrl(String) - Method in class eu.fthevenet.util.github.GithubRelease
-
- setUrl(String) - Method in class eu.fthevenet.util.github.GithubUser
-
- setUserInterfaceTheme(UserInterfaceThemes) - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Sets the UI theme
- setValue(String) - Method in class eu.fthevenet.binjr.data.workspace.DataAdapterParameter
-
- setValue(String) - Method in class eu.fthevenet.binjr.preferences.SysInfoProperty
-
Sets the content of the value Property
- setVerticalMarkerOn(boolean) - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
Sets the value of the property verticalMarkerOn.
- setVerticalMarkerVisible(boolean) - Method in class eu.fthevenet.util.javafx.charts.XYChartCrosshair
-
Sets the visibility of the vertical marker
- setyAxisMaxValue(double) - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
- setyAxisMinValue(double) - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
- setZipballUrl(String) - Method in class eu.fthevenet.util.github.GithubRelease
-
- setZoneId(ZoneId) - Method in class eu.fthevenet.util.javafx.controls.ZonedDateTimePicker
-
Sets the ZoneId of the date picker
- shiftPressedProperty() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
- show() - Method in class eu.fthevenet.binjr.controllers.ChartPropertiesController
-
- show() - Static method in class eu.fthevenet.binjr.dialogs.ConsoleStage
-
- showAreaOutlineProperty() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
The showAreaOutline property
- showAreaOutlineProperty() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
- showPropertiesProperty() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
- SimpleCachingDataAdapter<T,A extends Decoder<T>> - Class in eu.fthevenet.binjr.data.adapters
-
An abstract implementation of
DataAdapter that manages a cache in between the adapter and the data source.
- SimpleCachingDataAdapter() - Constructor for class eu.fthevenet.binjr.data.adapters.SimpleCachingDataAdapter
-
- SimpleCachingDataAdapter(int) - Constructor for class eu.fthevenet.binjr.data.adapters.SimpleCachingDataAdapter
-
- size() - Method in class eu.fthevenet.binjr.data.timeseries.TimeSeriesProcessor
-
Returns the number of elements in the processor's data store
- SNAPSHOT - Static variable in class eu.fthevenet.util.version.Version
-
- Source - Class in eu.fthevenet.binjr.data.workspace
-
A class that represents and holds the current state of a single data source
- Source() - Constructor for class eu.fthevenet.binjr.data.workspace.Source
-
Initializes a new instance of the
Source class
- sourceArea - Variable in class eu.fthevenet.binjr.controllers.MainViewController
-
- SourceCommunicationException - Exception in eu.fthevenet.binjr.data.exceptions
-
Signals that an error happened while communicating with the source via the DataAdapter.
- SourceCommunicationException() - Constructor for exception eu.fthevenet.binjr.data.exceptions.SourceCommunicationException
-
- SourceCommunicationException(String) - Constructor for exception eu.fthevenet.binjr.data.exceptions.SourceCommunicationException
-
- SourceCommunicationException(String, Throwable) - Constructor for exception eu.fthevenet.binjr.data.exceptions.SourceCommunicationException
-
- SourceCommunicationException(Throwable) - Constructor for exception eu.fthevenet.binjr.data.exceptions.SourceCommunicationException
-
- sourceMaskerPane - Variable in class eu.fthevenet.binjr.controllers.MainViewController
-
- StableTicksAxis - Class in eu.fthevenet.util.javafx.charts
-
The StableTicksAxis places tick marks at consistent (axis value rather than graphical) locations.
- StableTicksAxis(PrefixFormatter) - Constructor for class eu.fthevenet.util.javafx.charts.StableTicksAxis
-
- StageAppearanceManager - Class in eu.fthevenet.binjr.dialogs
-
Manages the appearance of registered Stage instances.
- StageAppearanceManager.AppearanceOptions - Enum in eu.fthevenet.binjr.dialogs
-
Defines a set of options that governs that what degree a the appearance of a registered Stage should be affected
- start(Stage) - Method in class eu.fthevenet.binjr.Binjr
-
- start(String, Profiler.OutputDelegate) - Static method in class eu.fthevenet.util.logging.Profiler
-
Returns a new instance of the
Profiler class.
- start(String, Profiler.OutputDelegate, long) - Static method in class eu.fthevenet.util.logging.Profiler
-
Returns a new instance of the
Profiler class.
- start(String) - Static method in class eu.fthevenet.util.logging.Profiler
-
Returns a new instance of the
Profiler class.
- start(String, long) - Static method in class eu.fthevenet.util.logging.Profiler
-
Returns a new instance of the
Profiler class.
- start(Profiler.OutputDelegate) - Static method in class eu.fthevenet.util.logging.Profiler
-
Returns a new instance of the
Profiler class.
- start(Profiler.OutputDelegate, long) - Static method in class eu.fthevenet.util.logging.Profiler
-
Returns a new instance of the
Profiler class.
- start(Profiler.Elapsed) - Static method in class eu.fthevenet.util.logging.Profiler
-
Returns a new instance of the
Profiler class.
- start(Profiler.Elapsed, long) - Static method in class eu.fthevenet.util.logging.Profiler
-
Returns a new instance of the
Profiler class.
- startDragAndDrop() - Method in class eu.fthevenet.util.javafx.controls.TearableTabPane.TabPaneManager
-
- startXProperty() - Method in class eu.fthevenet.binjr.controllers.ChartViewportsState
-
- strokeWidthProperty() - Method in class eu.fthevenet.binjr.data.workspace.Chart
-
The strokeWidth property.
- submit(Task<V>) - Method in class eu.fthevenet.binjr.data.async.AsyncTaskManager
-
- submit(Callable<V>, EventHandler<WorkerStateEvent>, EventHandler<WorkerStateEvent>) - Method in class eu.fthevenet.binjr.data.async.AsyncTaskManager
-
Submit an action as a Callable instance to be run asynchronously, as well as callback to handle success and failure of the main action.
- submit() - Method in class eu.fthevenet.util.javafx.controls.DelayedAction
-
- suspendAxisListeners() - Method in class eu.fthevenet.binjr.controllers.ChartViewportsState
-
- SysInfoProperty - Class in eu.fthevenet.binjr.preferences
-
A structure to hold system properties with observable keys and values
- SysInfoProperty(String, String) - Constructor for class eu.fthevenet.binjr.preferences.SysInfoProperty
-
- validateParameter(Map<String, String>, String, CheckedFunction<String, R, InvalidAdapterParameterException>) - Method in class eu.fthevenet.binjr.data.adapters.DataAdapter
-
- validateParameterNullity(Map<String, String>, String) - Method in class eu.fthevenet.binjr.data.adapters.DataAdapter
-
- valueOf(String) - Static method in enum eu.fthevenet.binjr.data.workspace.ChartLayout
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.fthevenet.binjr.data.workspace.ChartType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.fthevenet.binjr.data.workspace.UnitPrefixes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.fthevenet.binjr.dialogs.DataAdapterDialog.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.fthevenet.binjr.dialogs.StageAppearanceManager.AppearanceOptions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.fthevenet.binjr.dialogs.UserInterfaceThemes
-
Returns the enum constant of this type with the specified name.
- valueOf(String, UserInterfaceThemes) - Static method in enum eu.fthevenet.binjr.dialogs.UserInterfaceThemes
-
- valueOf(String) - Static method in enum eu.fthevenet.binjr.preferences.NotificationDurationChoices
-
Returns the enum constant of this type with the specified name.
- valueOf(Duration) - Static method in enum eu.fthevenet.binjr.preferences.NotificationDurationChoices
-
Returns the
NotificationDurationChoices value corresponding to the provided duration or
NotificationDurationChoices.NEVER if there isn't one.
- valueOf(String) - Static method in enum eu.fthevenet.binjr.preferences.OsFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.fthevenet.binjr.sources.jrds.adapters.JrdsTreeViewTab
-
Returns the enum constant of this type with the specified name.
- valueProperty() - Method in class eu.fthevenet.binjr.preferences.SysInfoProperty
-
Returns the Property that holds the value
- values() - Static method in enum eu.fthevenet.binjr.data.workspace.ChartLayout
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum eu.fthevenet.binjr.data.workspace.ChartType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum eu.fthevenet.binjr.data.workspace.UnitPrefixes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum eu.fthevenet.binjr.dialogs.DataAdapterDialog.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum eu.fthevenet.binjr.dialogs.StageAppearanceManager.AppearanceOptions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum eu.fthevenet.binjr.dialogs.UserInterfaceThemes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum eu.fthevenet.binjr.preferences.NotificationDurationChoices
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum eu.fthevenet.binjr.preferences.OsFamily
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum eu.fthevenet.binjr.sources.jrds.adapters.JrdsTreeViewTab
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Version - Class in eu.fthevenet.util.version
-
* Copyright (c) OSGi Alliance (2004, 2007).
- Version(int, int, int) - Constructor for class eu.fthevenet.util.version.Version
-
Creates a version identifier from the specified numerical components.
- Version(int, int, int, String) - Constructor for class eu.fthevenet.util.version.Version
-
- Version(int, int, int, String, boolean) - Constructor for class eu.fthevenet.util.version.Version
-
Creates a version identifier from the specifed components.
- Version(String) - Constructor for class eu.fthevenet.util.version.Version
-
Created a version identifier from the specified string.
- VersionXmlAdapter - Class in eu.fthevenet.util.version
-
- VersionXmlAdapter() - Constructor for class eu.fthevenet.util.version.VersionXmlAdapter
-
- verticalMarkerOnProperty() - Method in class eu.fthevenet.binjr.preferences.GlobalPreferences
-
- verticalMarkerVisibleProperty() - Method in class eu.fthevenet.util.javafx.charts.XYChartCrosshair
-
Gets the boolean property that tracks the visibility of the vertical marker of the crosshair
- viewPorts - Variable in class eu.fthevenet.binjr.controllers.WorksheetController
-
- visibleProperty() - Method in class eu.fthevenet.binjr.controllers.ChartPropertiesController
-
- vmCommandLine(String...) - Method in interface eu.fthevenet.util.diagnositic.DiagnosticCommand
-
- vmFlags(String...) - Method in interface eu.fthevenet.util.diagnositic.DiagnosticCommand
-
- vmSystemProperties(String...) - Method in interface eu.fthevenet.util.diagnositic.DiagnosticCommand
-