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
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.
Copyright © 1997, 2004, Oracle. All rights reserved.