Extension SDK 10.1.2

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

public 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.
Returns:
the updated context.

Extension SDK

 

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