Class VFSOptionsController


  • public class VFSOptionsController
    extends DefaultConfigController
    A controller for VFS Remote File Repositories. Used for provide a UI to the strategy with storing VFS connection data.
    • Constructor Detail

      • VFSOptionsController

        public VFSOptionsController()
    • Method Detail

      • createPanel

        protected JPanel createPanel​(com.bc.ceres.swing.binding.BindingContext context)
        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.
      • isChanged

        public boolean isChanged()
        Check whether options changes.
        Overrides:
        isChanged in class DefaultConfigController
        Returns:
        true if options is changed
      • getHelpCtx

        public org.openide.util.HelpCtx getHelpCtx()
        Gets the Help Context for this Options Controller
        Specified by:
        getHelpCtx in class org.netbeans.spi.options.OptionsPanelController
        Returns:
        The Help Context