example.auction
Class NewTicketAuction.SetMenuForm

java.lang.Object
  extended by javax.microedition.lcdui.Displayable
      extended by javax.microedition.lcdui.Screen
          extended by javax.microedition.lcdui.Form
              extended by example.auction.NewTicketAuction.SetMenuForm
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener, javax.microedition.lcdui.ItemStateListener
Enclosing class:
NewTicketAuction

 class NewTicketAuction.SetMenuForm
extends javax.microedition.lcdui.Form
implements javax.microedition.lcdui.CommandListener, javax.microedition.lcdui.ItemStateListener


Field Summary
(package private)  long curTimeMillisDelta
           
(package private)  javax.microedition.lcdui.DateField dateTimeItem
           
(package private)  javax.microedition.lcdui.Gauge gauge
           
(package private)  boolean[] musicChoice
           
(package private)  long setTimeMillisDelta
           
(package private)  boolean systemCurrentDate
           
(package private)  javax.microedition.lcdui.ChoiceGroup tickerCg
           
(package private)  java.util.Timer timerService
           
(package private)  int updateChoice
           
(package private)  javax.microedition.lcdui.ChoiceGroup updatesCg
           
(package private)  int volumeValue
           
 
Constructor Summary
NewTicketAuction.SetMenuForm()
           
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable s)
           
 void itemStateChanged(javax.microedition.lcdui.Item item)
           
 void settings(boolean[] musicChoice, int updateChoice, int volumeValue, long curTimeMillisDelta)
           
 
Methods inherited from class javax.microedition.lcdui.Form
append, append, append, delete, deleteAll, get, getHeight, getWidth, insert, set, setItemStateListener, size
 
Methods inherited from class javax.microedition.lcdui.Displayable
addCommand, getTicker, getTitle, isShown, removeCommand, setCommandListener, setTicker, setTitle, sizeChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timerService

java.util.Timer timerService

tickerCg

javax.microedition.lcdui.ChoiceGroup tickerCg

updatesCg

javax.microedition.lcdui.ChoiceGroup updatesCg

gauge

javax.microedition.lcdui.Gauge gauge

dateTimeItem

javax.microedition.lcdui.DateField dateTimeItem

updateChoice

int updateChoice

volumeValue

int volumeValue

musicChoice

boolean[] musicChoice

systemCurrentDate

boolean systemCurrentDate

setTimeMillisDelta

long setTimeMillisDelta

curTimeMillisDelta

long curTimeMillisDelta
Constructor Detail

NewTicketAuction.SetMenuForm

NewTicketAuction.SetMenuForm()
Method Detail

settings

public void settings(boolean[] musicChoice,
                     int updateChoice,
                     int volumeValue,
                     long curTimeMillisDelta)

commandAction

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

itemStateChanged

public void itemStateChanged(javax.microedition.lcdui.Item item)
Specified by:
itemStateChanged in interface javax.microedition.lcdui.ItemStateListener