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

E13403-04

oracle.jdeveloper.model
Class NavigatorExtension

java.lang.Object
  extended by oracle.jdeveloper.model.NavigatorExtension
All Implemented Interfaces:
Addin, Extension

public class NavigatorExtension
extends java.lang.Object
implements Addin, Extension


Constructor Summary
NavigatorExtension()
          Constructor
 
Method Summary
 boolean canShutdown()
          This method is called by the IDE to confirm that the ide can shutdown.
 void initialize()
          This method is called by the IDE to request that the feature be initialized.
 void shutdown()
          This method is called by the IDE to request that the feature release any resources held before the ide shuts down.
 Context updateContext(Context context, TNode[] tnodes)
          This method is called when the NavigatorWindow getContext method is called.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigatorExtension

public NavigatorExtension()
Constructor

Method Detail

initialize

public void initialize()
This method is called by the IDE to request that the feature be initialized.

Specified by:
initialize in interface Addin
See Also:
AddinManager

shutdown

public void shutdown()
This method is called by the IDE to request that the feature release any resources held before the ide shuts down.


canShutdown

public boolean canShutdown()
This method is called by the IDE to confirm that the ide can shutdown.


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.

Specified by:
updateContext in interface Extension
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)

E13403-04

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