2010-01-22 1.2.0

Uses of Class
org.eclipse.soda.dk.matrix.lcd.simulator.view.ButtonWithBackground

Packages that use ButtonWithBackground
org.eclipse.soda.dk.matrix.lcd.simulator.view This package is part of the org.eclipse.soda.dk.matrix.lcd.simulator project. 
 

Uses of ButtonWithBackground in org.eclipse.soda.dk.matrix.lcd.simulator.view
 

Subclasses of ButtonWithBackground in org.eclipse.soda.dk.matrix.lcd.simulator.view
 class PowerButton
           
 

Methods in org.eclipse.soda.dk.matrix.lcd.simulator.view that return ButtonWithBackground
protected  ButtonWithBackground SimulatorPanel.generateButton(java.lang.String upSrc, java.lang.String dnSrc, int width, int height, int xpos, int ypos)
          Generate button with the specified up src, dn src, width, height, xpos and ypos parameters and return the ButtonWithBackground result.
 ButtonWithBackground SimulatorPanel.getDownButton()
          Gets the down button (ButtonWithBackground) value.
 ButtonWithBackground SimulatorPanel.getEnterButton()
          Gets the enter button (ButtonWithBackground) value.
 ButtonWithBackground SimulatorPanel.getF1Button()
          Gets the f1 button (ButtonWithBackground) value.
 ButtonWithBackground SimulatorPanel.getF2Button()
          Gets the f2 button (ButtonWithBackground) value.
 ButtonWithBackground SimulatorPanel.getLeftButton()
          Gets the left button (ButtonWithBackground) value.
 ButtonWithBackground SimulatorPanel.getRightButton()
          Gets the right button (ButtonWithBackground) value.
 ButtonWithBackground SimulatorPanel.getUpButton()
          Gets the up button (ButtonWithBackground) value.
 

Methods in org.eclipse.soda.dk.matrix.lcd.simulator.view with parameters of type ButtonWithBackground
 void SimulatorPanel.setDownButton(ButtonWithBackground background)
          Sets the down button value.
 void SimulatorPanel.setEnterButton(ButtonWithBackground background)
          Sets the enter button value.
 void SimulatorPanel.setF1Button(ButtonWithBackground background)
          Sets the f1 button value.
 void SimulatorPanel.setF2Button(ButtonWithBackground background)
          Sets the f2 button value.
 void SimulatorPanel.setLeftButton(ButtonWithBackground background)
          Sets the left button value.
 void SimulatorPanel.setRightButton(ButtonWithBackground background)
          Sets the right button value.
 void SimulatorPanel.setUpButton(ButtonWithBackground background)
          Sets the up button value.
 


2010-01-22 1.2.0

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