Uses of Class
fable.python.FabioFile

Packages that use FabioFile
fable.framework.navigator.controller   
fable.framework.navigator.views   
fable.imageviewer.model   
fable.imageviewer.views   
fable.python   
 

Uses of FabioFile in fable.framework.navigator.controller
 

Methods in fable.framework.navigator.controller that return FabioFile
 FabioFile SampleController.getCurrentFile()
          23 oct.
 

Uses of FabioFile in fable.framework.navigator.views
 

Methods in fable.framework.navigator.views that return types with arguments of type FabioFile
 java.util.Vector<FabioFile> SampleNavigatorView.getSortedfiles()
           
 

Uses of FabioFile in fable.imageviewer.model
 

Methods in fable.imageviewer.model with parameters of type FabioFile
 void ImageModel.set(FabioFile fabioFile)
          Resets the model based on the given FabioFile;
 

Uses of FabioFile in fable.imageviewer.views
 

Methods in fable.imageviewer.views with parameters of type FabioFile
 void HeaderTableView.loadFile(FabioFile file)
          23 oct.
 

Uses of FabioFile in fable.python
 

Methods in fable.python that return FabioFile
 FabioFile Sample.getCurrentFabioFile()
           
 FabioFile PeakSearchSpt.getImageFile()
           
 

Methods in fable.python that return types with arguments of type FabioFile
 java.util.Vector<FabioFile> Sample.getFabioFiles()
          26 sept.
 java.util.Vector<FabioFile> Sample.getFilteredfiles()
          22 Jul 2007
 java.util.Vector<FabioFile> Sample.getSortedFiles()
          This function is used to sort a vector of fabio files.
 

Methods in fable.python with parameters of type FabioFile
 boolean Sample.addFabioFile(FabioFile _fabioFile)
          30 nov.
 void Sample.removeFabioFile(FabioFile f)
           
 void Sample.setCurrentFile(FabioFile fabio)
           
 void PeakSearchSpt.setFabioFile(FabioFile object)