palmed.ui
Class Dialog

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
Direct Known Subclasses:
AboutDialog, ConfirmationDialog, InputDialog, PreferencesDialog, ProgressDialog

public class Dialog
extends javax.microedition.lcdui.Form

This class factorizes common behaviour to all dialog windows.

Version:
$Revision$ $Date$
Author:
Mathieu Champlon

Constructor Summary
Dialog(java.lang.String title)
          Create a dialog window.
 
Method Summary
protected  void appendMessage(java.lang.String text)
          Append a text message to the dialog.
 
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

Dialog

public Dialog(java.lang.String title)
Create a dialog window.

Parameters:
title - the dialog title
Method Detail

appendMessage

protected final void appendMessage(java.lang.String text)
Append a text message to the dialog.

Parameters:
text - the content of the message


Copyright © 2004-2006 PalmEd. All Rights Reserved.