Class GraticuleLayerController


  • public final class GraticuleLayerController
    extends DefaultConfigController
    * Panel handling graticule layer preferences. Sub-panel of the "Layer"-panel.
    • Constructor Detail

      • GraticuleLayerController

        public GraticuleLayerController()
    • Method Detail

      • createPanel

        protected JPanel createPanel​(com.bc.ceres.swing.binding.BindingContext context)
        Description copied from class: DefaultConfigController
        Create a panel that allows the user to set the parameters in the given BindingContext. Clients that want to create their own panel representation on the given properties need to overwrite this method.
        Overrides:
        createPanel in class DefaultConfigController
        Parameters:
        context - The BindingContext for the panel.
        Returns:
        A JPanel instance for the given BindingContext, never null.
      • 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