Class TestFileChooser

java.lang.Object
  extended by MIDlet
      extended by TestFileChooser
All Implemented Interfaces:
java.lang.Runnable

public class TestFileChooser
extends MIDlet
implements java.lang.Runnable

This class can be used to test the FileChooser class.

Author:
Michel Deriaz

Field Summary
static java.lang.String NO_FILE
           
 
Constructor Summary
TestFileChooser()
           
 
Method Summary
 void commandAction(Command c, Item item)
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_FILE

public static final java.lang.String NO_FILE
See Also:
Constant Field Values
Constructor Detail

TestFileChooser

public TestFileChooser()
Method Detail

commandAction

public void commandAction(Command c,
                          Item item)

run

public void run()
Specified by:
run in interface java.lang.Runnable