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 

R

read() - Method in interface InstrumentationPlatformGUI.Communication.Obsolete.ICommunicator
Deprecated.
 
read() - Method in class InstrumentationPlatformGUI.Communication.Obsolete.SerialCommunicatorObsolete
Deprecated.
 
readByte() - Method in interface InstrumentationPlatformGUI.Communication.Obsolete.ICommunicator
Deprecated.
Read as single byte.
readByte() - Method in class InstrumentationPlatformGUI.Communication.Obsolete.SerialCommunicatorObsolete
Deprecated.
 
readBytes(int, int) - Method in interface InstrumentationPlatformGUI.Communication.Obsolete.ICommunicator
Deprecated.
 
readBytes(int, int) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.SerialCommunicatorObsolete
Deprecated.
 
readOrDie(int, long) - Method in class InstrumentationPlatformGUI.Communication.SerialCommunicator.SerialReader
Try reading some bytes from the serial port we are connected to, returning them as an array of integers from 0 to 255; If we have been waiting for too long, throw a TimeoutException instead
READOUT - Static variable in class InstrumentationPlatformGUI.Elements.GUIelement
 
recalculateUniqueName(GUITab) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
Regenerate the UniqueName, based on the current user readable name and current tab.
recompile() - Method in class InstrumentationPlatformGUI.Properties.Property
Recompile the CLUC code snippets, used to call the getter and setter CLUC callbacks of this Property , if possible (that is, if the respective bodies of the getter and setter are present in the user code).
recompileEvents() - Method in class InstrumentationPlatformGUI.Elements.GUIChart
 
recompileEvents() - Method in class InstrumentationPlatformGUI.Elements.GUIelement
Compile the bytecode for all CLUC events, that can be fired by this GUIelement, including the getters and setters of the individual Property objects.
recompileEvents() - Method in class InstrumentationPlatformGUI.Elements.GUIPID
 
recompileEvents() - Method in class InstrumentationPlatformGUI.Elements.GUITimer
 
recompileEventsForAll() - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Instruct all components to recompile the bytecode of their callbacks.
recompileUserCode() - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Recompile the user code into a bytecode using the GUICompiler.
RegexUtils - Class in InstrumentationPlatformGUI
A helper class for searching and filtering between GUIelements.
RegexUtils() - Constructor for class InstrumentationPlatformGUI.RegexUtils
 
Register - Class in InstrumentationPlatformGUI.Communication.Obsolete
Deprecated.
This is a now deprecated class related to the old way communication and parsing of GUI element lists was handled. It has nothing to do with the Vim register concept (as used by methods such as GUIPanel.getRegisterContent(java.lang.String)).
Register() - Constructor for class InstrumentationPlatformGUI.Communication.Obsolete.Register
Deprecated.
 
RegisterAction - Class in InstrumentationPlatformGUI.KeyInput
Deprecated.
Now deprecated class, related to the old way register access was handled. Still used in some places of the code, but should be removed ASAP.
RegisterAction() - Constructor for class InstrumentationPlatformGUI.KeyInput.RegisterAction
Deprecated.
 
RegisterAction(String) - Constructor for class InstrumentationPlatformGUI.KeyInput.RegisterAction
Deprecated.
 
RegisterActionMenu - Class in InstrumentationPlatformGUI.KeyInput
Deprecated.
Now deprecated class, related to the old way register access was handled. Still used in some places of the code, but should be removed ASAP.
RegisterActionMenu(GUIPanel, String) - Constructor for class InstrumentationPlatformGUI.KeyInput.RegisterActionMenu
Deprecated.
 
RegisterFactory - Class in InstrumentationPlatformGUI.Communication.Obsolete
Deprecated.
This is a now deprecated class related to the old way communication and parsing of GUI element lists was handled. It has nothing to do with the Vim register concept (as used by methods such as GUIPanel.getRegisterContent(java.lang.String)).
RegisterFactory() - Constructor for class InstrumentationPlatformGUI.Communication.Obsolete.RegisterFactory
Deprecated.
 
registerGUIelement(GUIelement) - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Inform this GUIPanel about a new GUIelement.
RegisterRelatedGlobalActionsPreparer - Class in InstrumentationPlatformGUI.ShortcutPreparers
An IKeyboardShortcutPreparer for preparing keyboard shortcuts, related to registers.
RegisterRelatedGlobalActionsPreparer() - Constructor for class InstrumentationPlatformGUI.ShortcutPreparers.RegisterRelatedGlobalActionsPreparer
 
RegisterSelectionMenu - Class in InstrumentationPlatformGUI.KeyInput
Menu that lets the user choose one register and then either runs a specific RegisterAction, passing the name of the register to it, or opens a RegisterActionMenu, passing the register name to it, so that when a RegisterAction of the RegisterActionMenu is run later, it gets passed the corresponding register.
RegisterSelectionMenu(GUIPanel, String, RegisterAction) - Constructor for class InstrumentationPlatformGUI.KeyInput.RegisterSelectionMenu
 
RegisterSelectionMenu(GUIPanel, String, RegisterActionMenu) - Constructor for class InstrumentationPlatformGUI.KeyInput.RegisterSelectionMenu
 
RegistersUserFunctionToken - Class in InstrumentationPlatformGUI.clucFunctions.RegisterFunctions
CLUC function to display the content of all registers in the status window of the GUIPanel.
RegistersUserFunctionToken(String) - Constructor for class InstrumentationPlatformGUI.clucFunctions.RegisterFunctions.RegistersUserFunctionToken
 
RegistersUserFunctionTokenFactory - Class in InstrumentationPlatformGUI.clucFunctions.RegisterFunctions
 
RegistersUserFunctionTokenFactory() - Constructor for class InstrumentationPlatformGUI.clucFunctions.RegisterFunctions.RegistersUserFunctionTokenFactory
 
removeAllTags() - Method in class InstrumentationPlatformGUI.Elements.GUIelement
Remove all the tags, assigned to this GUIelement
removeGUIelement(int) - Method in class InstrumentationPlatformGUI.Elements.GUITab
Remove the GUIelement on the provided index in GUIList if any; ignore otherwise.
removeSubscriber(Subscriber) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.Variable
Deprecated.
 
removeTags(String) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
Remove all tags, letter of which matches one of the letters in the provided string
repeatInverseOfLastJump() - Method in class InstrumentationPlatformGUI.Managers.JumpHistoryManager
Take the last JumpAction, added by the JumpHistoryManager.addAction(InstrumentationPlatformGUI.JumpAction) method and repeat the inverse of it, by calling its JumpAction#doInverseAction().
repeatLastJump() - Method in class InstrumentationPlatformGUI.Managers.JumpHistoryManager
Take the last JumpAction, added by the JumpHistoryManager.addAction(InstrumentationPlatformGUI.JumpAction) method and repeat it, by calling its JumpAction#doAction().
Request<type> - Class in InstrumentationPlatformGUI.Communication.Obsolete
Deprecated.
This class has now been replaced by the class
Request(ICommunicator) - Constructor for class InstrumentationPlatformGUI.Communication.Obsolete.Request
Deprecated.
Static constructor, sets the communicator
Request() - Constructor for class InstrumentationPlatformGUI.Communication.Obsolete.Request
Deprecated.
 
Request.RequestPoster - Class in InstrumentationPlatformGUI.Communication.Obsolete
Deprecated.
 
requestByte(byte, byte) - Static method in class InstrumentationPlatformGUI.Communication.TwoWaySerialComm
Deprecated.
 
RequestNew - Class in InstrumentationPlatformGUI.Communication
Abstraction of a request, sent by the connected module.
RequestNew(int[], GUIPanel) - Constructor for class InstrumentationPlatformGUI.Communication.RequestNew
 
RequestPoster() - Constructor for class InstrumentationPlatformGUI.Communication.Obsolete.Request.RequestPoster
Deprecated.
 
requestRepaint() - Method in class InstrumentationPlatformGUI.Elements.GUIelement
Call the GUITab this GUIelement is placed on and request it to repaint it sometime later.
requestXml(byte) - Static method in class InstrumentationPlatformGUI.Communication.TwoWaySerialComm
Deprecated.
 
reset() - Method in class InstrumentationPlatformGUI.PlotLine
Revert this PlotLine to the default state, discarding the data.
resetCurrentCommandText() - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Reset the string, which stores all the keypresses that occured before a command was run to an empty string.
resetRepeatCount() - Method in class InstrumentationPlatformGUI.Elements.GUIPanel
Resets the repeat count
resetRepeatCount() - Method in interface InstrumentationPlatformGUI.IRepetitionCounter
Deprecated.
 
resolve(ICommunicator) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.ByteRequest
Deprecated.
 
resolve(ICommunicator) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.ByteWriteRequest
 
resolve(ICommunicator) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.Request
Deprecated.
 
resolve(ICommunicator) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.SyncRequest
Deprecated.
 
resolve() - Method in class InstrumentationPlatformGUI.Communication.RequestNew
Take the request and resolve it, doing the action this request asks us to do.
resolveRequest(RequestNew) - Method in class InstrumentationPlatformGUI.Communication.PacketHandler
Analyze the RequestNew provided, and decide, which Resolver should be used to resolve it.
RGBAUserFunctionToken - Class in InstrumentationPlatformGUI.clucFunctions
CLUC function, which returns a float representation of a Color, given the r, g, b, a channels as an integer from 0 to 255.
RGBAUserFunctionToken(String) - Constructor for class InstrumentationPlatformGUI.clucFunctions.RGBAUserFunctionToken
 
RGBAUserFunctionTokenFactory - Class in InstrumentationPlatformGUI.clucFunctions
 
RGBAUserFunctionTokenFactory() - Constructor for class InstrumentationPlatformGUI.clucFunctions.RGBAUserFunctionTokenFactory
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.CastFunctions.CastToByteUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.CastFunctions.CastToIntUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.CodeUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.ConnectToUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.ElementRelatedFunctions.FindGUIElementByNameUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.ElementRelatedFunctions.HasTagUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.ElementRelatedFunctions.newDisplayUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.ElementRelatedFunctions.newSliderUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.ElementRelatedFunctions.newTabUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.EvalAtUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.KeyPressFunctions.SendGlobalKeysUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.KeyPressFunctions.SendKeysUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.MappingFunctions.InstanceMapUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.MappingFunctions.MapUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.MappingFunctions.TypeMapUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.MathFunctions.CosUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.MathFunctions.SinUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.MathFunctions.SqrtUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.PrintFunctions.PrintNumberUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.PrintFunctions.PrintTextUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.PropertyFunctions.GetFloatPropertyUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.PropertyFunctions.getGEValUserFunctionToken
Deprecated.
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.PropertyFunctions.GetIntPropertyUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.PropertyFunctions.GetLinePropertyUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.PropertyFunctions.GetPropertyIDByNameUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.PropertyFunctions.SetFloatPropertyUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.PropertyFunctions.SetGEValUserFunctionToken
Deprecated.
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.PropertyFunctions.SetIntPropertyUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.PropertyFunctions.SetLinePropertyUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.RegisterFunctions.AddToRegisterUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.RegisterFunctions.CopyRegisterUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.RegisterFunctions.RegistersUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.RegisterFunctions.setRegisterUserFunctionToken
 
run(VirtualMachine) - Method in class InstrumentationPlatformGUI.clucFunctions.RGBAUserFunctionToken
 
run() - Method in class InstrumentationPlatformGUI.Communication.Obsolete.Request.RequestPoster
Deprecated.
 
run() - Method in class InstrumentationPlatformGUI.Communication.TwoWaySerialComm.SerialWriter
Deprecated.
 
run(Property<T>) - Method in class InstrumentationPlatformGUI.Properties.PropertyCallback
 
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