Class WriteOptionsController


  • public final class WriteOptionsController
    extends DefaultConfigController
    Panel for write options. Sub-level panel to the "Miscellaneous"-panel.
    • Field Detail

      • PREFERENCE_KEY_SAVE_PRODUCT_HEADERS

        public static final String PREFERENCE_KEY_SAVE_PRODUCT_HEADERS
        Preferences key for save product headers (MPH, SPH) or not
        See Also:
        Constant Field Values
      • PREFERENCE_KEY_SAVE_PRODUCT_HISTORY

        public static final String PREFERENCE_KEY_SAVE_PRODUCT_HISTORY
        Preferences key for save product history or not
        See Also:
        Constant Field Values
      • PREFERENCE_KEY_SAVE_PRODUCT_ANNOTATIONS

        public static final String PREFERENCE_KEY_SAVE_PRODUCT_ANNOTATIONS
        Preferences key for save product annotations (ADS) or not
        See Also:
        Constant Field Values
      • PREFERENCE_KEY_SAVE_INCREMENTAL

        public static final String PREFERENCE_KEY_SAVE_INCREMENTAL
        Preferences key for incremental mode at save
        See Also:
        Constant Field Values
      • PREFERENCE_KEY_DIMAP_WRITE_CACHE

        public static final String PREFERENCE_KEY_DIMAP_WRITE_CACHE
        Preferences key to switch dimap product writer caching
        See Also:
        Constant Field Values
      • DEFAULT_VALUE_SAVE_PRODUCT_HEADERS

        public static final boolean DEFAULT_VALUE_SAVE_PRODUCT_HEADERS
        default value for preference save product headers (MPH, SPH) or not
        See Also:
        Constant Field Values
      • DEFAULT_VALUE_SAVE_PRODUCT_HISTORY

        public static final boolean DEFAULT_VALUE_SAVE_PRODUCT_HISTORY
        default value for preference save product history (History) or not
        See Also:
        Constant Field Values
      • DEFAULT_VALUE_SAVE_PRODUCT_ANNOTATIONS

        public static final boolean DEFAULT_VALUE_SAVE_PRODUCT_ANNOTATIONS
        default value for preference save product annotations (ADS) or not
        See Also:
        Constant Field Values
      • DEFAULT_VALUE_SAVE_INCREMENTAL

        public static final boolean DEFAULT_VALUE_SAVE_INCREMENTAL
        default value for preference incremental mode at save
        See Also:
        Constant Field Values
      • DEFAULT_VALUE_DIMAP_WRITE_CACHE

        public static final boolean DEFAULT_VALUE_DIMAP_WRITE_CACHE
        default value for preference for dimap caching
        See Also:
        Constant Field Values
    • Constructor Detail

      • WriteOptionsController

        public WriteOptionsController()
    • Method Detail

      • configure

        protected void configure​(com.bc.ceres.swing.binding.BindingContext context)
        Description copied from class: DefaultConfigController
        Configure the passed binding context. This is intended to be used to create enablements in order to add dependencies between property states. The default implementation does nothing.
        Overrides:
        configure in class DefaultConfigController
        Parameters:
        context - The BindingContext to configure.
        See Also:
        Enablement, BindingContext.bindEnabledState(String, boolean, com.bc.ceres.swing.binding.Enablement.Condition), BindingContext.bindEnabledState(String, boolean, String, Object)
      • getHelpCtx

        public org.openide.util.HelpCtx getHelpCtx()
        Specified by:
        getHelpCtx in class org.netbeans.spi.options.OptionsPanelController