public @interface IntentHandlerRegistration
org.netbeans.spi.intent
for more info and examples.org.netbeans.spi.intent
Modifier and Type | Required Element and Description |
---|---|
String[] |
actions
List of supported action types.
|
String |
displayName
Display name of this handler.
|
int |
position
Position of the handler.
|
String |
uriPattern
Pattern of supported URIs.
|
public abstract int position
public abstract String[] actions
public abstract String displayName
public abstract String icon