Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
F
G
M
P
S
T
F
fitsOnScreen()
- Method in class
Menu
Returns whether the items fit on the screen.
G
getMaxNumberOfColumns()
- Method in class
Menu
Computes the maximum number of columns, according to the current device and the values specified in the constructor.
getPreferredNumberOfColumns()
- Method in class
Menu
Computes the preferred number of columns, according to the current device and the values specified in the constructor.
M
Menu
- Class in
<Unnamed>
The Menu class represents a menu that displays items in columns.
Menu(String[], String[], boolean, String, MenuListener)
- Constructor for class
Menu
Constructs a menu with the given items.
Menu(String[], String[], MenuListener)
- Constructor for class
Menu
This constructor is a shortcut for the other constructor using
bold = false
and
title = null
.
menuItemChoosen(int)
- Method in interface
MenuListener
This method is called each time a user selects an item in the menu.
menuItemChoosen(int)
- Method in class
TestMenu
MenuListener
- Interface in
<Unnamed>
The listener interface for receiving Menu events.
P
paint(Graphics)
- Method in class
Menu
S
setNbCol(int)
- Method in class
Menu
Sets the number of columns of the menu.
T
TestMenu
- Class in
<Unnamed>
This class can be used to test the
Menu
and the
MenuListener
classes.
TestMenu()
- Constructor for class
TestMenu
F
G
M
P
S
T
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes