Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.barteo.midp.examples.simpledemo
Class GaugePanel  view GaugePanel download GaugePanel.java

java.lang.Object
  extended byjavax.microedition.lcdui.Displayable
      extended byjavax.microedition.lcdui.Screen
          extended byjavax.microedition.lcdui.Form
              extended bycom.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


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:
getName in interface ScreenPanel

commandAction

public void commandAction(javax.microedition.lcdui.Command c,
                          javax.microedition.lcdui.Displayable d)
Specified by:
commandAction in interface javax.microedition.lcdui.CommandListener