A B C D E F G H I J K L M N O P R S T U V W

R

RBRACK - Static variable in class edu.wpi.ebob.model.parser.TokenType
']' token
RCURLY - Static variable in class edu.wpi.ebob.model.parser.TokenType
'}' token
refresh() - Method in class edu.wpi.ebob.views.PropertiesView
Refreshes the view.
refreshLabelColors() - Method in class edu.wpi.ebob.internal.gui.Instance
Sets the background color of the labels to the current background color.
refreshLabelDetails() - Method in class edu.wpi.ebob.internal.gui.Instance
Sets the bounds and text for the labels, dependent on the size of the control.
refreshPropertiesView() - Method in class edu.wpi.ebob.actions.ExecuteMethodAction
 
registry - Variable in class edu.wpi.ebob.internal.jem.JEMClassManager
 
RemoteException - Exception in edu.wpi.ebob.model.cm
 
RemoteException() - Constructor for exception edu.wpi.ebob.model.cm.RemoteException
 
RemoteException(String) - Constructor for exception edu.wpi.ebob.model.cm.RemoteException
 
RemoteException(Throwable) - Constructor for exception edu.wpi.ebob.model.cm.RemoteException
 
RemoteException(String, Throwable) - Constructor for exception edu.wpi.ebob.model.cm.RemoteException
 
removeAll() - Method in class edu.wpi.ebob.model.ObjectBench
Clears the Object Bench, removing all objects from the bench.
removeClassManagerListener(IClassManagerListener) - Method in class edu.wpi.ebob.internal.jem.JEMClassManager
 
removeClassManagerListener(IClassManagerListener) - Method in interface edu.wpi.ebob.model.cm.IClassManager
 
removeDependent(ObjectBench.Obj) - Method in class edu.wpi.ebob.model.ObjectBench.Obj
 
RemoveInstanceAction - Class in edu.wpi.ebob.actions
Removes the instance currently selected in the Object Bench.
RemoveInstanceAction() - Constructor for class edu.wpi.ebob.actions.RemoveInstanceAction
Constructs new RemoveInstanceAction using the ObjBenchView's selection provider.
RemoveInstanceAction(ISelectionProvider) - Constructor for class edu.wpi.ebob.actions.RemoveInstanceAction
Creates a new RemoveInstanceAction using the given selection provider.
RemoveInstanceAction(Instance) - Constructor for class edu.wpi.ebob.actions.RemoveInstanceAction
Creates a new RemoveInstanceAction for the purpose of removing the specified instance.
removeInstanceAction - Variable in class edu.wpi.ebob.views.ObjBenchView
action for removing an instance
RemoveInstanceDialog - Class in edu.wpi.ebob.internal.gui.dialogs
 
RemoveInstanceDialog(Shell, Instance) - Constructor for class edu.wpi.ebob.internal.gui.dialogs.RemoveInstanceDialog
 
removeObject(String) - Method in class edu.wpi.ebob.model.ObjectBench
removes an object with the specified name from the Object Bench.
removeObjectBenchListener(ObjectBenchListener) - Method in class edu.wpi.ebob.model.ObjectBench
Removes the specified object bench listener so that it no longer receives events from the Object Bench.
removeObjectCascade(String) - Method in class edu.wpi.ebob.model.ObjectBench
Removes the object from the object bench.
removeObjectForced(String) - Method in class edu.wpi.ebob.model.ObjectBench
Removes the object name from the Object Bench.
removeObjects(IClass) - Method in class edu.wpi.ebob.model.ObjectBench
Removes all objects of the specified class.
removeParameterChangeListener(ParameterChangeListener) - Method in class edu.wpi.ebob.internal.gui.utils.ParameterTableViewer
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class edu.wpi.ebob.internal.gui.InstanceContainer
 
resetPropertyValue(Object) - Method in class edu.wpi.ebob.internal.gui.InstancePropertySource
Does nothing.
resolveArray(IClass, IObject[]) - Method in class edu.wpi.ebob.internal.jem.JEMClassManager
 
resolveArray(IClass, IObject[]) - Method in interface edu.wpi.ebob.model.cm.IClassManager
Returns an array object using the IArray form.
resolveObject(IClass, String) - Method in class edu.wpi.ebob.internal.jem.JEMClassManager
Returns an object of type returnType based on the given expression, if such an expression can resolve to that returnType.
resolveObject(IClass, String) - Method in interface edu.wpi.ebob.model.cm.IClassManager
Returns an object of type returnType based on the given expression, if such an expression can resolve to that returnType.
resolveValue(boolean) - Method in class edu.wpi.ebob.internal.jem.JEMClassManager
 
resolveValue(int) - Method in class edu.wpi.ebob.internal.jem.JEMClassManager
 
resolveValue(double) - Method in class edu.wpi.ebob.internal.jem.JEMClassManager
 
resolveValue(char) - Method in class edu.wpi.ebob.internal.jem.JEMClassManager
 
resolveValue(String) - Method in class edu.wpi.ebob.internal.jem.JEMClassManager
 
resolveValue(boolean) - Method in interface edu.wpi.ebob.model.cm.IClassManager
Returns an IObject representing a primitive boolean value.
resolveValue(int) - Method in interface edu.wpi.ebob.model.cm.IClassManager
Returns an IObject representing a primitive integer value.
resolveValue(double) - Method in interface edu.wpi.ebob.model.cm.IClassManager
Returns an IObject representing a primitive double value.
resolveValue(char) - Method in interface edu.wpi.ebob.model.cm.IClassManager
Returns an IObject representing a primitive char value.
resolveValue(String) - Method in interface edu.wpi.ebob.model.cm.IClassManager
Returns an IObject representing a primitive String value.
resourceBundle - Variable in class edu.wpi.ebob.ObjBenchPlugin
 
resourceChanged(IResourceChangeEvent) - Method in class edu.wpi.ebob.internal.jem.JEMClassManager.JavaClassChangeListener
 
result - Variable in class edu.wpi.ebob.internal.gui.dialogs.MethodResultDialog
 
result - Variable in class edu.wpi.ebob.model.Parameter
 
returnCode - Variable in class edu.wpi.ebob.internal.gui.dialogs.RemoveInstanceDialog
 
returnType - Variable in class edu.wpi.ebob.model.Parameter
 
ReturnValueNode - Class in edu.wpi.ebob.internal.inspect
A Return value node represents an object that is returned from a computation, which can be unnamed.
ReturnValueNode(IClass, IObject) - Constructor for class edu.wpi.ebob.internal.inspect.ReturnValueNode
 
RootNode - Class in edu.wpi.ebob.internal.inspect
Represents the very top node in the table tree viewer in PropertiesView.
RootNode(Instance) - Constructor for class edu.wpi.ebob.internal.inspect.RootNode
adds an InstanceNodeas a child of this node.
RootNode(IClass, IObject) - Constructor for class edu.wpi.ebob.internal.inspect.RootNode
adds a ReturnValueNode as a child of this node.
RPAR - Static variable in class edu.wpi.ebob.model.parser.TokenType
')' token
run() - Method in class edu.wpi.ebob.actions.ClearObjectBenchAction
 
run() - Method in class edu.wpi.ebob.actions.CreateInstanceAction
Runs the wizard for adding objects to the bench.
run() - Method in class edu.wpi.ebob.actions.EditPublicFieldAction
if the current selection in the tree is a public non-final field, an editable text field is placed over it.
run(IAction) - Method in class edu.wpi.ebob.actions.ExecuteAddWizardActionDelegate
 
run() - Method in class edu.wpi.ebob.actions.ExecuteMethodAction
 
run() - Method in class edu.wpi.ebob.actions.InspectInstanceAction
 
run() - Method in class edu.wpi.ebob.actions.RemoveInstanceAction
Removes the selected instance from the bench.

A B C D E F G H I J K L M N O P R S T U V W