Uses of Class
org.peace_tools.workspace.DataSet

Packages that use DataSet
org.peace_tools.core Contains the core classes that coordinate the activities of various classes and wizards. 
org.peace_tools.core.dataset Contains the classes associated with the data set wizard. 
org.peace_tools.core.job Contains the classes associated with the job wizard. 
org.peace_tools.views Contains the classes that provide views for the various data objects in the GUI. 
org.peace_tools.workspace Contains the classes that provide persistent storage of work space configuration. 
 

Uses of DataSet in org.peace_tools.core
 

Methods in org.peace_tools.core with parameters of type DataSet
private  void DeleteDialog.removeDataSet(DataSet dataSet)
          Helper method to delete a data set along with all underlying entries and files.
 

Uses of DataSet in org.peace_tools.core.dataset
 

Fields in org.peace_tools.core.dataset declared as DataSet
private  DataSet SummaryWizardPage.dataSet
          Information about the actual data set entry being edited.
private  DataSet ESTInfoWizardPage.dataSet
          Information about the actual data set entry being edited.
private  DataSet DataSetWizard.dataSet
          This is the server entry that is being currently edited via this wizard.
 

Constructors in org.peace_tools.core.dataset with parameters of type DataSet
ESTInfoWizardPage(DataSetWizard wizard, DataSet dataSet, boolean lockPath)
          The constructor.
SummaryWizardPage(DataSetWizard wizard, DataSet dataSet)
          The constructor.
 

Uses of DataSet in org.peace_tools.core.job
 

Methods in org.peace_tools.core.job that return DataSet
protected  DataSet JobInfoWizardPage.getDataSet()
          Obtain the data set that has been selected by the user.
protected  DataSet JobWizard.getDataSet()
          Helper method to obtain the currently selected data set.
 

Uses of DataSet in org.peace_tools.views
 

Methods in org.peace_tools.views with parameters of type DataSet
private static javax.swing.tree.MutableTreeNode PropertiesTreeMaker.makeDataSetProperties(DataSet dataSet, java.awt.Component parent)
          Helper method to create a properties node for a given data set entry.
 

Uses of DataSet in org.peace_tools.workspace
 

Fields in org.peace_tools.workspace declared as DataSet
private  DataSet MSTClusterData.dataSet
          Reference to the data set that logically contains this MSTData element.
private  DataSet MSTData.dataSet
          Reference to the data set that logically contains this MSTData element.
 

Fields in org.peace_tools.workspace with type parameters of type DataSet
private  java.util.ArrayList<DataSet> Workspace.dataSetList
          The list of data sets that have been configured for use in this work space.
 

Methods in org.peace_tools.workspace that return DataSet
static DataSet DataSet.create(org.w3c.dom.Element data)
          Helper method to utilize data from a DOM tree to create a suitable DataSet entry.
 DataSet MSTClusterData.getDataSet()
          Obtain the data set that logically contains this MST Data.
 DataSet MSTData.getDataSet()
          Obtain the data set that logically contains this MST Data.
 

Methods in org.peace_tools.workspace that return types with arguments of type DataSet
 java.util.ArrayList<DataSet> Workspace.getDataSets()
          Obtain the list of data sets associated with this workspace.
 

Methods in org.peace_tools.workspace with parameters of type DataSet
 void Workspace.addDataSet(DataSet dataSet)
          Method to add a new data set to the workspace.
 void Workspace.removeDataSet(DataSet dataSet)
          Method to add a new data set to the workspace.
protected  void MSTClusterData.setDataSet(DataSet dataSet)
          Set the data set that this object logically belongs to.
protected  void MSTData.setDataSet(DataSet dataSet)
          Set the data set that this object logically belongs to.
 

Constructors in org.peace_tools.workspace with parameters of type DataSet
WorkspaceEvent(DataSet ds, WorkspaceEvent.Operation operation)
          Constructor to create an event that can be used to report change in the status of a complete data set.