Uses of Interface
com.actelion.research.gui.CompoundCollectionModel
-
Packages that use CompoundCollectionModel Package Description com.actelion.research.gui -
-
Uses of CompoundCollectionModel in com.actelion.research.gui
Classes in com.actelion.research.gui that implement CompoundCollectionModel Modifier and Type Class Description class
DefaultCompoundCollectionModel<T>
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.Methods in com.actelion.research.gui that return CompoundCollectionModel Modifier and Type Method Description CompoundCollectionModel<T>
CompoundCollectionPane. getModel()
Constructors in com.actelion.research.gui with parameters of type CompoundCollectionModel Constructor Description CompoundCollectionPane(CompoundCollectionModel<T> model, boolean isVertical)
This is a visual component to display and edit a compound collection maintained by a CompoundCollectionModel.CompoundCollectionPane(CompoundCollectionModel<T> model, boolean isVertical, int displayMode, int dragAction, int dropAction)
-