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 class
DefaultCompoundCollectionModel.IDCode
This version of the DefaultCompoundCollectionModel collects molecules as IDCodes.static class
DefaultCompoundCollectionModel.IDCodeWithName
This version of the DefaultCompoundCollectionModel collects molecules as String[2] with idcodes & idcoords (index 0) and molecule name (index 1).static class
DefaultCompoundCollectionModel.Molecule
This version of the DefaultCompoundCollectionModel collects molecules as StereoMolecules.static class
DefaultCompoundCollectionModel.Native
This version of the DefaultCompoundCollectionModel collects IDCodes and StereoMolecules without conversion into their native type.
-