| java.lang.Object org.acm.seguin.ide.common.action.SelectedFileSet
All known Subclasses: org.acm.seguin.ide.jbuilder.refactor.JBuilderSelectedFileSet, org.acm.seguin.ide.common.action.EmptySelectedFileSet,
SelectedFileSet | abstract public class SelectedFileSet (Code) | | 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.
author: Chris Seguin author: Mike Atkinson version: $Id: SelectedFileSet.java,v 1.3 2003/07/29 20:51:52 mikeatkinson Exp $ |
getTypeSummary | protected TypeSummary getTypeSummary(FileSummary summary)(Code) | | Returns the type summary that has the same name as the file summary
Parameters: summary - the file summary the type summary |
getTypeSummaryArray | abstract public TypeSummary[] getTypeSummaryArray()(Code) | | Gets the TypeSummaryArray attribute of the SelectedFileSet object
The TypeSummaryArray value |
isAllJava | abstract public boolean isAllJava()(Code) | | Gets the AllJava attribute of the SelectedFileSet object
The AllJava value |
isSingleJavaFile | abstract public boolean isSingleJavaFile()(Code) | | Gets the SingleJavaFile attribute of the SelectedFileSet object
The SingleJavaFile value |
reloadFile | protected FileSummary reloadFile(File file, StringReader input)(Code) | | Reloads the file summary
Parameters: file - Description of Parameter Parameters: input - Description of Parameter Description of the Returned Value |
|
|