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 classDefaultCompoundCollectionModel<T>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.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)
-