Class UiBehaviorController

java.lang.Object
org.netbeans.spi.options.OptionsPanelController
org.esa.snap.rcp.preferences.DefaultConfigController
org.esa.snap.rcp.preferences.general.UiBehaviorController

public final class UiBehaviorController extends DefaultConfigController
Preferences tab for handling the UI behavior preferences. Sub-level panel to the "Miscellaneous"-panel.
  • Field Details

    • PREFERENCE_KEY_AUTO_SHOW_NAVIGATION

      public static final String PREFERENCE_KEY_AUTO_SHOW_NAVIGATION
      Preferences key for automatically showing navigation
      See Also:
    • PREFERENCE_KEY_AUTO_SHOW_NEW_BANDS

      public static final String PREFERENCE_KEY_AUTO_SHOW_NEW_BANDS
      Preferences key for automatically showing new bands
      See Also:
    • PREFERENCE_KEY_LIST_FILES_TO_REOPEN

      public static final String PREFERENCE_KEY_LIST_FILES_TO_REOPEN
      Preferences key to set the maximum number of file in the list to reopen.
      See Also:
  • Constructor Details

    • UiBehaviorController

      public UiBehaviorController()
  • Method Details