public class ToolAdapterOptionsController 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_AUTOCOMPLETE |
static boolean |
DEFAULT_VALUE_SHOW_EMPTY_PRODUCT_WARINING |
static boolean |
DEFAULT_VALUE_SHOW_EXECUTION_OUTPUT |
static boolean |
DEFAULT_VALUE_TABBED_WINDOW |
static boolean |
DEFAULT_VALUE_VALIDATE_PATHS |
static String |
PREFERENCE_KEY_AUTOCOMPLETE |
static String |
PREFERENCE_KEY_SHOW_EMPTY_PRODUCT_WARNING |
static String |
PREFERENCE_KEY_SHOW_EXECUTION_OUTPUT |
static String |
PREFERENCE_KEY_TABBED_WINDOW |
static String |
PREFERENCE_KEY_VALIDATE_PATHS |
Constructor and Description |
---|
ToolAdapterOptionsController() |
Modifier and Type | Method and Description |
---|---|
protected JPanel |
createPanel(BindingContext context)
Create a panel that allows the user to set the parameters in the given
BindingContext . |
protected PropertySet |
createPropertySet()
Create a
PropertySet object instance that holds all parameters. |
org.openide.util.HelpCtx |
getHelpCtx() |
void |
update() |
addPropertyChangeListener, applyChanges, cancel, configure, createPropertySet, getBindingContext, getComponent, isChanged, isInitialised, isValid, removePropertyChangeListener, setChanged
public static final String PREFERENCE_KEY_TABBED_WINDOW
public static final String PREFERENCE_KEY_VALIDATE_PATHS
public static final String PREFERENCE_KEY_SHOW_EMPTY_PRODUCT_WARNING
public static final String PREFERENCE_KEY_AUTOCOMPLETE
public static final String PREFERENCE_KEY_SHOW_EXECUTION_OUTPUT
public static final boolean DEFAULT_VALUE_TABBED_WINDOW
public static final boolean DEFAULT_VALUE_VALIDATE_PATHS
public static final boolean DEFAULT_VALUE_SHOW_EMPTY_PRODUCT_WARINING
public static final boolean DEFAULT_VALUE_SHOW_EXECUTION_OUTPUT
public static final boolean DEFAULT_VALUE_AUTOCOMPLETE
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 JPanel createPanel(BindingContext context)
DefaultConfigController
BindingContext
. Clients that want
to create their own panel representation on the given properties need to overwrite this method.createPanel
in class DefaultConfigController
context
- The BindingContext
for the panel.BindingContext
, never null
.public void update()
update
in class DefaultConfigController
public org.openide.util.HelpCtx getHelpCtx()
getHelpCtx
in class org.netbeans.spi.options.OptionsPanelController
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.