Interface URLChooserPluginExtension

All Superinterfaces:
PluginExtension, URLChooserMenuExtension

@Deprecated @API(type=EXTENDABLE, src=PUBLIC) public interface URLChooserPluginExtension extends URLChooserMenuExtension, PluginExtension
Deprecated.
This approach will continue to work but it is recommanded to use the ro.sync.exml.plugin.urlstreamhandler.URLChooserPluginExtension2 interface which also receives access to the Oxygen workspace.
URL chooser plugin extension. Allows the user to browse a repository of resources (usually by displaying a chooser dialog) and to select one or more resources for opening in Oxygen.
  • Method Summary

    Modifier and Type
    Method
    Description
    URL[]
    Deprecated.
    Choose a set of URLs with the corresponding protocol.

    Methods inherited from interface ro.sync.exml.plugin.urlstreamhandler.URLChooserMenuExtension

    getMenuName
  • Method Details

    • chooseURLs

      URL[] chooseURLs()
      Deprecated.
      Choose a set of URLs with the corresponding protocol.
      Returns:
      The chosen array of URLs or null if the user rejects the selection.