Interface URLChooserPluginExtension2
- All Superinterfaces:
PluginExtension
,URLChooserMenuExtension
@API(type=EXTENDABLE,
src=PUBLIC)
public interface URLChooserPluginExtension2
extends URLChooserMenuExtension, PluginExtension
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.
The user can access the entire workspace API.
- Since:
- 12.1
-
Method Summary
Modifier and TypeMethodDescriptionURL[]
chooseURLs
(StandalonePluginWorkspace workspaceAccess) Choose a set of URLs with the corresponding protocol.Methods inherited from interface ro.sync.exml.plugin.urlstreamhandler.URLChooserMenuExtension
getMenuName
-
Method Details
-
chooseURLs
Choose a set of URLs with the corresponding protocol.- Parameters:
workspaceAccess
- Access to the Oxygen workspace.- Returns:
- The chosen array of URLs or null if the user rejects the selection.
-