org.acm.seguin.ide.netbeans
Class NetbeansSelectedFileSet

java.lang.Object
  extended by net.sourceforge.jrefactory.action.SelectedFileSet
      extended by org.acm.seguin.ide.netbeans.NetbeansSelectedFileSet

public class NetbeansSelectedFileSet
extends net.sourceforge.jrefactory.action.SelectedFileSet

The concrete implementation of this class for Netbeans

Version:
$Id: NetbeansSelectedFileSet.java,v 1.1 2004/05/05 17:28:52 mikeatkinson Exp $
Author:
Mike Atkinson

Constructor Summary
NetbeansSelectedFileSet(java.awt.Frame view, JavaDataObject buffer)
          Constructor for the JBuilderSelectedFileSet object
NetbeansSelectedFileSet(java.awt.Frame view, JavaDataObject[] buffers)
          Constructor for the JBuilderSelectedFileSet 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 net.sourceforge.jrefactory.action.SelectedFileSet
getTypeSummary, reloadFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetbeansSelectedFileSet

public NetbeansSelectedFileSet(java.awt.Frame view,
                               JavaDataObject buffer)
Constructor for the JBuilderSelectedFileSet object

Parameters:
init - Description of Parameter

NetbeansSelectedFileSet

public NetbeansSelectedFileSet(java.awt.Frame view,
                               JavaDataObject[] buffers)
Constructor for the JBuilderSelectedFileSet object

Parameters:
init - Description of Parameter
Method Detail

getTypeSummaryArray

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

Specified by:
getTypeSummaryArray in class net.sourceforge.jrefactory.action.SelectedFileSet
Returns:
The TypeSummaryArray value

isAllJava

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

Specified by:
isAllJava in class net.sourceforge.jrefactory.action.SelectedFileSet
Returns:
The AllJava value

isSingleJavaFile

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

Specified by:
isSingleJavaFile in class net.sourceforge.jrefactory.action.SelectedFileSet
Returns:
The SingleJavaFile value