Uses of Class
com.actelion.research.gui.DefaultCompoundCollectionModel
-
Packages that use DefaultCompoundCollectionModel Package Description com.actelion.research.gui -
-
Uses of DefaultCompoundCollectionModel in com.actelion.research.gui
Subclasses of DefaultCompoundCollectionModel in com.actelion.research.gui Modifier and Type Class Description static classDefaultCompoundCollectionModel.IDCodeThis version of the DefaultCompoundCollectionModel collects molecules as IDCodes.static classDefaultCompoundCollectionModel.IDCodeWithNameThis version of the DefaultCompoundCollectionModel collects molecules as String[2] with idcodes & idcoords (index 0) and molecule name (index 1).static classDefaultCompoundCollectionModel.MoleculeThis version of the DefaultCompoundCollectionModel collects molecules as StereoMolecules.static classDefaultCompoundCollectionModel.NativeThis version of the DefaultCompoundCollectionModel collects IDCodes and StereoMolecules without conversion into their native type.
-