|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.microedition.midlet.MIDlet
gr.bluevibe.fire.test.ReadMe
This Midlet is a demonstration and a walk-through on developing a GUI using the Fire Engine. Read the comments in the source for details. On the following walk through I assume you've gone throught the documentation and got a general idea of what each Fire class does. In order for the FireScreen singleton to initialize correctly it must have a theme file. So make sure you have the default theme provided with the source.
Constructor Summary | |
ReadMe()
A midlet that will demostrate the capabilities of the Fire Components and how to use them. |
Method Summary | |
void |
commandAction(javax.microedition.lcdui.Command cmd,
Component c)
All the actions in this demo use this CommandListener's commandAction. |
Panel |
createPanel()
Demonstrates how to create a simple panel on Fire engine. |
Panel |
createPanel2()
This method demonstrates the Ticker, and the DateTimeRow |
Panel |
createPanel3()
This method demostrates how to dynamically add and remove components from a Panel. |
protected void |
destroyApp(boolean arg0)
|
protected void |
pauseApp()
|
protected void |
startApp()
|
Methods inherited from class javax.microedition.midlet.MIDlet |
checkPermission, getAppProperty, notifyDestroyed, notifyPaused, platformRequest, resumeRequest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReadMe()
Method Detail |
protected void startApp() throws javax.microedition.midlet.MIDletStateChangeException
javax.microedition.midlet.MIDletStateChangeException
public Panel createPanel()
public Panel createPanel2()
public Panel createPanel3()
protected void pauseApp()
protected void destroyApp(boolean arg0) throws javax.microedition.midlet.MIDletStateChangeException
javax.microedition.midlet.MIDletStateChangeException
public void commandAction(javax.microedition.lcdui.Command cmd, Component c)
commandAction
in interface CommandListener
cmd
- the command that was firedc
- the component that fired the commandCommandListener.commandAction(javax.microedition.lcdui.Command, gr.bluevibe.fire.components.Component)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |