|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemAction | |
bluegammon.gui | The bluegammon.gui package contains classes related to presentation and
user interaction of the Bluegammon game. |
bluegammon.gui.menu | The bluegammon.gui.menu package is a standalone package for drawing
menus on a canvas in J2ME. |
Uses of ItemAction in bluegammon.gui |
Classes in bluegammon.gui that implement ItemAction | |
class |
BluetoothClientWorkflow
Handles the different steps of connecting to a server as a client. |
class |
BluetoothServerWorkflow
Handles the different steps of setting up a server and awaiting a client. |
class |
MenuCanvas
The MenuCanvas is the handler of the Bluegammon
menu. |
Methods in bluegammon.gui with parameters of type ItemAction | |
void |
MenuCanvas.actionCalled(MenuPage page,
PageItem item,
ItemAction action)
|
Uses of ItemAction in bluegammon.gui.menu |
Classes in bluegammon.gui.menu that implement ItemAction | |
class |
BinaryPageItem
An abstract item that can be set to true or false. |
Methods in bluegammon.gui.menu that return ItemAction | |
ItemAction |
PageItem.getAction()
Returns action which is called upon item activation. |
Methods in bluegammon.gui.menu with parameters of type ItemAction | |
void |
PageItem.setAction(ItemAction action)
Sets the action which is called upon item activation. |
void |
MenuListener.actionCalled(MenuPage page,
PageItem item,
ItemAction action)
Called when an ItemAction is invoked. |
Constructors in bluegammon.gui.menu with parameters of type ItemAction | |
PageItem(char[] label,
javax.microedition.lcdui.Image image,
ItemAction action,
MenuPage subPage)
Creates an item that is to be inserted into a MenuPage .
|
|
PageItem(char[] label,
javax.microedition.lcdui.Image image,
ItemAction action,
MenuPage subPage,
int id)
Creates an item that is to be inserted into a MenuPage .
|
|
BinaryPageItem(char[] label,
javax.microedition.lcdui.Image imageTrue,
javax.microedition.lcdui.Image imageFalse,
MenuPage subPage,
ItemAction dispatchAction,
int id)
Constructor for BinaryPageItem . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |