public final class GraticuleLayerController 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
Constructor and Description |
---|
GraticuleLayerController() |
Modifier and Type | Method and Description |
---|---|
protected void |
configure(BindingContext context)
Configure the passed binding context.
|
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() |
addPropertyChangeListener, applyChanges, cancel, createPropertySet, getBindingContext, getComponent, isChanged, isInitialised, isValid, removePropertyChangeListener, setChanged, update
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
.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.