Class MaskLayerController


  • public final class MaskLayerController
    extends DefaultConfigController
    Panel handling mask layer preferences. Sub-panel of the "Layer"-panel.
    • Field Detail

      • PREFERENCE_KEY_MASK_COLOR

        public static final String PREFERENCE_KEY_MASK_COLOR
        Preferences key for the mask overlay color
        See Also:
        Constant Field Values
      • PREFERENCE_KEY_MASK_TRANSPARENCY

        public static final String PREFERENCE_KEY_MASK_TRANSPARENCY
        Preferences key for the mask overlay transparency
        See Also:
        Constant Field Values
    • Constructor Detail

      • MaskLayerController

        public MaskLayerController()
    • 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.
      • getHelpCtx

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