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 IdeContext updateContext(IdeContext 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.