Return a node expander for the object tree for a particular default node type.
A plugin could return non null here if they wish to override the default node
expander bahaviour. Most plugins should return null here.
An example of this methods use is the oracle plugin. This plugin
utilises this behaviour so that the procedure
node does not list functions or procedures withint packages. This is different
to the default bahaviour
|