Uses of Class
chemCast.exception.SubsetException

Packages that use SubsetException
chemCast.data   
chemCast.similarity.data   
chemCast.ui   
chemCast.ui.actions   
 

Uses of SubsetException in chemCast.data
 

Methods in chemCast.data that throw SubsetException
 void RandomAccessSubsetTableModel.setSubset(Subset subset)
           
 

Constructors in chemCast.data that throw SubsetException
RandomAccessSubsetTableModel()
           
 

Uses of SubsetException in chemCast.similarity.data
 

Methods in chemCast.similarity.data that throw SubsetException
 void Subsets.addNewSubset(Subset subset)
           
 IAtomContainersList DatasetDef.createData(IReaderListener listener, PropertyTranslator options)
           
 void Subsets.createNew()
           
 Subset Subsets.createNewSubset(Subset subset, IObjectFilter filter)
          Same as addnewsubset, but does not add to the list.
 void SimilaritySubsets.createSubsets(DatasetDef dataset, Subsets subsets)
           
 void Subsets.createSubsets(IAtomContainersList dataset, Subsets subsets)
           
 IAtomContainersList Subset.getData()
           
 IAtomContainersList DatasetDef.getData()
           
 void Subset.setData(IAtomContainersList data)
           
 void DatasetDef.setData(IAtomContainersList data)
           
 void DatasetDef.setParentDataset(IAtomContainersList list)
           
 void Subset.setParentDataset(IAtomContainersList list, IObjectFilter filter)
           
 void Subsets.updateSubsets(Subsets subsets)
          TODO fire properties
 

Constructors in chemCast.similarity.data that throw SubsetException
DatasetDef()
           
DatasetDef(java.lang.String filename, java.lang.String templateName, java.lang.String resultField)
           
Subset()
           
Subset(java.lang.String name, java.util.Hashtable parameters, java.awt.Color color)
           
 

Uses of SubsetException in chemCast.ui
 

Methods in chemCast.ui that throw SubsetException
 void SimilarityMatrixPanel.filterMostSimilar(Subsets subsetsRow, Subset subsetRow, int row, Subsets subsetsCol, Subset subsetCol, int col)
           
 void SimilarityMatrixPanel.showMostSimilar(Subsets subsetsRow, Subset subsetRow, int row, Subsets subsetsCol, Subset subsetCol, int col)
           
 

Uses of SubsetException in chemCast.ui.actions
 

Methods in chemCast.ui.actions that throw SubsetException
 DatasetDef TrainingSetOpenAction.getDataset()
           
 DatasetDef FileOpenAction.getDataset()
           
 DatasetDef FileNewTrainingAction.getDataset()
           
 DatasetDef ConfiguredTrainingSetOpenAction.getDataset()