Class AbstractDataContainerUpdatingScriptlet

    • Constructor Detail

      • AbstractDataContainerUpdatingScriptlet

        public AbstractDataContainerUpdatingScriptlet()
    • Method Detail

      • updateDataContainers

        protected void updateDataContainers​(List<DataContainer> conts,
                                            boolean overlay)
        Updates the DataContainers in the GUI.
        Parameters:
        conts - the processed DataContainers
        overlay - whether to overlay the DataContainers
      • updateDataContainers

        protected void updateDataContainers​(List<DataContainer> conts,
                                            boolean overlay,
                                            List<Color> colors)
        Updates the DataContainers in the GUI.
        Parameters:
        conts - the processed DataContainers
        overlay - whether to overlay the DataContainers
        colors - the colors to use, null if to ignore
      • updateDataContainers

        protected void updateDataContainers​(List<? extends DataContainer> conts,
                                            boolean overlay,
                                            HashSet<Integer> exclude)
        Updates the DataContainers in the GUI.
        Parameters:
        conts - the processed DataContainers
        overlay - whether to overlay the DataContainers
        exclude - the indices to exclude
      • updateDataContainers

        protected void updateDataContainers​(List<? extends DataContainer> conts,
                                            boolean overlay,
                                            HashSet<Integer> exclude,
                                            List<Color> colors)
        Updates the DataContainers in the GUI.
        Parameters:
        conts - the processed DataContainers
        overlay - whether to overlay the DataContainers
        exclude - the indices to exclude
        colors - the colors to use, null if to ignore