Package | Description |
---|---|
org.openide.explorer.view |
The Explorer is really an abstraction that needs a
view
to actually display the nodes.
|
Modifier and Type | Method and Description |
---|---|
static NodeRenderer |
NodeRenderer.sharedInstance()
Deprecated.
This method no longer returns a shared instance, as it
caused problems with one view setting properties (such as enabled
state) on the renderer and the renderer then being used in its altered
state by a different view. Views should create their own instance of
NodeRenderer instead.
|