Skip navigation links
A B C D E F G H I J K M N O P R S T U V W X Y 

S

sample() - Method in class InstrumentationPlatformGUI.PlotLine
Add a new FloatPoint to the list.
sampleAllRelevant() - Method in class InstrumentationPlatformGUI.Elements.GUIChart
Adds a data point to all selected lines on their respective cursor positions (if there are any selected and the vFlag is on), or to the currently focused line otherwise.
scaleAlongOrigin(double, double, double, double) - Method in class InstrumentationPlatformGUI.Elements.GUIChart
Scales the chart by amount, where amount is expressed as percents normalised to 1 (1= keep current scale).
SELECTBOX - Static variable in class InstrumentationPlatformGUI.Elements.GUIelement
 
sendData(int[], boolean) - Method in class InstrumentationPlatformGUI.Communication.SerialCommunicator.SerialWriter
Send the data provided to the module, returning true on success, false otherwise.
sendData(byte[]) - Static method in class InstrumentationPlatformGUI.Communication.TwoWaySerialComm
Deprecated.
 
SendGlobalKeysUserFunctionToken - Class in InstrumentationPlatformGUI.clucFunctions.KeyPressFunctions
CLUC function to simulate the key presses, when no GUIelement is focused.
SendGlobalKeysUserFunctionToken(String) - Constructor for class InstrumentationPlatformGUI.clucFunctions.KeyPressFunctions.SendGlobalKeysUserFunctionToken
 
SendGlobalKeysUserFunctionTokenFactory - Class in InstrumentationPlatformGUI.clucFunctions.KeyPressFunctions
 
SendGlobalKeysUserFunctionTokenFactory() - Constructor for class InstrumentationPlatformGUI.clucFunctions.KeyPressFunctions.SendGlobalKeysUserFunctionTokenFactory
 
sendGUIElementRenumber(byte, byte) - Method in class InstrumentationPlatformGUI.Communication.SerialCommunicator.SerialWriter
Send an GUI_ELEMENT_RENUMBER command to the module.
sendInit() - Method in class InstrumentationPlatformGUI.Communication.SerialCommunicator.SerialWriter
Send an INIT command to the module.
sendInit2() - Method in class InstrumentationPlatformGUI.Communication.SerialCommunicator.SerialWriter
Send an INIT2 command to the module.
SendKeysUserFunctionToken - Class in InstrumentationPlatformGUI.clucFunctions.KeyPressFunctions
CLUC function to simulate focusing of some GUIelement and then sending key presses to it.
SendKeysUserFunctionToken(String) - Constructor for class InstrumentationPlatformGUI.clucFunctions.KeyPressFunctions.SendKeysUserFunctionToken
 
SendKeysUserFunctionTokenFactory - Class in InstrumentationPlatformGUI.clucFunctions.KeyPressFunctions
 
SendKeysUserFunctionTokenFactory() - Constructor for class InstrumentationPlatformGUI.clucFunctions.KeyPressFunctions.SendKeysUserFunctionTokenFactory
 
sendNOTOk() - Method in class InstrumentationPlatformGUI.Communication.SerialCommunicator.SerialWriter
Send an NotOK (Negative ACK) command to the module.
sendOk() - Method in class InstrumentationPlatformGUI.Communication.SerialCommunicator.SerialWriter
Send an OK (positive ACK) command to the module.
sendValue() - Method in class InstrumentationPlatformGUI.Properties.Property
Inform the module assigned to this Property about the fact it has been updated, sending the new value.
SerialCommunicator - Class in InstrumentationPlatformGUI.Communication
This version of the TwoWaySerialComm example makes use of the SerialPortEventListener to avoid polling.
SerialCommunicator(GUIPanel) - Constructor for class InstrumentationPlatformGUI.Communication.SerialCommunicator
 
SerialCommunicator.SerialReader - Class in InstrumentationPlatformGUI.Communication
Handles the input coming from the serial port.
SerialCommunicator.SerialWriter - Class in InstrumentationPlatformGUI.Communication
Class for sending data to the serial port.
SerialCommunicatorObsolete - Class in InstrumentationPlatformGUI.Communication.Obsolete
Deprecated.
SerialCommunicatorObsolete() - Constructor for class InstrumentationPlatformGUI.Communication.Obsolete.SerialCommunicatorObsolete
Deprecated.
 
serialEvent(SerialPortEvent) - Method in class InstrumentationPlatformGUI.Communication.SerialCommunicator.SerialReader
This method is a listener method, which automatically gets called when a new SerialPortEvent occurs.
serialEvent(SerialPortEvent) - Method in class InstrumentationPlatformGUI.Communication.TwoWaySerialComm.SerialReader
Deprecated.
 
SerialReader(PacketHandler, InputStream) - Constructor for class InstrumentationPlatformGUI.Communication.SerialCommunicator.SerialReader
 
SerialReader(InputStream) - Constructor for class InstrumentationPlatformGUI.Communication.TwoWaySerialComm.SerialReader
Deprecated.
 
SerialWriter(OutputStream) - Constructor for class InstrumentationPlatformGUI.Communication.SerialCommunicator.SerialWriter
 
SerialWriter(OutputStream) - Constructor for class InstrumentationPlatformGUI.Communication.TwoWaySerialComm.SerialWriter
Deprecated.
 
SET_ON_MATCH - Static variable in class InstrumentationPlatformGUI.RegexUtils
 
SET_ON_MISMATCH - Static variable in class InstrumentationPlatformGUI.RegexUtils
 
setAddress(int) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.Variable
Deprecated.
 
setAddrRange(byte) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.Variable
Deprecated.
 
setColor(Color) - Method in class InstrumentationPlatformGUI.PlotLine
Set the color of this line.
setContainer(Container) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.AbstractContainerFactory
Deprecated.
 
setContainer(Container) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.ContainerFactory
Deprecated.
 
setContainer(Container) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.ContainerFactory_backup
Deprecated.
 
setCount(int) - Method in class InstrumentationPlatformGUI.GUIAction
Sets the count.
setCurrentGUITab(GUITab) - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Set the current GUI tab to the one specified.
setCurrentLineChar(char) - Method in class InstrumentationPlatformGUI.Elements.GUIChart
Sets the current line character to the one provided.
setCurrentlyEditedGUIelement(GUIelement) - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Set the currently edited GUI element to be the one provided.
setCurrentPosition(Position) - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Set the Position object, representing which tab the user is currently on, and which component is currently focused.
setCurrentRegister(String) - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Set the letter of the currently selected register to be the one provided.
setCurrentRegisterContentAndReset(String) - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Sets the content on the current register (unnamed register, or a named register if specified by the user); then resets the "current register" to default (unnamed register).
setCursorX(double) - Method in class InstrumentationPlatformGUI.PlotLine
Set the LineX Property.
setCursorY(double) - Method in class InstrumentationPlatformGUI.PlotLine
Set the LineY Property.
setDeleted(boolean) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
set whether or not the element has been deleted and not placed on any tab again yet.
setEnabled(boolean) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
 
setEnterPressAction(NamedGUIAction) - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Set the NamedGUIAction to be executed when ENTER is pressed.
setFloatProperty(String, float, boolean) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
Deprecated.
!!!This method should not be used, or should be reimplemented first!!! It doesn't fire the callbacks at all and replaces the Property with a new one, which discards all callbacks and negatively alters some other functionality. Use getPropertyByName(name).setValue(value) instead.
SetFloatPropertyUserFunctionToken - Class in InstrumentationPlatformGUI.clucFunctions.PropertyFunctions
CLUC function to set some FloatProperty of some GUIelement to a value.
SetFloatPropertyUserFunctionToken(String) - Constructor for class InstrumentationPlatformGUI.clucFunctions.PropertyFunctions.SetFloatPropertyUserFunctionToken
 
SetFloatPropertyUserFunctionTokenFactory - Class in InstrumentationPlatformGUI.clucFunctions.PropertyFunctions
 
SetFloatPropertyUserFunctionTokenFactory() - Constructor for class InstrumentationPlatformGUI.clucFunctions.PropertyFunctions.SetFloatPropertyUserFunctionTokenFactory
 
setFocused(boolean) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
Focus this GUIelement
setGenericRegisterAction(RegisterAction) - Method in class InstrumentationPlatformGUI.KeyInput.RegisterSelectionMenu
 
setGetterPropertyCallback(PropertyCallback) - Method in class InstrumentationPlatformGUI.Properties.Property
Provide the PropertyCallback fired when the value of this Property is accessed (read) from CLUC code.
SetGEValUserFunctionToken - Class in InstrumentationPlatformGUI.clucFunctions.PropertyFunctions
Deprecated.
This was a CLUC function, used to set the Value Property of GUIelement objects. It has since been replaced by a more powerful set of function SetFloatPropertyUserFunctionToken, that allow adjustments of any Property, not just the Value. This has rendered this function obsolete.
SetGEValUserFunctionToken(String) - Constructor for class InstrumentationPlatformGUI.clucFunctions.PropertyFunctions.SetGEValUserFunctionToken
Deprecated.
 
SetGEValUserFunctionTokenFactory - Class in InstrumentationPlatformGUI.clucFunctions.PropertyFunctions
 
SetGEValUserFunctionTokenFactory() - Constructor for class InstrumentationPlatformGUI.clucFunctions.PropertyFunctions.SetGEValUserFunctionTokenFactory
 
setGUIList(ArrayList<GUIelement>) - Method in class InstrumentationPlatformGUI.Elements.GUITab
sets the GUIList to be the one provided.
setGUIPanel(GUIPanel) - Static method in class InstrumentationPlatformGUI.Communication.Obsolete.Request
Deprecated.
 
setGUIPanel(GUIPanel) - Method in class InstrumentationPlatformGUI.CompilerExtensions.GUIVirtualMachine
 
setGUIPanel(GUIPanel) - Method in class InstrumentationPlatformGUI.Elements.GUIChart
 
setGUIPanel(GUIPanel) - Method in class InstrumentationPlatformGUI.Elements.GUICheckBox
Deprecated.
 
setGUIPanel(GUIPanel) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
This method sets the containing GUI Panel of the GUI element.
setGUIPanel(GUIPanel) - Method in class InstrumentationPlatformGUI.Elements.GUITab
Set the GUI panel this tab is on to the one provided.
setGUIPanel(GUIPanel) - Method in class InstrumentationPlatformGUI.KeyInput.Menu
Set the GUIPanel object, used to display this Menu.
setGUITab(GUITab) - Method in class InstrumentationPlatformGUI.Elements.GUIChart
 
setGUITab(GUITab) - Method in class InstrumentationPlatformGUI.Elements.GUIDisplay
 
setGUITab(GUITab) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
Set the respective GUITab this GUIelement is on to the one provided.
setGUITab(GUITab) - Method in class InstrumentationPlatformGUI.Elements.GUINumericUpDown
 
setGUITab(GUITab) - Method in class InstrumentationPlatformGUI.Elements.GUIPID
 
setGUITab(GUITab) - Method in class InstrumentationPlatformGUI.Elements.GUISlider
 
setGUITab(GUITab) - Method in class InstrumentationPlatformGUI.Elements.GUIStatsDisplay
 
setGUITab(GUITab) - Method in class InstrumentationPlatformGUI.Elements.GUITimer
 
setHistogramBinsCount(int) - Method in class InstrumentationPlatformGUI.PlotLine
Set the amount of bins for the histogram display.
setId2NameMap(HashMap<Integer, String>) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
Set the HashMap that maps the IDs of Property objects to their names, which are unique for each Property
setId2PropertyMap(HashMap<Integer, Property>) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
Set the HashMap that maps the IDs of Property objects to these objects themselves.
setIfIShouldUpdateToModule(boolean) - Method in class InstrumentationPlatformGUI.Properties.Property
Set, whether any module is notified about the changes of this Property
setIntegerProperty(String, int, boolean) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
Deprecated.
!!!This method should not be used, or should be reimplemented first!!! It doesn't fire the callbacks at all and replaces the Property with a new one, which discards all callbacks and negatively alters some other functionality. Use getPropertyByName(name).setValue(value) instead.
SetIntPropertyUserFunctionToken - Class in InstrumentationPlatformGUI.clucFunctions.PropertyFunctions
CLUC function to set some IntegerProperty of some GUIelement to a value.
SetIntPropertyUserFunctionToken(String) - Constructor for class InstrumentationPlatformGUI.clucFunctions.PropertyFunctions.SetIntPropertyUserFunctionToken
 
SetIntPropertyUserFunctionTokenFactory - Class in InstrumentationPlatformGUI.clucFunctions.PropertyFunctions
 
SetIntPropertyUserFunctionTokenFactory() - Constructor for class InstrumentationPlatformGUI.clucFunctions.PropertyFunctions.SetIntPropertyUserFunctionTokenFactory
 
setLineProperty(String, int, float) - Method in class InstrumentationPlatformGUI.Elements.GUIChart
Set the float property, determined by its propertyId, of line, determined by its line letter, to the provided value
SetLinePropertyUserFunctionToken - Class in InstrumentationPlatformGUI.clucFunctions.PropertyFunctions
CLUC function to set some FloatProperty of some PlotLine of some GUIChart to a value.
SetLinePropertyUserFunctionToken(String) - Constructor for class InstrumentationPlatformGUI.clucFunctions.PropertyFunctions.SetLinePropertyUserFunctionToken
 
SetLinePropertyUserFunctionTokenFactory - Class in InstrumentationPlatformGUI.clucFunctions.PropertyFunctions
 
SetLinePropertyUserFunctionTokenFactory() - Constructor for class InstrumentationPlatformGUI.clucFunctions.PropertyFunctions.SetLinePropertyUserFunctionTokenFactory
 
setMainMenu(Menu) - Method in interface InstrumentationPlatformGUI.Elements.GUIKeyEventHandler
 
setMark(String) - Method in class InstrumentationPlatformGUI.Elements.GUITab
Adds the mark with a letter, determined by the string, to the currently focused GUI element.
setMenu(Menu) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
Set the Menu, which will get displayed whenever this GUIelement is being edited.
setMenu(Menu) - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Set the currently active menu to the one provided.
setModuleGUIID(int) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
Used to set the ID, assigned by the module during the initialization stage, if this GUIelement was initialized by a module.
setName(String) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
Set the user-readable name to the one provided.
setName(String) - Method in class InstrumentationPlatformGUI.NamedGUIAction
 
setName2IdMap(HashMap<String, Integer>) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
Set the HashMap that maps the names of Property objects to their IDs, which are unique for each Property
setNumber(int) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.Variable
Deprecated.
 
setPersistent(boolean) - Method in class InstrumentationPlatformGUI.KeyInput.Menu
Set whether or not should this Menu be persistent
setPreviewRegex(String, int) - Method in class InstrumentationPlatformGUI.Elements.GUITab
calls GUIelement.setPreviewRegex(java.lang.String, int) on all the elements of the GUIList.
setPriority(byte) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.Variable
Deprecated.
 
setProperty(int, float) - Method in class InstrumentationPlatformGUI.PlotLine
Set the Property, identified by its unique ID, to the value provided.
setProperty2idMap(HashMap<Property, Integer>) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
Set the HashMap that maps the Property objects to their respective unique integer IDs
setRead(boolean) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.Variable
Deprecated.
 
setRecorded(boolean) - Method in class InstrumentationPlatformGUI.PlotLine
Set whether or not should this line be recorded by the GUIChart.
setRegister(Register) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
 
setRegister(String) - Method in class InstrumentationPlatformGUI.KeyInput.RegisterActionMenu
Deprecated.
 
setRegisterContent(String, String) - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Sets the content of register registerName to the String content provided.
setRegisterUserFunctionToken - Class in InstrumentationPlatformGUI.clucFunctions.RegisterFunctions
CLUC function used for setting a content of some register.
setRegisterUserFunctionToken(String) - Constructor for class InstrumentationPlatformGUI.clucFunctions.RegisterFunctions.setRegisterUserFunctionToken
 
SetRegisterUserFunctionTokenFactory - Class in InstrumentationPlatformGUI.clucFunctions.RegisterFunctions
 
SetRegisterUserFunctionTokenFactory() - Constructor for class InstrumentationPlatformGUI.clucFunctions.RegisterFunctions.SetRegisterUserFunctionTokenFactory
 
setRepeatCount(int) - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Set the repeat count to the value provided
setResolved(boolean) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.Request
Deprecated.
 
setSelected(boolean) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
 
setSelected(boolean) - Method in class InstrumentationPlatformGUI.PlotLine
Set whether or not this PlotLine is selected, when on the GUIChart
setSerialCommunicator(SerialCommunicator) - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Set the serial communicator object, used to communicate with the child modules.
setSetterPropertyCallback(PropertyCallback) - Method in class InstrumentationPlatformGUI.Properties.Property
Provide the PropertyCallback fired when the value of this Property is accessed (changed) from CLUC code.
setStartIndex(int) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.AbstractContainerFactory
Deprecated.
 
setStartIndex(int) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.ContainerFactory
Deprecated.
 
setStartIndex(int) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.ContainerFactory_backup
Deprecated.
 
setString(String) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.VariableString
Deprecated.
 
setStringProperty(String, String, boolean) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
Deprecated.
!!!This method should not be used, or should be reimplemented first!!! It doesn't fire the callbacks at all and replaces the Property with a new one, which discards all callbacks and negatively alters some other functionality. Use getPropertyByName(name).setValue(value) instead.
setSuperMenu(Menu) - Method in class InstrumentationPlatformGUI.KeyInput.Menu
Set the menu, which should be opened, when this one is closed.
setUniqueNames(boolean) - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Set, whether UniqueNames of components are shown (true) or if the human readable names are shown (false).
setValue(float) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.Variable
Deprecated.
 
setValue(float) - Method in class InstrumentationPlatformGUI.Elements.GUIChart
 
setValue(float) - Method in class InstrumentationPlatformGUI.Elements.GUICheckBox
Deprecated.
 
setValue(int) - Method in class InstrumentationPlatformGUI.Elements.GUIDisplay
 
setValue(float) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
Set the Value Property to a new number, firing the Java callbacks as well as CLUC callbacks afterwards.
setValue(int) - Method in class InstrumentationPlatformGUI.Elements.GUINumericUpDown
 
setValue(int) - Method in class InstrumentationPlatformGUI.Elements.GUIPID
Set the current regulation error - provide the input to the regulator.
setValue(int) - Method in class InstrumentationPlatformGUI.Elements.GUISlider
 
setValue(int) - Method in class InstrumentationPlatformGUI.Elements.GUIStatsDisplay
 
setValue(int) - Method in class InstrumentationPlatformGUI.Elements.GUITimer
 
setValue(T) - Method in class InstrumentationPlatformGUI.Properties.Property
Set the value, firing both Java and User callbacks.
setValue(T, boolean, boolean) - Method in class InstrumentationPlatformGUI.Properties.Property
Sets the value property, then optionally fires Java callback, then optionally fires user code.
setValueSilent(T) - Method in class InstrumentationPlatformGUI.Properties.Property
Sets the value silently, that is, without firing any callbacks.
setVisible(boolean) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
 
setWrite(boolean) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.Variable
Deprecated.
 
setXml(byte[]) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.AbstractContainerFactory
Deprecated.
 
setXml(byte[]) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.ContainerFactory
Deprecated.
 
setXml(byte[]) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.ContainerFactory_backup
Deprecated.
 
shortDesc() - Method in class InstrumentationPlatformGUI.Communication.Obsolete.Container
Deprecated.
 
shortDesc() - Method in class InstrumentationPlatformGUI.Communication.Obsolete.Module
Deprecated.
 
shortDesc() - Method in class InstrumentationPlatformGUI.Communication.Obsolete.Register
Deprecated.
 
shortDesc() - Method in class InstrumentationPlatformGUI.Elements.GUIChart
 
shortDesc() - Method in class InstrumentationPlatformGUI.Elements.GUICheckBox
Deprecated.
 
shortDesc() - Method in class InstrumentationPlatformGUI.Elements.GUIDisplay
 
shortDesc() - Method in class InstrumentationPlatformGUI.Elements.GUIelement
Deprecated.
@return a short description of this GUI element.
shortDesc() - Method in class InstrumentationPlatformGUI.Elements.GUINumericUpDown
 
shortDesc() - Method in class InstrumentationPlatformGUI.Elements.GUIPID
 
shortDesc() - Method in class InstrumentationPlatformGUI.Elements.GUISlider
 
shortDesc() - Method in class InstrumentationPlatformGUI.Elements.GUIStatsDisplay
 
shortDesc() - Method in class InstrumentationPlatformGUI.Elements.GUITimer
 
showEditor() - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Open the internal user code editor window, if not already open; otherwise, brings it to front.
showError(String) - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Show given text at the statusWindow, at the bottom.
showMenu() - Method in class InstrumentationPlatformGUI.KeyInput.Menu
Display this Menu in the statusWindow of the respective GUIPanel.
showMenu() - Method in class InstrumentationPlatformGUI.KeyInput.RegisterSelectionMenu
 
showText(String) - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Show given text at the statusWindow, at the bottom.
showUniqueNames() - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Returns, whether UniqueNames of components are shown (true) or if the human readable names are shown (false).
SimpleDoubleParser - Class in InstrumentationPlatformGUI.CompilerExtensions
A utility class for parsing text containing multiple Doubles at once.
SimpleDoubleParser() - Constructor for class InstrumentationPlatformGUI.CompilerExtensions.SimpleDoubleParser
 
SinUserFunctionToken - Class in InstrumentationPlatformGUI.clucFunctions.MathFunctions
CLUC function, used to compute a sin of an argument in radians.
SinUserFunctionToken(String) - Constructor for class InstrumentationPlatformGUI.clucFunctions.MathFunctions.SinUserFunctionToken
 
SinUserFunctionTokenFactory - Class in InstrumentationPlatformGUI.clucFunctions.MathFunctions
 
SinUserFunctionTokenFactory() - Constructor for class InstrumentationPlatformGUI.clucFunctions.MathFunctions.SinUserFunctionTokenFactory
 
SLIDER - Static variable in class InstrumentationPlatformGUI.Elements.GUIelement
 
SliderFactory - Class in InstrumentationPlatformGUI.Communication.Obsolete
Deprecated. 
SliderFactory() - Constructor for class InstrumentationPlatformGUI.Communication.Obsolete.SliderFactory
Deprecated.
 
SqrtUserFunctionToken - Class in InstrumentationPlatformGUI.clucFunctions.MathFunctions
CLUC function, used to compute a square root of the argument.
SqrtUserFunctionToken(String) - Constructor for class InstrumentationPlatformGUI.clucFunctions.MathFunctions.SqrtUserFunctionToken
 
SqrtUserFunctionTokenFactory - Class in InstrumentationPlatformGUI.clucFunctions.MathFunctions
 
SqrtUserFunctionTokenFactory() - Constructor for class InstrumentationPlatformGUI.clucFunctions.MathFunctions.SqrtUserFunctionTokenFactory
 
start(Stage) - Method in class InstrumentationPlatformGUI.Main
 
startComms() - Static method in class InstrumentationPlatformGUI.Communication.TwoWaySerialComm
Deprecated.
 
startRecording() - Method in class InstrumentationPlatformGUI.Elements.GUIChart
Starts an automatic recording of all relevant lines.
startRecordingMacro(String) - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Start recording the keypresses that are about to follow as a string inside a register, letter of which is determined by the argument provided.
startStopSampling() - Method in class InstrumentationPlatformGUI.Elements.GUIPID
Start or stop the automatic sampling of data.
startStopSampling() - Method in class InstrumentationPlatformGUI.Elements.GUITimer
Toggle between the timer running and stopped.
startUndoGroup() - Method in class InstrumentationPlatformGUI.Managers.EditHistoryManager
Indicate that the next actions recorded by calls to the addAction method, up to the first call to the endUndoGroup function, should be treated as a single action (undone at once, when requested).
stopEditing() - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Return to normal mode, halting the ongoing edits of a component.
stopRecording() - Method in class InstrumentationPlatformGUI.Elements.GUIChart
Stops recording of all lines.
stopRecordingMacro() - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Stop recording the current macro if any is being recorded.
StringProperty - Class in InstrumentationPlatformGUI.Elements
Property of type float.
StringProperty(int, String, String, GUIelement) - Constructor for class InstrumentationPlatformGUI.Elements.StringProperty
 
Subscriber - Interface in InstrumentationPlatformGUI.Communication.Obsolete
Deprecated.
An old class related to the old way communications were handled
subscribeToAll() - Method in interface InstrumentationPlatformGUI.Communication.Obsolete.Subscriber
Deprecated.
 
SUBTRACT_ON_MATCH - Static variable in class InstrumentationPlatformGUI.RegexUtils
 
SUBTRACT_ON_MISMATCH - Static variable in class InstrumentationPlatformGUI.RegexUtils
 
suggestClosing() - Method in class InstrumentationPlatformGUI.KeyInput.Menu
Close this Menu if it is not persistent, do nothing otherwise.
SyncRequest - Class in InstrumentationPlatformGUI.Communication.Obsolete
Deprecated.
An old class related to the old way communications were handled
SyncRequest() - Constructor for class InstrumentationPlatformGUI.Communication.Obsolete.SyncRequest
Deprecated.
 
A B C D E F G H I J K M N O P R S T U V W X Y 
Skip navigation links