Constructor and Description |
---|
NavigatorExtension()
Constructor
|
Modifier and Type | Method and Description |
---|---|
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.
|
public void initialize()
initialize
in interface Addin
AddinManager
public void shutdown()
public boolean canShutdown()
public Context updateContext(Context context, TNode[] tnodes)
updateContext
in interface Extension
context
- the current context.tnode
- the first tnode selected