- fillCheckSum(byte[]) - Static method in class InstrumentationPlatformGUI.Communication.Obsolete.Request
-
Deprecated.
- fillCheckSum(byte[]) - Static method in class InstrumentationPlatformGUI.Communication.SerialCommunicator
-
Take the data array and append a crc-8 checksum to the end.
- fillCheckSum(byte[]) - Static method in class InstrumentationPlatformGUI.Communication.TwoWaySerialComm
-
Deprecated.
- fillString(String) - Method in class InstrumentationPlatformGUI.Managers.HintManager
-
Return the longest text that can be appended to the one typed by the user (which is the argument provided).
- FilteringAndSearchingKeyboardShortcutPreparer - Class in InstrumentationPlatformGUI.ShortcutPreparers
-
Utility class, responsible for the preparation of the keyboard shortcuts,
related to searching between GUI elements to select them, or for
filtering (hiding) them, when they match given criteria.
- FilteringAndSearchingKeyboardShortcutPreparer() - Constructor for class InstrumentationPlatformGUI.ShortcutPreparers.FilteringAndSearchingKeyboardShortcutPreparer
-
- FindGUIElementByNameUserFunctionToken - Class in InstrumentationPlatformGUI.clucFunctions.ElementRelatedFunctions
-
CLUC built-in function, which returns an ID of an element, when its UNIQUENAME
is provided as a string.
- FindGUIElementByNameUserFunctionToken(String) - Constructor for class InstrumentationPlatformGUI.clucFunctions.ElementRelatedFunctions.FindGUIElementByNameUserFunctionToken
-
- FindGUIElementByNameUserFunctionTokenFactory - Class in InstrumentationPlatformGUI.clucFunctions.ElementRelatedFunctions
-
- FindGUIElementByNameUserFunctionTokenFactory() - Constructor for class InstrumentationPlatformGUI.clucFunctions.ElementRelatedFunctions.FindGUIElementByNameUserFunctionTokenFactory
-
- floatFromColor(Color) - Method in class InstrumentationPlatformGUI.ColorManager
-
Method for generating a float from Color.
- FloatPoint - Class in InstrumentationPlatformGUI
-
Class for storing a pair of doubles; these represent a point in 2D coordinate space.
- FloatPoint(double, double) - Constructor for class InstrumentationPlatformGUI.FloatPoint
-
- FloatProperty - Class in InstrumentationPlatformGUI.Properties
-
Property of type float.
- FloatProperty(int, String, Float, GUIelement) - Constructor for class InstrumentationPlatformGUI.Properties.FloatProperty
-
- focusGUIelement(int) - Method in class InstrumentationPlatformGUI.Elements.GUITab
-
Defocus the currently focused element and focus the element, given its
index in the GUIList.
- focusGUIelement(GUIelement) - Method in class InstrumentationPlatformGUI.Elements.GUITab
-
Defocus the currently focused element and focus the given element in the
GUIList
.