Serialized Form


Package JIMSCore

Class JIMSCore.InvalidCommandUseException implements Serializable

Class JIMSCore.SimulatorException implements Serializable


Package JIMSwingGUI

Class JIMSwingGUI.BreakpointEditDialog implements Serializable

Serialized Fields

commandProcessor

CommandProcessor commandProcessor

crb

CommandResultBuffer crb

addButton

javax.swing.JButton addButton

remove

javax.swing.JButton remove

closeButton

javax.swing.JButton closeButton

breakpointList

javax.swing.JList breakpointList

addField

javax.swing.JTextField addField

removeField

javax.swing.JTextField removeField

breakpoints

java.util.Vector breakpoints

Class JIMSwingGUI.CommandConsoleWindow implements Serializable

Serialized Fields

parentWindow

TopLevelWindow parentWindow

contentPane

javax.swing.JPanel contentPane

inputPane

javax.swing.JPanel inputPane

intermediatePane

javax.swing.JPanel intermediatePane

inputLine

javax.swing.JTextField inputLine

inputButton

javax.swing.JButton inputButton

outputArea

javax.swing.JTextArea outputArea

commandProcessor

CommandProcessor commandProcessor

commandResultBuffer

CommandResultBuffer commandResultBuffer

Class JIMSwingGUI.HelpWindow implements Serializable

Serialized Fields

backButton

javax.swing.JButton backButton

contentsButton

javax.swing.JButton contentsButton

closeButton

javax.swing.JButton closeButton

backList

java.util.Vector backList

contentsURL

java.net.URL contentsURL

parentWindow

TopLevelWindow parentWindow

helpContents

javax.swing.JEditorPane helpContents

scroller

javax.swing.JScrollPane scroller

Class JIMSwingGUI.InputDialog implements Serializable

Serialized Fields

commandProcessor

CommandProcessor commandProcessor

contentPane

javax.swing.JPanel contentPane

intermediatePane

javax.swing.JPanel intermediatePane

value

javax.swing.JTextField value

accept

javax.swing.JButton accept

cancel

javax.swing.JButton cancel

returnValue

java.lang.String returnValue

Class JIMSwingGUI.MemoryEditDialog implements Serializable

Serialized Fields

commandProcessor

CommandProcessor commandProcessor

parent

TopLevelWindow parent

memoryStart

javax.swing.JTextField memoryStart

memoryEnd

javax.swing.JTextField memoryEnd

value

javax.swing.JTextField value

applyButton

javax.swing.JButton applyButton

closeButton

javax.swing.JButton closeButton

returnValue

java.lang.String returnValue

Class JIMSwingGUI.MultistepBackwardDialog implements Serializable

Serialized Fields

commandProcessor

CommandProcessor commandProcessor

value

javax.swing.JTextField value

stepButton

javax.swing.JButton stepButton

cancelButton

javax.swing.JButton cancelButton

returnValue

int returnValue

Class JIMSwingGUI.MultistepForwardDialog implements Serializable

Serialized Fields

commandProcessor

CommandProcessor commandProcessor

value

javax.swing.JTextField value

stepButton

javax.swing.JButton stepButton

cancelButton

javax.swing.JButton cancelButton

returnValue

int returnValue

Class JIMSwingGUI.RegisterEditDialog implements Serializable

Serialized Fields

parent

TopLevelWindow parent

commandProcessor

CommandProcessor commandProcessor

setList

java.util.Vector setList

value

javax.swing.JTextField value

regList

javax.swing.JComboBox regList

setListBox

javax.swing.JComboBox setListBox

applyButton

javax.swing.JButton applyButton

closeButton

javax.swing.JButton closeButton

returnValue

java.lang.String returnValue

Class JIMSwingGUI.SettingsDialog implements Serializable

Serialized Fields

parent

TopLevelWindow parent

GPRHexButton

javax.swing.JRadioButton GPRHexButton

GPRDecimalButton

javax.swing.JRadioButton GPRDecimalButton

SFPHexButton

javax.swing.JRadioButton SFPHexButton

SFPDecimalButton

javax.swing.JRadioButton SFPDecimalButton

DFPHexButton

javax.swing.JRadioButton DFPHexButton

DFPDecimalButton

javax.swing.JRadioButton DFPDecimalButton

ignoreInvalidAT

javax.swing.JCheckBox ignoreInvalidAT

applyButton

javax.swing.JButton applyButton

closeButton

javax.swing.JButton closeButton

Class JIMSwingGUI.SourceListCellRenderer implements Serializable

Class JIMSwingGUI.SourceListSelectionModel implements Serializable

Class JIMSwingGUI.Splashscreen implements Serializable

Class JIMSwingGUI.TopLevelWindow implements Serializable

Serialized Fields

menuBar

javax.swing.JMenuBar menuBar

fileMenu

javax.swing.JMenu fileMenu

open

javax.swing.JMenuItem open

exit

javax.swing.JMenuItem exit

simulatorMenu

javax.swing.JMenu simulatorMenu

singleStepF

javax.swing.JMenuItem singleStepF

singleStepB

javax.swing.JMenuItem singleStepB

multipleStepF

javax.swing.JMenuItem multipleStepF

multipleStepB

javax.swing.JMenuItem multipleStepB

stop

javax.swing.JMenuItem stop

runF

javax.swing.JMenuItem runF

runB

javax.swing.JMenuItem runB

reset

javax.swing.JMenuItem reset

breakpoints

javax.swing.JMenuItem breakpoints

registerModify

javax.swing.JMenuItem registerModify

memoryModify

javax.swing.JMenuItem memoryModify

status

javax.swing.JMenuItem status

commandConsole

javax.swing.JMenuItem commandConsole

settings

javax.swing.JMenuItem settings

windowMenu

javax.swing.JMenu windowMenu

showRegisterWindow

javax.swing.JCheckBoxMenuItem showRegisterWindow

showMemoryWindow

javax.swing.JCheckBoxMenuItem showMemoryWindow

showSourceWindow

javax.swing.JCheckBoxMenuItem showSourceWindow

showConsoleWindow

javax.swing.JCheckBoxMenuItem showConsoleWindow

resetAllWindows

javax.swing.JMenuItem resetAllWindows

helpMenu

javax.swing.JMenu helpMenu

helpContents

javax.swing.JMenuItem helpContents

about

javax.swing.JMenuItem about

registerWindow

javax.swing.JInternalFrame registerWindow

registerList

javax.swing.JList registerList

registerPane

javax.swing.JScrollPane registerPane

memoryWindow

javax.swing.JInternalFrame memoryWindow

memoryPane

javax.swing.JScrollPane memoryPane

memoryList

javax.swing.JList memoryList

sourceWindow

javax.swing.JInternalFrame sourceWindow

sourceList

javax.swing.JList sourceList

sourcePane

javax.swing.JScrollPane sourcePane

consoleWindow

javax.swing.JInternalFrame consoleWindow

consolePane

javax.swing.JScrollPane consolePane

consoleText

javax.swing.JTextArea consoleText

topInsets

java.awt.Insets topInsets

desktopInsets

java.awt.Insets desktopInsets

toolBar

javax.swing.JToolBar toolBar

openButton

javax.swing.JButton openButton

goFButton

javax.swing.JButton goFButton

goBButton

javax.swing.JButton goBButton

stopButton

javax.swing.JButton stopButton

stepForwardButton

javax.swing.JButton stepForwardButton

multiStepForwardButton

javax.swing.JButton multiStepForwardButton

stepBackButton

javax.swing.JButton stepBackButton

multiStepBackButton

javax.swing.JButton multiStepBackButton

settingsButton

javax.swing.JButton settingsButton

contentPane

javax.swing.JPanel contentPane

desktopPane

javax.swing.JDesktopPane desktopPane

registersContent

java.lang.StringBuffer registersContent

openDir

java.lang.String openDir
Directory from which a file was last opened.

applicationX

int applicationX
The application's X coordinate.

applicationY

int applicationY
The application's Y coordinate.

applicationWidth

int applicationWidth
The application window's width.

applicationHeight

int applicationHeight
The application window's height.

registersX

int registersX
The register window's X coordinate.

registersY

int registersY
The register window's Y coordinate.

registersWidth

int registersWidth
The register window's width.

registersHeight

int registersHeight
The register window's height.

memoryX

int memoryX
The memory window's X coordinate.

memoryY

int memoryY
The memory window's Y coordinate.

memoryWidth

int memoryWidth
The memory window's width.

memoryHeight

int memoryHeight
The memory window's height.

sourceX

int sourceX
The source window's X coordinate.

sourceY

int sourceY
The source window's Y coordinate.

sourceWidth

int sourceWidth
The source window's width.

sourceHeight

int sourceHeight
The source window's height.

consoleX

int consoleX
The console window's X coordinate.

consoleY

int consoleY
The console window's Y coordinate.

consoleWidth

int consoleWidth
The console window's width.

consoleHeight

int consoleHeight
The console window's height.

desktopPaneWidth

int desktopPaneWidth

desktopPaneHeight

int desktopPaneHeight

sourceCode

java.util.Vector sourceCode

sourceLinks

java.util.Vector sourceLinks

commandProcessor

CommandProcessor commandProcessor

commandResultBuffer

CommandResultBuffer commandResultBuffer

simExecutionThread

TopLevelWindow.runThread simExecutionThread

shouldRun

boolean shouldRun

fileLoaded

boolean fileLoaded

showMoreErrors

boolean showMoreErrors

GPRHex

boolean GPRHex
Defines if the General Purpose Registers should be displayed in hexadecimal.

SFPHex

boolean SFPHex
Defines if the Single Precision Floating Point Registers should be displayed in hexadecimal.

DFPHex

boolean DFPHex
Defines if the Double Precision Floating Point Registers should be displayed in hexadecimal.

ignoreInvalidAT

boolean ignoreInvalidAT
Defines if invalid use of the $at register should be ignored.

registerWindowIsIcon

boolean registerWindowIsIcon

memoryWindowIsIcon

boolean memoryWindowIsIcon

sourceWindowIsIcon

boolean sourceWindowIsIcon

consoleWindowIsIcon

boolean consoleWindowIsIcon

xCorrection

int xCorrection

yCorrection

int yCorrection