Uses of Class
mars.venus.Coprocessor1Window
Packages that use Coprocessor1Window
-
Uses of Coprocessor1Window in mars.venus
Methods in mars.venus that return Coprocessor1WindowModifier and TypeMethodDescriptionExecutePane.getCoprocessor1Window()
Access the coprocessor1 values window.RegistersPane.getCoprocessor1Window()
Return component containing coprocessor 1 (floating point) register set.Constructors in mars.venus with parameters of type Coprocessor1WindowModifierConstructorDescriptionExecutePane(VenusUI mainUI, RegistersWindow regs, Coprocessor1Window cop1Regs, Coprocessor0Window cop0Regs)
initialize the Execute pane with major componentsMainPane(VenusUI appFrame, Editor editor, RegistersWindow regs, Coprocessor1Window cop1Regs, Coprocessor0Window cop0Regs)
Constructor for the MainPane class.RegistersPane(VenusUI appFrame, RegistersWindow regs, Coprocessor1Window cop1, Coprocessor0Window cop0)
Constructor for the RegistersPane class.