|
Extension SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jdeveloper.model.NavigatorExtension
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. |
IdeContext |
updateContext(IdeContext 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 |
public NavigatorExtension()
Method Detail |
public void initialize()
initialize
in interface Addin
oracle.ide.addin.Addin
AddinManager
public void shutdown()
shutdown
in interface Addin
public boolean canShutdown()
canShutdown
in interface Addin
public float version()
version
in interface Addin
public float ideVersion()
ideVersion
in interface Addin
public IdeContext updateContext(IdeContext context, TNode[] tnodes)
updateContext
in interface Extension
context
- the current context.tnode
- the first tnode selected
|
Extension SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |