Uses of Interface
chemCast.similarity.data.IChemCastList

Packages that use IChemCastList
chemCast.similarity.data   
chemCast.ui   
 

Uses of IChemCastList in chemCast.similarity.data
 

Classes in chemCast.similarity.data that implement IChemCastList
 class ChemCastDescriptorsList
           
 class Endpoints
          TODO add description
 class SimilarityDefs
           
 class SimilarityModels
           
 class SimilaritySubsets
           
 class Subsets
           
 

Uses of IChemCastList in chemCast.ui
 

Methods in chemCast.ui that return IChemCastList
 IChemCastList ChemCastListTableModel.getList()
           
 

Methods in chemCast.ui that return types with arguments of type IChemCastList
 java.util.List<? extends IChemCastList> ListsPanel.getLists()
           
 

Methods in chemCast.ui with parameters of type IChemCastList
 void ListPanel.addWidgets(java.lang.String caption, IChemCastList collection, javax.swing.ActionMap actions)
           
 void ChemCastListTableModel.setList(IChemCastList list)
           
 void ListPanel.setList(java.lang.String caption, IChemCastList list)
           
 

Method parameters in chemCast.ui with type arguments of type IChemCastList
 void ListsPanel.setLists(java.util.List<? extends IChemCastList> lists)
           
 

Constructors in chemCast.ui with parameters of type IChemCastList
ChemCastListTableModel(IChemCastList list)
           
ListPanel(java.lang.String caption, IChemCastList collection)
           
ListPanel(java.lang.String caption, IChemCastList collection, javax.swing.ActionMap actions)
           
 

Constructor parameters in chemCast.ui with type arguments of type IChemCastList
ListsPanel(java.lang.String caption, java.util.List<? extends IChemCastList> lists)