Class AbstractPanelWithFile<T extends AbstractChooserPanel>

    • Constructor Detail

      • AbstractPanelWithFile

        public AbstractPanelWithFile()
    • Method Detail

      • initGUI

        protected void initGUI()
        Initializes the widgets.
        Overrides:
        initGUI in class BasePanel
      • createChooserPanel

        protected abstract T createChooserPanel()
        Generates the panel to use.
        Returns:
        the generated panel
      • setCurrent

        public abstract void setCurrent​(File file)
        Sets the current file to use.
        Parameters:
        file - the file