Class AbstractSelection

    • Field Detail

      • EMPTY_SELECTION

        public static IChemObjectSelection EMPTY_SELECTION
        Static implementation of an empty selection.
    • Constructor Detail

      • AbstractSelection

        public AbstractSelection()
    • Method Detail

      • select

        public void select​(IChemModel chemModel)
        Perform a selection by some method. This is used for selecting outside the hub, for example: IChemModel model = createModelBySomeMethod(); selection.select(model); renderModel.setSelection(selection);
        Specified by:
        select in interface IChemObjectSelection
        Parameters:
        chemModel - an IChemModel to select from.