palmed.command
Class PreferencesCommand

java.lang.Object
  extended by palmed.command.PreferencesCommand
All Implemented Interfaces:
ICommand

public final class PreferencesCommand
extends java.lang.Object
implements ICommand

This class implements the 'preferences' command.

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

Constructor Summary
PreferencesCommand(javax.microedition.lcdui.Display display, javax.microedition.lcdui.Displayable next, IRecordFactory factory, ITextBox textBox)
          Create a preferences dialog.
 
Method Summary
 void execute()
          Execute the command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferencesCommand

public PreferencesCommand(javax.microedition.lcdui.Display display,
                          javax.microedition.lcdui.Displayable next,
                          IRecordFactory factory,
                          ITextBox textBox)
Create a preferences dialog.

Parameters:
display - the display
next - the displayable to show when closing the about dialog
factory - the record factory
textBox - the text box
Method Detail

execute

public void execute()
Execute the command.

Specified by:
execute in interface ICommand


Copyright © 2004-2006 PalmEd. All Rights Reserved.