1.0.0

Serialized Form


Package org.eclipse.soda.dk.matrix.lcd.simulator.view

Class org.eclipse.soda.dk.matrix.lcd.simulator.view.AbstractPanelWithBackground extends java.awt.Panel implements Serializable

Serialized Fields

currentImage

java.awt.Image currentImage
Define the current image (Image) field.

Class org.eclipse.soda.dk.matrix.lcd.simulator.view.ButtonWithBackground extends AbstractPanelWithBackground implements Serializable

serialVersionUID: -5104331656191485463L

Serialized Fields

upImage

java.awt.Image upImage
Define the up image (Image) field.


downImage

java.awt.Image downImage
Define the down image (Image) field.


buttonPressed

boolean buttonPressed
Define the button pressed (boolean) field.

Class org.eclipse.soda.dk.matrix.lcd.simulator.view.LcdDisplayPanel extends AbstractPanelWithBackground implements Serializable

serialVersionUID: 3233038403608893124L

Serialized Fields

backlightOnImage

java.awt.Image backlightOnImage
Define the backlight on image (Image) field.


backlightOffImage

java.awt.Image backlightOffImage
Define the backlight off image (Image) field.


firstLine

java.awt.Label firstLine
Define the first line (Label) field.


secondLine

java.awt.Label secondLine
Define the second line (Label) field.


buffer

java.lang.StringBuffer buffer
Define the buffer (StringBuffer) field.


cursorPosition

int cursorPosition
Define the cursor position (int) field.

Class org.eclipse.soda.dk.matrix.lcd.simulator.view.MatrixCorpLcdSimulatorAwtView extends java.awt.Frame implements Serializable

serialVersionUID: 49549769767248817L

Serialized Fields

panel

SimulatorPanel panel
Define the panel (SimulatorPanel) field.


listener

LcdViewListener listener
Define the listener (LcdViewListener) field.

Class org.eclipse.soda.dk.matrix.lcd.simulator.view.PowerButton extends ButtonWithBackground implements Serializable

serialVersionUID: -8909363882907889627L

Serialized Fields

upSourceWhenOff

java.lang.String upSourceWhenOff
Define the up source when off (String) field.


downSourceWhenOff

java.lang.String downSourceWhenOff
Define the down source when off (String) field.


upSourceWhenOn

java.lang.String upSourceWhenOn
Define the up source when on (String) field.


downSourceWhenOn

java.lang.String downSourceWhenOn
Define the down source when on (String) field.


state

boolean state
Define the state (boolean) field.

Class org.eclipse.soda.dk.matrix.lcd.simulator.view.SimulatorPanel extends AbstractPanelWithBackground implements Serializable

serialVersionUID: 6659529690771602491L

Serialized Fields

upButton

ButtonWithBackground upButton

downButton

ButtonWithBackground downButton

leftButton

ButtonWithBackground leftButton

rightButton

ButtonWithBackground rightButton

f1Button

ButtonWithBackground f1Button

f2Button

ButtonWithBackground f2Button

enterButton

ButtonWithBackground enterButton

powerButton

PowerButton powerButton

lcdDisplayPanel

LcdDisplayPanel lcdDisplayPanel

listener

SimulatorPanelListener listener


1.0.0

Copyright (c) 2007 IBM