jmce - 1_02

Serialized Form


Package jmce

Class jmce.ApplicationFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

cpu

AbstractCPU cpu

tape

TapeFile tape

fc

javax.swing.JFileChooser fc

tapeBar

javax.swing.JProgressBar tapeBar

usage

javax.swing.JLabel usage

restoreRealTime

boolean restoreRealTime

actionTapeLoad

javax.swing.AbstractAction actionTapeLoad

actionTapeListen

javax.swing.AbstractAction actionTapeListen

actionTapePlay

javax.swing.AbstractAction actionTapePlay

actionTapeFast

javax.swing.AbstractAction actionTapeFast

actionTapeStop

javax.swing.AbstractAction actionTapeStop

actionFileLoad

javax.swing.AbstractAction actionFileLoad

actionFileExit

javax.swing.AbstractAction actionFileExit

Class jmce.CommandException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class jmce.JDebug extends ApplicationFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

actionDebugReset

javax.swing.AbstractAction actionDebugReset

actionDebugGo

javax.swing.AbstractAction actionDebugGo

actionDebugStop

javax.swing.AbstractAction actionDebugStop

actionDebugInto

javax.swing.AbstractAction actionDebugInto

actionDebugStep

javax.swing.AbstractAction actionDebugStep

actionToolsProfile

javax.swing.AbstractAction actionToolsProfile

actionToolsInterrupt

javax.swing.AbstractAction actionToolsInterrupt

info

jmce.PanelInfo info

regs

jmce.PanelRegister regs

ass

jmce.PanelAssembly ass

sts

jmce.PanelStatus sts

mem1

jmce.PanelMemory mem1

wat

jmce.PanelBreak wat

bLaf

javax.swing.JRadioButtonMenuItem bLaf

Class jmce.JMonitor extends ApplicationFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

actionToolsStop

javax.swing.AbstractAction actionToolsStop

actionToolsGo

javax.swing.AbstractAction actionToolsGo

actionToolsReset

javax.swing.AbstractAction actionToolsReset

Package jmce.hitachi

Class jmce.hitachi.HD44780 extends JLcd implements Serializable

serialVersionUID: 1L

Serialized Fields

cmdPort

int cmdPort

dataPort

int dataPort

ddramAddress

int ddramAddress

displayRam

int[] displayRam

halfByte

int halfByte

half

boolean half

use8

boolean use8

autoIncDec

boolean autoIncDec

autoInc

boolean autoInc

ddram

boolean ddram

Package jmce.sim

Class jmce.sim.BufferedDeviceProducer extends SampleDeviceProducer<E> implements Serializable

serialVersionUID: 1L

Serialized Fields

buffer

RingBuffer<E> buffer

Class jmce.sim.CPUAbortException extends CPUException implements Serializable

serialVersionUID: 1L

Class jmce.sim.CPUException extends SIMException implements Serializable

serialVersionUID: 1L

Serialized Fields

cpu

CPU cpu

Class jmce.sim.MemoryException extends SIMException implements Serializable

serialVersionUID: 1L

Class jmce.sim.SampleDeviceProducer extends java.util.Vector<DeviceConsumer<E>> implements Serializable

serialVersionUID: 1L

Class jmce.sim.SIMException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class jmce.sim.SIMInterrupted extends SIMException implements Serializable

serialVersionUID: 1L

Class jmce.sim.SIMIOException extends SIMException implements Serializable

serialVersionUID: 1L

Class jmce.sim.SIMSWException extends SIMException implements Serializable

serialVersionUID: 1L


Package jmce.sinclair.spectrum

Class jmce.sinclair.spectrum.KeyboardPanel extends javax.swing.JLabel implements Serializable

serialVersionUID: 1L

Serialized Fields

colorNormal

java.awt.Color colorNormal

colorPressed

java.awt.Color colorPressed

font

java.awt.Font font

pressed

boolean[][] pressed

Class jmce.sinclair.spectrum.ScreenPanel extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

pixelScale

int pixelScale

size

java.awt.Dimension size

image

java.awt.Image image

patterns

java.util.HashMap<K,V> patterns

memoryChanged

RingBuffer<E> memoryChanged
Ring buffer with video memory changed


colorBorder

java.awt.Color colorBorder
New color border


oldBorder

java.awt.Color oldBorder
Current color border


flash

boolean flash

m

Memory m
Screen memory


Package jmce.swing

Class jmce.swing.JBitField extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

bits

jmce.swing.JBitField.JBit[] bits

listeners

java.util.Vector<E> listeners

value

int value

Class jmce.swing.JFixedField extends javax.swing.JTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

len

int len

selected

boolean selected

changedColor

java.awt.Color changedColor

normalColor

java.awt.Color normalColor

Class jmce.swing.JHexField extends JFixedField implements Serializable

serialVersionUID: 1L

Class jmce.swing.JLcd extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

numPages

int numPages
Number of pages


displayPage

int displayPage
Current displayed page


currentPage

int currentPage
Current active page


dotSize

int dotSize
Size of 1 LCD dot in pixel


numRows

int numRows
Numer of rows


numColumns

int numColumns
Number of columns


hSpace

int hSpace
Horizontal space beetween char in dot


vSpace

int vSpace
Vertical space between char in dot


font

BitmapFont font
Current font


colorBack

java.awt.Color colorBack
Color used for background


colorFront

java.awt.Color colorFront
Color used for foreround


colorSpace

java.awt.Color colorSpace
Color used for space


imageChar

java.awt.Image[] imageChar
Array with an image for all char


memory

int[] memory
Array with the screen memory


size

java.awt.Dimension size
Dimension of the component


row

int row
Current cursor position


col

int col
Current cursor position


cursor

boolean cursor
Cursor visible


on

boolean on
Display on


cursorBlink

boolean cursorBlink
Cursor blinking


cursorBlinkStatus

boolean cursorBlinkStatus
Cursor status for blink

Class jmce.swing.JLed extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

width

int width

border

int border

led

boolean led

polarity

boolean polarity

Class jmce.swing.JLeds extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

leds

JLed[] leds

labels

javax.swing.JLabel[] labels

Class jmce.swing.JLongField extends JFixedField implements Serializable

serialVersionUID: 1L

Class jmce.swing.JMatrixKeyboard extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

numRows

int numRows

numCols

int numCols

keysButton

javax.swing.AbstractButton[][] keysButton

keysComponent

javax.swing.JComponent[][] keysComponent

keysString

java.lang.String[][] keysString

keys

int[][] keys

Class jmce.swing.KMemoryChoice extends javax.swing.JComboBox implements Serializable

serialVersionUID: 1L

Serialized Fields

cpu

CPU cpu

Class jmce.swing.SwingThread extends javax.swing.JDialog implements Serializable

Serialized Fields

cancel

javax.swing.JButton cancel

pb

javax.swing.JProgressBar pb

ex

java.lang.Exception ex

cancelled

boolean cancelled


jmce - 1_02