- FileFilterExtensions - Class in info.monitorenter.gui.chart.io
-
Configureable implementation of FileFilter
that filters files by their extension (e.g.: ".txt").
- FileFilterExtensions(String[]) - Constructor for class info.monitorenter.gui.chart.io.FileFilterExtensions
-
Creates an instance that will accept files with the given extensions.
- FileUtil - Class in info.monitorenter.util
-
Utility class for file operations.
- finalize() - Method in class info.monitorenter.gui.chart.Chart2D
-
Cleanup when this instance is dropped.
- finalize() - Method in class info.monitorenter.gui.chart.controls.LayoutFactory.BasicPropertyAdaptSupport
-
Removes the listener for basic property changes from the component to
adapt to.
- finalize() - Method in class info.monitorenter.gui.chart.io.ADataCollector
-
- finalize() - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Decreases internal instance count by one.
- finalize() - Method in class info.monitorenter.gui.chart.views.ChartCoordinateView
-
Removes the mouse motion listener from the chart.
- findAxesOfTrace(ITrace2D) - Method in class info.monitorenter.gui.chart.Chart2D
-
Returns an array with the x (position 0) and the y axis (position 1) of the
given trace if it is correctly set up.
- findDialogWindow(Component) - Static method in class info.monitorenter.util.UIUtil
-
Finds the window of the given component.
- findFrame(Component) - Static method in class info.monitorenter.util.UIUtil
-
Finds the frame of the given component.
- findMax() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Searches for the maximum value of all contained ITraces in the dimension
this axis stands for.
- findMin() - Method in class info.monitorenter.gui.chart.axis.AAxis
-
Searches for the minimum value of all contained ITraces in the dimension
this axis stands for.
- findPopupMenu(Component) - Static method in class info.monitorenter.util.UIUtil
-
Finds the parent JPopupMenu
of the given component, it it is
contained in the component tree of one.
- findTopLevelPopupMenu(Component) - Static method in class info.monitorenter.util.UIUtil
-
Finds the top level parent JPopupMenu
of the given component,
it it is contained in the component tree of one.
- fireChange() - Method in class info.monitorenter.reflection.ObjectRecorder
-
Informs the listeners about a change of this instance.
- firePointAdded(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Fire property change events related to an added point.
- firePointChanged(ITracePoint2D, int) - Method in interface info.monitorenter.gui.chart.ITrace2D
-
- firePointChanged(ITracePoint2D, int) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
- firePointChanged(ITracePoint2D, int) - Method in class info.monitorenter.gui.chart.traces.Trace2DAxisSwap
-
- firePointChanged(ITracePoint2D, int) - Method in class info.monitorenter.gui.chart.traces.Trace2DDebugger
-
- firePointRemoved(ITracePoint2D) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Fire property change events related to a removed point.
- firePropertyChange(String, Object, Object) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
Fires a property change event to the registered listeners.
- firePropertyChange(String, Object, Object) - Method in class info.monitorenter.gui.chart.rangepolicies.ARangePolicy
-
Fires a property change event to the registered listeners.
- firePropertyChange(String, Object, Object) - Method in class info.monitorenter.gui.chart.traces.ATrace2D
-
Fires a property change event to the registered listeners.
- FlowLayoutCorrectMinimumSize - Class in info.monitorenter.gui.chart.layouts
-
A flow layout that claims the correct height of the component managed in case
the available width is known.
- FlowLayoutCorrectMinimumSize(int) - Constructor for class info.monitorenter.gui.chart.layouts.FlowLayoutCorrectMinimumSize
-
Constructs a new FlowLayout
with the specified alignment and
a default 5-unit horizontal and vertical gap.
- FlowLayoutCorrectMinimumSize(int, int, int) - Constructor for class info.monitorenter.gui.chart.layouts.FlowLayoutCorrectMinimumSize
-
Creates a new flow layout manager with the indicated alignment and the
indicated horizontal and vertical gaps.
- format(double) - Method in interface info.monitorenter.gui.chart.IAxisLabelFormatter
-
Provide a String for the value.
- format(double) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterAutoUnits
-
- format(double) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterDate
-
- format(double) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterNumber
-
- format(double) - Method in class info.monitorenter.gui.chart.labelformatters.LabelFormatterUnit
-
- formatFilesize(long, Locale) - Static method in class info.monitorenter.util.FileUtil
-
Returns the formatted file size to Bytes, KB, MB or GB depending on the
given value.
- freeColor(Color) - Method in interface info.monitorenter.gui.util.IColorDistributor
-
Puts the given color back into the color- space of free colors.