Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.ide.dialogs
Interface URLChooserShortcutProvider


public interface URLChooserShortcutProvider

A URLChooserShortcutProvider can install shortcuts into the URLChooser dynamically based on the context.

Register providers using DialogUtil.addURLChooserShortcutProvider(URLChooserShortcutProvider). The shortcuts are installed by DialogUtil.addShortcutButtons(URLChooser,Context).

Since:
11.1.1.0.1

Method Summary
 java.util.Collection<URLChooserShortcut> createShortcuts(Context context)
          Creates shortcuts for the specified context.

 

Method Detail

createShortcuts

java.util.Collection<URLChooserShortcut> createShortcuts(Context context)
Creates shortcuts for the specified context.
Parameters:
context - a context in which the chooser is being invoked. The context is a copy, and so modifying it will have no effect.
Returns:
a collection of shorcuts. This method should return an empty collection rather than null if no shortcuts are provided for the specified context.
Throws:
java.lang.NullPointerException - if context is null.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


Copyright © 1997, 2015, Oracle. All rights reserved.