palmed.ui
Class AboutDialog
java.lang.Object
javax.microedition.lcdui.Displayable
javax.microedition.lcdui.Screen
javax.microedition.lcdui.Form
palmed.ui.Dialog
palmed.ui.AboutDialog
- All Implemented Interfaces:
- javax.microedition.lcdui.CommandListener
public final class AboutDialog
- extends Dialog
- implements javax.microedition.lcdui.CommandListener
This dialog shows an 'about' box.
- Version:
- $Revision: 396 $ $Date: 2005-12-31 21:57:52 +0900 (sam., 31 déc. 2005) $
- Author:
- Mathieu Champlon
Constructor Summary |
AboutDialog(javax.microedition.midlet.MIDlet midlet,
javax.microedition.lcdui.Display display,
javax.microedition.lcdui.Displayable next)
Create an 'about' dialog. |
Method Summary |
void |
commandAction(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Displayable displayable)
|
javax.microedition.lcdui.Displayable |
refresh()
Refresh informations. |
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 |
AboutDialog
public AboutDialog(javax.microedition.midlet.MIDlet midlet,
javax.microedition.lcdui.Display display,
javax.microedition.lcdui.Displayable next)
- Create an 'about' dialog.
- Parameters:
midlet
- the midlet to display the information aboutdisplay
- the application displaynext
- the displayable to show when 'OK' is pressed
refresh
public javax.microedition.lcdui.Displayable refresh()
- Refresh informations.
- Returns:
- this
commandAction
public void commandAction(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Displayable displayable)
-
- Specified by:
commandAction
in interface javax.microedition.lcdui.CommandListener
Copyright © 2004-2006 PalmEd. All Rights Reserved.