Class Note

    • Constructor Detail

    • Method Detail

      • wrap

        protected static javafx.collections.ObservableList<Note> wrap​(java.util.List<NoteSource> list)
        Wrapping a List: Transform a List of NoteSource into a ObservableList of Note-Wrappers.
        Parameters:
        list - List of NoteSource
        Returns:
        ObservableList of Note
      • unwrap

        protected static java.util.List<NoteSource> unwrap​(java.util.List<Note> list)
        Unwrapping a List: Transform a List of Note-Wrappers into a List of NoteSource.
        Parameters:
        list - List of Note
        Returns:
        List of NoteSource