Index
All Classes|All Packages|Constant Field Values|Deprecated API|Serialized Form
U
- undo() - Method in class mars.venus.editors.generic.GenericTextArea
-
Undo previous edit
- undo() - Method in class mars.venus.editors.jeditsyntax.JEditBasedTextArea
-
Undo previous edit
- undo() - Method in interface mars.venus.editors.MARSTextEditingArea
- undo() - Method in class mars.venus.editors.rsyntax.RSyntaxBasedTextArea
-
Undo previous edit
- undo() - Method in class mars.venus.EditPane
-
Undo previous edit
- unhighlightAllSteps() - Method in class mars.venus.TextSegmentWindow
-
If any steps are highlighted, this erases the highlighting.
- UNLIMITED_SPEED - Static variable in class mars.venus.RunSpeedPanel
-
Constant that represents unlimited run speed.
- unsignedIntToIntString(int) - Static method in class mars.util.Binary
-
Produce String equivalent of integer value interpreting it as an unsigned integer.
- update(Observable, Object) - Method in class mars.tools.AbstractMarsToolAndApplication
-
Called when receiving notice of access to MIPS memory or registers.
- update(Observable, Object) - Method in class mars.tools.DigitalLabSim
- update(Observable, Object) - Method in class mars.tools.FloatRepresentation
-
Override inherited update() to update display when "attached" register is modified either by MIPS program or by user editing it on the MARS user interface.
- update(Observable, Object) - Method in class mars.tools.MarsBot
- update(Observable, Object) - Method in class mars.tools.ScavengerHunt
- update(Observable, Object) - Method in class mars.venus.Coprocessor0Window
-
Required by Observer interface.
- update(Observable, Object) - Method in class mars.venus.Coprocessor1Window
-
Required by Observer interface.
- update(Observable, Object) - Method in class mars.venus.DataSegmentWindow
-
Required by Observer interface.
- update(Observable, Object) - Method in class mars.venus.EditPane
-
Update, if source code is visible, when Font setting changes.
- update(Observable, Object) - Method in class mars.venus.RegistersWindow
-
Required by Observer interface.
- update(Observable, Object) - Method in class mars.venus.TextSegmentWindow
-
Required by Observer interface.
- updateBaseAddressComboBox() - Method in class mars.venus.DataSegmentWindow
- updateBasicStatements() - Method in class mars.venus.TextSegmentWindow
-
Redisplay the basic statements.
- updateCell(int, int) - Method in class mars.venus.DataSegmentWindow
-
Update data display to show this value (I'm not sure it is being called).
- updateCodeAddresses() - Method in class mars.venus.TextSegmentWindow
-
Redisplay the addresses.
- updateDataAddresses() - Method in class mars.venus.DataSegmentWindow
-
Redisplay the addresses.
- updateDisplay() - Method in class mars.tools.MipsXray
- updateDoubleRegisterValue(int, int) - Method in class mars.venus.Coprocessor1Window
-
This method handles the updating of the GUI.
- updateFloatRegisterValue(int, int, int) - Method in class mars.venus.Coprocessor1Window
-
This method handles the updating of the GUI.
- updateHexaKeyboard(char) - Method in class mars.tools.DigitalLabSim
- updateLabelAddresses() - Method in class mars.venus.LabelsWindow
-
Method to update display of label addresses.
- updateModelForMemoryRange(int) - Method in class mars.venus.DataSegmentWindow
-
Update table model with contents of new memory "chunk".
- updateOneSecondCounter(char) - Method in class mars.tools.DigitalLabSim
- updatePrediction(boolean) - Method in class mars.tools.BHTEntry
-
Updates the entry's history and prediction.
- updatePredictionAtIdx(int, boolean) - Method in class mars.tools.BHTableModel
-
Updates the BHT entry with the outcome of the branch instruction.
- updateRedoState() - Method in class mars.venus.EditPane
-
Update state of Edit menu's Redo menu item.
- updateRegister(int, int) - Static method in class mars.mips.hardware.Coprocessor0
-
Updates the register value whose number is num.
- updateRegister(int, int) - Static method in class mars.mips.hardware.Coprocessor1
-
This method updates the FPU register value who's number is num.
- updateRegister(int, int) - Static method in class mars.mips.hardware.RegisterFile
-
This method updates the register value whose number is num.
- updateRegister(String, int) - Static method in class mars.mips.hardware.Coprocessor0
-
Sets the value of the register given to the value given.
- updateRegister(String, int) - Static method in class mars.mips.hardware.RegisterFile
-
Sets the value of the register given to the value given.
- updateRegisters() - Method in class mars.venus.Coprocessor0Window
-
Update register display using current display base (10 or 16)
- updateRegisters() - Method in class mars.venus.Coprocessor1Window
-
Redisplay registers using current display number base (10 or 16)
- updateRegisters() - Method in class mars.venus.RegistersWindow
-
update register display using current number base (10 or 16)
- updateRegisters(int) - Method in class mars.venus.Coprocessor0Window
-
Update register display using specified display base
- updateRegisters(int) - Method in class mars.venus.Coprocessor1Window
-
Redisplay registers using specified display number base (10 or 16)
- updateRegisters(int) - Method in class mars.venus.RegistersWindow
-
update register display using specified number base (10 or 16)
- updateRegisterValue(int, int, int) - Method in class mars.venus.Coprocessor0Window
-
This method handles the updating of the GUI.
- updateRegisterValue(int, int, int) - Method in class mars.venus.RegistersWindow
-
This method handles the updating of the GUI.
- updateScrollBars() - Method in class mars.venus.editors.jeditsyntax.JEditTextArea
-
Updates the state of the scroll bars.
- updateSevenSegment(int, char) - Method in class mars.tools.DigitalLabSim
- updateStaticFileStatus() - Method in class mars.venus.EditPane
-
Delegates to corresponding FileStatus method
- updateStaticFileStatus() - Method in class mars.venus.FileStatus
-
Update static FileStatus fields with values from this FileStatus object to support legacy code that depends on the static.
- updateSyntaxStyles() - Method in class mars.venus.editors.generic.GenericTextArea
-
Does nothing, but required by the interface.
- updateSyntaxStyles() - Method in class mars.venus.editors.jeditsyntax.JEditBasedTextArea
-
Update the syntax style table, which is obtained from SyntaxUtilities.
- updateSyntaxStyles() - Method in interface mars.venus.editors.MARSTextEditingArea
- updateSyntaxStyles() - Method in class mars.venus.editors.rsyntax.RSyntaxBasedTextArea
- updateUndoState() - Method in class mars.venus.EditPane
-
Update state of Edit menu's Undo menu item.
- updateValues() - Method in class mars.venus.DataSegmentWindow
-
Update data display to show all values
- userHighAddress - Static variable in class mars.mips.hardware.Memory
-
highest address accessible in user (not kernel) mode.
- userInputAlert - Static variable in class mars.Globals
-
String to GUI's RunI/O text area when echoing user input from pop-up dialog.
- usingCompactMemoryConfiguration() - Method in class mars.mips.hardware.Memory
-
Determine whether the current memory configuration has a maximum address that can be stored in 16 bits.
All Classes|All Packages|Constant Field Values|Deprecated API|Serialized Form