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
Built on August 30 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.