|
Jalopy 1.0b11 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to the Java source files that make up a user's project.
| Method Summary | |
ProjectFile |
getActiveFile()
Returns the currently active Java source file. |
java.util.Collection |
getAllFiles()
Returns all Java source files that make up a project. |
java.util.Collection |
getOpenedFiles()
Returns the Java source files that are currently opened (i.e. |
java.util.Collection |
getSelectedFiles()
Returns the Java source files that are currently selected. |
| Method Detail |
public ProjectFile getActiveFile()
Editor opened and this editor has the focus.
null if there is no active
file or if the active file is no Java source file.public java.util.Collection getAllFiles()
<ProjectFile>). Returns an
empty list if no files exist.public java.util.Collection getOpenedFiles()
ProjectFile.getEditor() != null).
<ProjectFile>). Returns an
empty list if no files are opened.public java.util.Collection getSelectedFiles()
<ProjectFile>). Returns an
empty list if no files are selected.
|
Jalopy 1.0b11 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||