Uses of Interface
palmed.file.IFile

Packages that use IFile
palmed Implements a text file editor MIDlet. 
palmed.buffer Provides buffer management for the editor. 
palmed.file Implements a custom file browser. 
 

Uses of IFile in palmed
 

Methods in palmed with parameters of type IFile
 void FileSaveListener.select(IFile file)
          Notify about a file selection.
 void FileOverwriteListener.select(IFile file)
          Notify about a file selection.
 void FileOpenListener.select(IFile file)
          Notify about a file selection.
 

Uses of IFile in palmed.buffer
 

Methods in palmed.buffer with parameters of type IFile
 boolean RecordBuffer.hasFile(IFile file)
          Test if the given file is handled by the buffer.
 boolean IBuffer.hasFile(IFile file)
          Test if the given file is handled by the buffer.
 boolean Buffer.hasFile(IFile file)
          Test if the given file is handled by the buffer.
 void RecordBufferManager.open(IFile file)
          Open the given file in a buffer.
 void RecordBuffer.open(IFile file)
          Open the given file.
 void IBufferManager.open(IFile file)
          Open the given file in a buffer.
 void IBuffer.open(IFile file)
          Open the given file.
 void Buffer.open(IFile file)
          Open the given file.
 void RecordBufferManager.save(IFile file)
          Save the current buffer into the given file.
 void RecordBuffer.save(IFile file)
          Save into the given file.
 void IBufferManager.save(IFile file)
          Save the current buffer into the given file.
 void IBuffer.save(IFile file)
          Save into the given file.
 void Buffer.save(IFile file)
          Save into the given file.
 

Uses of IFile in palmed.file
 

Classes in palmed.file that implement IFile
 class File
          This class represents a file on the file system.
 

Methods in palmed.file with parameters of type IFile
 void IFileBrowserListener.select(IFile file)
          Notify about a file selection.
 



Copyright © 2004-2006 PalmEd. All Rights Reserved.