Uses of Interface
palmed.file.IDirectory

Packages that use IDirectory
palmed.file Implements a custom file browser. 
 

Uses of IDirectory in palmed.file
 

Classes in palmed.file that implement IDirectory
 class Directory
          This class implements a directory descriptor.
 class Root
          This class implements the root of all file systems roots.
 

Methods in palmed.file that return IDirectory
 IDirectory Root.select(java.lang.String filename, IFileBrowserListener listener)
          Select a file or sub-directory.
 IDirectory IDirectory.select(java.lang.String filename, IFileBrowserListener listener)
          Select a file or sub-directory.
 IDirectory Directory.select(java.lang.String filename, IFileBrowserListener listener)
          Select a file or sub-directory.
 

Methods in palmed.file with parameters of type IDirectory
 void DirectoryVisitor.fill(javax.microedition.lcdui.List list, IDirectory directory)
          Lists alphabetically the directories and files contained in a given directory.
 

Constructors in palmed.file with parameters of type IDirectory
Directory(IDirectory parent, java.lang.String path)
          Create a descriptor.
 



Copyright © 2004-2006 PalmEd. All Rights Reserved.