|
|||||||||
| Home >> All >> com >> barteo >> midp >> examples >> [ simpledemo overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.barteo.midp.examples.simpledemo
Class GaugePanel

java.lang.Objectjavax.microedition.lcdui.Displayable
javax.microedition.lcdui.Screen
javax.microedition.lcdui.Form
com.barteo.midp.examples.simpledemo.GaugePanel
- All Implemented Interfaces:
- javax.microedition.lcdui.CommandListener, ScreenPanel
- public class GaugePanel
- extends javax.microedition.lcdui.Form
- implements ScreenPanel, javax.microedition.lcdui.CommandListener
- extends javax.microedition.lcdui.Form
| Field Summary | |
private static javax.microedition.lcdui.Command |
backCommand
|
(package private) boolean |
cancel
|
private static java.lang.String |
NAME
|
private javax.microedition.lcdui.Gauge |
noninteractive
|
private java.lang.Runnable |
timerTask
|
| Fields inherited from class javax.microedition.lcdui.Form |
|
| Fields inherited from class javax.microedition.lcdui.Screen |
|
| Fields inherited from class javax.microedition.lcdui.Displayable |
|
| Constructor Summary | |
GaugePanel()
|
|
| Method Summary | |
void |
commandAction(javax.microedition.lcdui.Command c,
javax.microedition.lcdui.Displayable d)
|
java.lang.String |
getName()
|
| Methods inherited from class javax.microedition.lcdui.Form |
append, append, append, delete, get, insert, set, setItemStateListener, size |
| Methods inherited from class javax.microedition.lcdui.Screen |
getTicker, getTitle, setTicker, setTitle |
| Methods inherited from class javax.microedition.lcdui.Displayable |
addCommand, isShown, removeCommand, setCommandListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
NAME
private static final java.lang.String NAME
- See Also:
- Constant Field Values
backCommand
private static final javax.microedition.lcdui.Command backCommand
cancel
boolean cancel
noninteractive
private javax.microedition.lcdui.Gauge noninteractive
timerTask
private java.lang.Runnable timerTask
| Constructor Detail |
GaugePanel
public GaugePanel()
| Method Detail |
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceScreenPanel
commandAction
public void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable d)
- Specified by:
commandActionin interfacejavax.microedition.lcdui.CommandListener
|
|||||||||
| Home >> All >> com >> barteo >> midp >> examples >> [ simpledemo overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC