public @interface IntentHandlerRegistration
org.netbeans.spi.intent for more info and examples.org.netbeans.spi.intent| Modifier and Type | Required Element | Description |
|---|---|---|
java.lang.String[] |
actions |
List of supported action types.
|
java.lang.String |
displayName |
Display name of this handler.
|
int |
position |
Position of the handler.
|
java.lang.String |
uriPattern |
Pattern of supported URIs.
|
| Modifier and Type | Optional Element | Description |
|---|---|---|
java.lang.String |
icon |
Identifier for an icon, e.g.
|
int position
java.lang.String[] actions
java.lang.String uriPattern
Pattern. Examples: To handle
all URIs, use ".*", to handle http adresses, use "http://.*".Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.