Class AbstractListEditor<T>

    • Constructor Detail

      • AbstractListEditor

        protected AbstractListEditor​(Component parent,
                                     String title,
                                     PrefEntry entry)
        Constructs a new AbstractListEditor.
        Parameters:
        parent - The parent element that will be used for position and maximum size
        title - The text that will be shown in the window titlebar
        entry - Preference entry
    • Method Detail

      • getData

        public abstract List<TgetData()
        Returns the list of values.
        Returns:
        The list of values.