| java.lang.Object net.sourceforge.jrefactory.action.SelectedFileSet org.acm.seguin.ide.netbeans.NetbeansSelectedFileSet
NetbeansSelectedFileSet | public class NetbeansSelectedFileSet extends SelectedFileSet (Code) | | The concrete implementation of this class for Netbeans
author: Mike Atkinson version: $Id: NetbeansSelectedFileSet.java,v 1.1 2004/05/05 17:28:52 mikeatkinson Exp $ |
NetbeansSelectedFileSet | public NetbeansSelectedFileSet(Frame view, JavaDataObject buffer)(Code) | | Constructor for the JBuilderSelectedFileSet object
Parameters: init - Description of Parameter |
NetbeansSelectedFileSet | public NetbeansSelectedFileSet(Frame view, JavaDataObject[] buffers)(Code) | | Constructor for the JBuilderSelectedFileSet object
Parameters: init - Description of Parameter |
getTypeSummaryArray | public TypeSummary[] getTypeSummaryArray()(Code) | | Gets the TypeSummaryArray attribute of the SelectedFileSet object
The TypeSummaryArray value |
isAllJava | public boolean isAllJava()(Code) | | Gets the AllJava attribute of the SelectedFileSet object
The AllJava value |
isSingleJavaFile | public boolean isSingleJavaFile()(Code) | | Gets the SingleJavaFile attribute of the SelectedFileSet object
The SingleJavaFile value |
|
|