|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RegistryNodeFactory
This interface allows plugin to create all the registry nodes
(other than the root node) as Node
subclasses,
and use FilterNode
to generate the display,
adding infrastructure actions in, and exposing certain infrastructure to
the plugins for use in constructing nodes.
Use a look-like infrastructure so migration to looks can happen easier.
Plugins need to register an instance of this class in module layer in folder
J2EE/DeploymentPlugins/{plugin_name}
.
Node
,
FilterNode
Method Summary | |
---|---|
org.openide.nodes.Node |
getManagerNode(org.openide.util.Lookup lookup)
Return node representing the admin server. |
org.openide.nodes.Node |
getTargetNode(org.openide.util.Lookup lookup)
Provide node representing Deployment API Target object. |
Method Detail |
---|
org.openide.nodes.Node getManagerNode(org.openide.util.Lookup lookup)
lookup
- will contain DeploymentFactory, DeploymentManager, Management objects.
org.openide.nodes.Node getTargetNode(org.openide.util.Lookup lookup)
lookup
- will contain DeploymentFactory, DeploymentManager, Target, Management objects.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |