org.acm.seguin.ide.common.action
Class EmptySelectedFileSet

java.lang.Object
  extended by org.acm.seguin.ide.common.action.SelectedFileSet
      extended by org.acm.seguin.ide.common.action.EmptySelectedFileSet

public class EmptySelectedFileSet
extends SelectedFileSet

The concrete implementation of this class for JBuilder

Author:
Chris Seguin

Constructor Summary
EmptySelectedFileSet()
          Constructor for the EmptySelectedFileSet object
 
Method Summary
 TypeSummary[] getTypeSummaryArray()
          Gets the TypeSummaryArray attribute of the SelectedFileSet object
 boolean isAllJava()
          Gets the AllJava attribute of the SelectedFileSet object
 boolean isSingleJavaFile()
          Gets the SingleJavaFile attribute of the SelectedFileSet object
 
Methods inherited from class org.acm.seguin.ide.common.action.SelectedFileSet
getTypeSummary, reloadFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptySelectedFileSet

public EmptySelectedFileSet()
Constructor for the EmptySelectedFileSet object

Method Detail

getTypeSummaryArray

public TypeSummary[] getTypeSummaryArray()
Gets the TypeSummaryArray attribute of the SelectedFileSet object

Specified by:
getTypeSummaryArray in class SelectedFileSet
Returns:
The TypeSummaryArray value

isAllJava

public boolean isAllJava()
Gets the AllJava attribute of the SelectedFileSet object

Specified by:
isAllJava in class SelectedFileSet
Returns:
The AllJava value

isSingleJavaFile

public boolean isSingleJavaFile()
Gets the SingleJavaFile attribute of the SelectedFileSet object

Specified by:
isSingleJavaFile in class SelectedFileSet
Returns:
The SingleJavaFile value