|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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).
| Method Summary | |
|---|---|
java.util.Collection<URLChooserShortcut> |
createShortcuts(Context context)Creates shortcuts for the specified context. |
| Method Detail |
|---|
java.util.Collection<URLChooserShortcut> createShortcuts(Context context)
context - a context in which the chooser is being invoked. The context is a copy, and so modifying it will have no effect.java.lang.NullPointerException - if context is null.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||