Registry / utility / org-openide-actions

org-openide-actions

JSON →
libraryRELEASE290javamavenunverified

Provides the NetBeans Actions API for defining and managing user actions within the NetBeans platform.

<dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-openide-actions</artifactId> <version>RELEASE290</version> </dependency>
INSTALL
IMPORT
SIG · ORG-OPENIDE-ACTION
O
org-openide-actions
utilityjavavRELEASE290
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OpenAction
org.openide.actions.OpenAction

Minimal example showing how to obtain the OpenAction instance from the NetBeans Actions API.

import org.openide.actions.OpenAction; import org.openide.nodes.Node; public class Example { public static void main(String[] args) { OpenAction action = OpenAction.get(OpenAction.class); System.out.println("Open action instance: " + action); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
RELEASE290latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
org-openide-actions — mvn dependency:get org-openide-actions · libregistry