jcontrol.ui.vole.menu
Class BigImageMenu

java.lang.Object
  |
  +--jcontrol.ui.vole.Component
        |
        +--jcontrol.ui.vole.menu.Menu
              |
              +--jcontrol.ui.vole.menu.BigImageMenu
All Implemented Interfaces:
MenuInterface

public class BigImageMenu
extends Menu

This class BigImageMenu implements a graphical menu with only one (full page) menu item visible. Menu items must be specified as image names.

(C) DOMOLOGIC Home Automation GmbH 2003

Version:
1.0
Author:
Marcus Timmermann

Field Summary
 
Fields inherited from class jcontrol.ui.vole.menu.Menu
activeIndex, inactives, items, listener, oldActiveIndex
 
Fields inherited from class jcontrol.ui.vole.Component
focusOwner, font, g, height, parent, visible, width, x, y
 
Constructor Summary
BigImageMenu(int x, int y, int width, int height)
          Constucts a new BigImageMenu.
 
Method Summary
 boolean onKeyEvent(KeyEvent e)
          If a KeyEvent accurs, this method is called.
protected  void paint(boolean all)
           
 
Methods inherited from class jcontrol.ui.vole.menu.Menu
addMenuItem, addMenuItem, enableMenuItem, getActiveItemCount, getSelectedIndex, hasNextOrPrev, isMenuItemEnabled, paint, remove, removeMenuItem, select, select, selectNextOrPrev, setActionListener, setParent
 
Methods inherited from class jcontrol.ui.vole.Component
getBounds, getParent, isVisible, onActionEvent, removeFocus, requestFocus, setBounds, setFont, setGraphics, setLocation, setVisible, transferFocus, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, notifyAll, wait
 
Methods inherited from interface jcontrol.ui.vole.menu.MenuInterface
setGraphics
 

Constructor Detail

BigImageMenu

public BigImageMenu(int x,
                    int y,
                    int width,
                    int height)
Constucts a new BigImageMenu.

Parameters:
x - the x coordinage
y - the y coordinate
width - the width
height - the height
Method Detail

onKeyEvent

public boolean onKeyEvent(KeyEvent e)
If a KeyEvent accurs, this method is called.

Specified by:
onKeyEvent in interface MenuInterface
Overrides:
onKeyEvent in class Menu
Parameters:
e - the KeyEvent.
Returns:
false if the KeyEvent was consumed, true otherwise.

paint

protected void paint(boolean all)
Specified by:
paint in class Menu