Uses of Class
edu.rice.cs.util.AbsRelFile

Packages that use AbsRelFile
edu.rice.cs.drjava.model The model package is responsible for the majority of the logic and state in DrJava. 
edu.rice.cs.drjava.project   
edu.rice.cs.drjava.ui.config Contains the GUI code for displaying and modifying configuration options. 
edu.rice.cs.util A collection of utility classes and packages. 
 

Uses of AbsRelFile in edu.rice.cs.drjava.model
 

Fields in edu.rice.cs.drjava.model with type parameters of type AbsRelFile
(package private)  Iterable<AbsRelFile> AbstractGlobalModel.ProjectFileGroupingState._projExtraClassPath
           
 

Methods in edu.rice.cs.drjava.model that return types with arguments of type AbsRelFile
 Iterable<AbsRelFile> AbstractGlobalModel.getExtraClassPath()
          Returns a project's extra classpaths; empty for FlatFileGroupingState
 Iterable<AbsRelFile> AbstractGlobalModel.ProjectFileGroupingState.getExtraClassPath()
           
 Iterable<AbsRelFile> AbstractGlobalModel.FlatFileGroupingState.getExtraClassPath()
           
 Iterable<AbsRelFile> GlobalModel.getExtraClassPath()
          Returns only the project's extra classpaths.
 Iterable<AbsRelFile> DummyGlobalModel.getExtraClassPath()
           
 Iterable<AbsRelFile> FileGroupingState.getExtraClassPath()
          Returns a collection of classpath entries specific to the current project.
 

Method parameters in edu.rice.cs.drjava.model with type arguments of type AbsRelFile
protected  FileGroupingState AbstractGlobalModel.makeProjectFileGroupingState(File pr, String main, File bd, File wd, File project, File[] srcFiles, File[] auxFiles, File[] excludedFiles, Iterable<AbsRelFile> cp, File cjf, int cjflags, boolean refresh, String manifest, Map<OptionParser<?>,String> storedPreferences)
           
 void AbstractGlobalModel.setExtraClassPath(Iterable<AbsRelFile> cp)
          Sets the set of classpath entries to use as the projects set of classpath entries.
 void AbstractGlobalModel.ProjectFileGroupingState.setExtraClassPath(Iterable<AbsRelFile> cp)
           
 void AbstractGlobalModel.FlatFileGroupingState.setExtraClassPath(Iterable<AbsRelFile> cp)
           
 void GlobalModel.setExtraClassPath(Iterable<AbsRelFile> cp)
          Sets the set of classpath entries to use as the projects set of classpath entries.
 void DummyGlobalModel.setExtraClassPath(Iterable<AbsRelFile> cp)
           
 void FileGroupingState.setExtraClassPath(Iterable<AbsRelFile> cp)
          Sets the list of project-specific classpath entries.
 

Constructor parameters in edu.rice.cs.drjava.model with type arguments of type AbsRelFile
AbstractGlobalModel.ProjectFileGroupingState(File pr, String main, File bd, File wd, File project, File[] srcFiles, File[] auxFiles, File[] excludedFiles, Iterable<AbsRelFile> cp, File cjf, int cjflags, boolean refreshStatus, String customManifest, Map<OptionParser<?>,String> storedPreferences)
           
 

Uses of AbsRelFile in edu.rice.cs.drjava.project
 

Subclasses of AbsRelFile in edu.rice.cs.drjava.project
 class DocFile
           
 

Fields in edu.rice.cs.drjava.project with type parameters of type AbsRelFile
private  List<AbsRelFile> ProjectProfile._classPathFiles
           
 

Methods in edu.rice.cs.drjava.project that return types with arguments of type AbsRelFile
 Iterable<AbsRelFile> ProjectProfile.getClassPaths()
           
 Iterable<AbsRelFile> ProjectFileIR.getClassPaths()
           
protected  List<AbsRelFile> XMLProjectFileParser.readFiles(String path)
           
protected  List<AbsRelFile> XMLProjectFileParser.readFiles(String path, String rootPath)
           
 

Methods in edu.rice.cs.drjava.project with parameters of type AbsRelFile
 void ProjectProfile.addClassPathFile(AbsRelFile cp)
           
 

Method parameters in edu.rice.cs.drjava.project with type arguments of type AbsRelFile
 void ProjectProfile.setClassPaths(Iterable<? extends AbsRelFile> cpf)
           
 void ProjectFileIR.setClassPaths(Iterable<? extends AbsRelFile> cp)
           
 

Uses of AbsRelFile in edu.rice.cs.drjava.ui.config
 

Constructor parameters in edu.rice.cs.drjava.ui.config with type arguments of type AbsRelFile
VectorAbsRelFileOptionComponent(VectorOption<AbsRelFile> opt, String text, SwingFrame parent)
           
VectorAbsRelFileOptionComponent(VectorOption<AbsRelFile> opt, String text, SwingFrame parent, String description)
          Constructor that allows for a tooltip description.
VectorAbsRelFileOptionComponent(VectorOption<AbsRelFile> opt, String text, SwingFrame parent, String description, boolean moveButtonEnabled)
          Constructor with flag for move buttons.
 

Uses of AbsRelFile in edu.rice.cs.util
 

Methods in edu.rice.cs.util that return AbsRelFile
 AbsRelFile AbsRelFile.keepAbsolute(boolean keepAbsolute)