| example.fc.FileBrowser
FileBrowser | public class FileBrowser extends MIDlet implements CommandListener(Code) | | Demonstration MIDlet for File Connection API. This MIDlet implements simple
file browser for the filesystem available to the J2ME applications.
|
FileBrowser | public FileBrowser()(Code) | | |
commandAction | public void commandAction(Command c, Displayable d)(Code) | | |
createFile | void createFile()(Code) | | |
createFile | void createFile(String newName, boolean isDirectory)(Code) | | |
destroyApp | public void destroyApp(boolean cond)(Code) | | |
pauseApp | public void pauseApp()(Code) | | |
showCurrDir | void showCurrDir()(Code) | | Show file list in the current directory .
|
startApp | public void startApp()(Code) | | |
traverseDirectory | void traverseDirectory(String fileName)(Code) | | |
|
|