public final class WriteOptionsController extends DefaultConfigController
org.netbeans.spi.options.OptionsPanelController.ContainerRegistration, org.netbeans.spi.options.OptionsPanelController.Keywords, org.netbeans.spi.options.OptionsPanelController.KeywordsRegistration, org.netbeans.spi.options.OptionsPanelController.SubRegistration, org.netbeans.spi.options.OptionsPanelController.TopLevelRegistration
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_VALUE_SAVE_INCREMENTAL
default value for preference incremental mode at save
|
static boolean |
DEFAULT_VALUE_SAVE_PRODUCT_ANNOTATIONS
default value for preference save product annotations (ADS) or not
|
static boolean |
DEFAULT_VALUE_SAVE_PRODUCT_HEADERS
default value for preference save product headers (MPH, SPH) or not
|
static boolean |
DEFAULT_VALUE_SAVE_PRODUCT_HISTORY
default value for preference save product history (History) or not
|
static String |
PREFERENCE_KEY_SAVE_INCREMENTAL
Preferences key for incremental mode at save
|
static String |
PREFERENCE_KEY_SAVE_PRODUCT_ANNOTATIONS
Preferences key for save product annotations (ADS) or not
|
static String |
PREFERENCE_KEY_SAVE_PRODUCT_HEADERS
Preferences key for save product headers (MPH, SPH) or not
|
static String |
PREFERENCE_KEY_SAVE_PRODUCT_HISTORY
Preferences key for save product history or not
|
Constructor and Description |
---|
WriteOptionsController() |
Modifier and Type | Method and Description |
---|---|
protected void |
configure(BindingContext context)
Configure the passed binding context.
|
protected PropertySet |
createPropertySet()
Create a
PropertySet object instance that holds all parameters. |
org.openide.util.HelpCtx |
getHelpCtx() |
addPropertyChangeListener, applyChanges, cancel, createPanel, createPropertySet, getBindingContext, getComponent, isChanged, isInitialised, isValid, removePropertyChangeListener, setChanged, update
public static final String PREFERENCE_KEY_SAVE_PRODUCT_HEADERS
public static final String PREFERENCE_KEY_SAVE_PRODUCT_HISTORY
public static final String PREFERENCE_KEY_SAVE_PRODUCT_ANNOTATIONS
public static final String PREFERENCE_KEY_SAVE_INCREMENTAL
public static final boolean DEFAULT_VALUE_SAVE_PRODUCT_HEADERS
public static final boolean DEFAULT_VALUE_SAVE_PRODUCT_HISTORY
public static final boolean DEFAULT_VALUE_SAVE_PRODUCT_ANNOTATIONS
public static final boolean DEFAULT_VALUE_SAVE_INCREMENTAL
protected PropertySet createPropertySet()
DefaultConfigController
PropertySet
object instance that holds all parameters.
Clients that want to maintain properties need to overwrite this method.createPropertySet
in class DefaultConfigController
PropertySet
, holding all configuration parameters.DefaultConfigController.createPropertySet(Object)
protected void configure(BindingContext context)
DefaultConfigController
enablements
in order to
add dependencies between property states. The default implementation does nothing.configure
in class DefaultConfigController
context
- The BindingContext
to configure.Enablement
,
BindingContext.bindEnabledState(String, boolean, com.bc.ceres.swing.binding.Enablement.Condition)
,
BindingContext.bindEnabledState(String, boolean, String, Object)
public org.openide.util.HelpCtx getHelpCtx()
getHelpCtx
in class org.netbeans.spi.options.OptionsPanelController
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.