|
org.netbeans.core.ide/1 1.24.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=SOURCE) @Target(value={METHOD,TYPE}) public @interface ServicesTabNodeRegistration
Annotation applicable to any class that extends Node
or
static method that returns Node
. Its presence means that
the node shall appear in the Services tab.
Required Element Summary | |
---|---|
String |
displayName
Human readable name. |
String |
iconResource
Icon to use for the node. |
String |
name
|
Optional Element Summary | |
---|---|
int |
position
Ordering location of the Node . |
String |
shortDescription
Description of the node. |
Element Detail |
---|
public abstract String name
public abstract String displayName
#KEY
to reference a key in
Bundle.properties
file next to the node class
or factory method.
public abstract String iconResource
AbstractNode.setIconBaseWithExtension(java.lang.String)
for more info.
public abstract String shortDescription
#KEY
to reference a key in
Bundle.properties
file next to the node class
or factory method.
public abstract int position
Node
.
|
org.netbeans.core.ide/1 1.24.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |