Class ExternalFinderPreferencesController

    • Constructor Detail

      • ExternalFinderPreferencesController

        public ExternalFinderPreferencesController()
      • ExternalFinderPreferencesController

        public ExternalFinderPreferencesController​(boolean isProjectSpecific,
                                                   ExternalFinderConfiguration originalConfig)
    • Method Detail

      • getGui

        public java.awt.Component getGui()
        Description copied from interface: IPreferencesController
        Get the GUI (the "view") controlled by this controller. This should not be a window (e.g. JDialog, JFrame) but rather a component embeddable in a window (e.g. JPanel).
      • restoreDefaults

        public void restoreDefaults()
        Description copied from interface: IPreferencesController
        Restore preferences controlled by this view to their default state.