Extension SDK

oracle.jdeveloper.model
Class NavigatorExtension

java.lang.Object
  extended byoracle.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.
 float ideVersion()
          This method is called to determine the ide version number for which this feature was implemented.
 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.
 float version()
          This method is called to determine the feature version number, i.e.
 
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.

Specified by:
shutdown in interface Addin

canShutdown

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

Specified by:
canShutdown in interface Addin

version

public float version()
This method is called to determine the feature version number, i.e. 1.0

Specified by:
version in interface Addin
Returns:
the feature version number.

ideVersion

public float ideVersion()
This method is called to determine the ide version number for which this feature was implemented.

Specified by:
ideVersion in interface Addin
Returns:
the ide version number, i.e. 5.0 .

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

Extension SDK

 

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