Class AdapterSelectorDescriptor

    • Constructor Detail

      • AdapterSelectorDescriptor

        public AdapterSelectorDescriptor​(String type,
                                         ConfigurablePlugin plugin,
                                         GuiConfigDescriptor guiConfigDesc,
                                         Set<String> results)
        Deprecated.
        The constructor for the AdapterSelectorDescriptor class. The most notable parameter is the results Set which contains String values to be used for Adapter Selection runtime processing.
        Parameters:
        type - a text label for the Adapter Selector
        plugin - the plugin instance
        guiConfigDesc - the graphical user interface descriptor used for expressing the configurable fields of the Adapter Selector
        results - the set of String values to be used for Adapter Selector runtime processing.
      • AdapterSelectorDescriptor

        public AdapterSelectorDescriptor​(String type,
                                         ConfigurablePlugin plugin,
                                         GuiConfigDescriptor guiConfigDesc,
                                         Set<String> results,
                                         String version)
        Deprecated.
        The constructor for the AdapterSelectorDescriptor class. The most notable parameter is the results Set which contains String values to be used for Adapter Selection runtime processing.
        Parameters:
        type - a text label for the Adapter Selector
        plugin - the plugin instance
        guiConfigDesc - the graphical user interface descriptor used for expressing the configurable fields of the Adapter Selector
        results - the set of String values to be used for Adapter Selector runtime processing.
        version - The version of this PluginDescriptor.
      • AdapterSelectorDescriptor

        public AdapterSelectorDescriptor​(String type,
                                         ConfigurablePlugin plugin,
                                         GuiConfigDescriptorBuilder guiConfigDescBuilder,
                                         Set<String> results)
        Deprecated.
        The constructor for the AdapterSelectorDescriptor class. The most notable parameter is the results Set which contains String values to be used for Adapter Selection runtime processing.
        Parameters:
        type - a text label for the Adapter Selector
        plugin - the plugin instance
        guiConfigDescBuilder - the graphical user interface descriptor builder used for expressing the configurable fields of the Adapter Selector. Everytime a GUI configuration descriptor is needed, a new one will be created by the builder.
        results - the set of String values to be used for Adapter Selector runtime processing.
        Since:
        6.11
      • AdapterSelectorDescriptor

        public AdapterSelectorDescriptor​(String type,
                                         ConfigurablePlugin plugin,
                                         GuiConfigDescriptorBuilder guiConfigDescBuilder,
                                         Set<String> results,
                                         String version)
        Deprecated.
        The constructor for the AdapterSelectorDescriptor class. The most notable parameter is the results Set which contains String values to be used for Adapter Selection runtime processing.
        Parameters:
        type - a text label for the Adapter Selector
        plugin - the plugin instance
        guiConfigDescBuilder - the graphical user interface descriptor builder used for expressing the configurable fields of the Adapter Selector. Everytime a GUI configuration descriptor is needed, a new one will be created by the builder.
        results - the set of String values to be used for Adapter Selector runtime processing.
        version - The version of this PluginDescriptor.
        Since:
        6.11
    • Method Detail

      • setSupportsExtendedResults

        public void setSupportsExtendedResults​(boolean supportsExtendedResults)
        Deprecated.
        This method is used to specify whether or not an Adapter Selector should allow additional result values to be specified via the Selector Result Values screen.
        Parameters:
        supportsExtendedResults - flag indicating whether extended results should be allowed to be specified via the Selector Result Values screen.