2010-01-22 1.2.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

serialVersionUID: 5263012122013403018L

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
Define the up button (ButtonWithBackground) field.


downButton

ButtonWithBackground downButton
Define the down button (ButtonWithBackground) field.


leftButton

ButtonWithBackground leftButton
Define the left button (ButtonWithBackground) field.


rightButton

ButtonWithBackground rightButton
Define the right button (ButtonWithBackground) field.


f1Button

ButtonWithBackground f1Button
Define the f1 button (ButtonWithBackground) field.


f2Button

ButtonWithBackground f2Button
Define the f2 button (ButtonWithBackground) field.


enterButton

ButtonWithBackground enterButton
Define the enter button (ButtonWithBackground) field.


powerButton

PowerButton powerButton
Define the power button (PowerButton) field.


lcdDisplayPanel

LcdDisplayPanel lcdDisplayPanel
Define the lcd display panel (LcdDisplayPanel) field.


listener

SimulatorPanelListener listener
Define the listener (SimulatorPanelListener) field.


2010-01-22 1.2.0

Copyright (c) 2010 IBM. See license in Legal section.