SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Uses of Class
org.sourcejammer.project.view.File

Packages that use File
org.sourcejammer.client.gui   
org.sourcejammer.client.gui.dialog   
org.sourcejammer.client.simpletools   
org.sourcejammer.project.controller   
org.sourcejammer.project.view   
 

Uses of File in org.sourcejammer.client.gui
 

Methods in org.sourcejammer.client.gui that return File
 File CommandCentral.getFileInfo(long lFileID)
          Get file info
 

Uses of File in org.sourcejammer.client.gui.dialog
 

Methods in org.sourcejammer.client.gui.dialog that return File
 File VersionListDialog.getFile()
           
 

Constructors in org.sourcejammer.client.gui.dialog with parameters of type File
VersionListDialog(javax.swing.JFrame owner, File file)
           
 

Uses of File in org.sourcejammer.client.simpletools
 

Methods in org.sourcejammer.client.simpletools that return File
 File SimpleInterface.getFileObj(long fileID)
          Get File object for the specified file.
 

Uses of File in org.sourcejammer.project.controller
 

Methods in org.sourcejammer.project.controller that return File
 File Archive.getFile(long fileID)
          Get File object (info about file).
 File ProjectController.getFile(long fileID)
          Get File object (info about file).
 

Uses of File in org.sourcejammer.project.view
 

Methods in org.sourcejammer.project.view that return File
 File SJResponse.getFile()
           
 

Methods in org.sourcejammer.project.view with parameters of type File
 void SJResponse.setFile(File nd)
           
 


SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan