palmed.ui
Class AboutDialog

java.lang.Object
  extended by javax.microedition.lcdui.Displayable
      extended by javax.microedition.lcdui.Screen
          extended by javax.microedition.lcdui.Form
              extended by palmed.ui.Dialog
                  extended by 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 palmed.ui.Dialog
appendMessage
 
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
 

Constructor Detail

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 about
display - the application display
next - the displayable to show when 'OK' is pressed
Method Detail

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.