Class NotesFactory.MultiPagePane<T extends AbstractContainer>

    • Constructor Detail

      • MultiPagePane

        public MultiPagePane()
        Initializes the multi-page pane with not notes.
      • MultiPagePane

        public MultiPagePane​(List<T> data)
        Initializes the multi-page pane with the given spectrum notes.
        Parameters:
        data - the spectrum containers containing the spectrum notes
    • Method Detail

      • setData

        public void setData​(List<T> data)
        Sets the data and spectrum notes.
        Parameters:
        data - the spectrum containers containing the spectrum notes
      • getData

        public List<T> getData()
        Returns the underlying data.
        Returns:
        the containers
      • updateNotes

        protected void updateNotes()
        updates the multi-page pane.