public interface Project
Modifier and Type | Method and Description |
---|---|
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.
|
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.java.util.Collection getAllFiles()
<ProjectFile>
). Returns an
empty list if no files exist.java.util.Collection getOpenedFiles()
ProjectFile.getEditor()
!= null
).<ProjectFile>
). Returns an
empty list if no files are opened.java.util.Collection getSelectedFiles()
<ProjectFile>
). Returns an
empty list if no files are selected.
Submit a bug or feature.
For further information and documentation, visit the official Jalopy website.
This page generated: March 30 2013