Skip navigation links

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

E17493-04


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.

Skip navigation links

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

E17493-04


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