Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-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.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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