|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.ide.common.action.SelectedFileSet
public abstract class SelectedFileSet
For IDEs where the user can select a number of files in the project pane, this class handles the translation of those selected files into TypeSummaries and a determination of whether the selected files are .java files.
Constructor Summary | |
---|---|
SelectedFileSet()
|
Method Summary | |
---|---|
protected TypeSummary |
getTypeSummary(FileSummary summary)
Returns the type summary that has the same name as the file summary |
abstract TypeSummary[] |
getTypeSummaryArray()
Gets the TypeSummaryArray attribute of the SelectedFileSet object |
abstract boolean |
isAllJava()
Gets the AllJava attribute of the SelectedFileSet object |
abstract boolean |
isSingleJavaFile()
Gets the SingleJavaFile attribute of the SelectedFileSet object |
protected FileSummary |
reloadFile(java.io.File file,
java.io.StringReader input)
Reloads the file summary |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectedFileSet()
Method Detail |
---|
protected TypeSummary getTypeSummary(FileSummary summary)
summary
- the file summary
public abstract TypeSummary[] getTypeSummaryArray()
public abstract boolean isAllJava()
public abstract boolean isSingleJavaFile()
protected FileSummary reloadFile(java.io.File file, java.io.StringReader input)
file
- Description of Parameterinput
- Description of Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |