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

E13403-08

oracle.ide.navigator
Interface Extension

All Known Implementing Classes:
NavigatorExtension

public interface Extension

The Extension interface provides the API for customizing the navigator window. Clients register navigator extensions with the NavigatorWindow.

See Also:
oracle.ide.NavigatorWindow, oracle.ide.Navigator

Method Summary
 Context updateContext(Context context, TNode[] tnodes)
          This method is called when the NavigatorWindow getContext method is called.
 

Method Detail

updateContext

Context updateContext(Context context,
                      TNode[] tnodes)
This method is called when the NavigatorWindow getContext method is called. Its purpose is to give clients of the Navigator to update the context as necessary.

Parameters:
context - the current context.
tnode - the first tnode selected
Returns:
the updated context.

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

E13403-08

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