Registry / utility / org-netbeans-api-progress-nb

org-netbeans-api-progress-nb

JSON →
libraryRELEASE300javamavenunverified

Provides the NetBeans Progress API for displaying progress indicators in the NetBeans IDE platform.

<dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-netbeans-api-progress-nb</artifactId> <version>RELEASE300</version> </dependency>
INSTALL
IMPORT
SIG · ORG-NETBEANS-API-P
O
org-netbeans-api-progress-nb
utilityjavavRELEASE300
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.

ProgressHandle
org.netbeans.api.progress.ProgressHandle

Create and manage a progress handle for a long-running task.

import org.netbeans.api.progress.ProgressHandle; import org.netbeans.api.progress.ProgressHandleFactory; ProgressHandle handle = ProgressHandleFactory.createHandle("Task"); handle.start(100); handle.progress(50); handle.finish();
Debug
Known issues
gotchaThis API is specific to the NetBeans platform and may not be available in standalone applications.
fix
Ensure your application runs within the NetBeans platform or use a compatible environment.
affects: all
Upgrade
Version history
RELEASE300latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
org-netbeans-api-progress-nb — mvn dependency:get org-netbeans-api-progress-nb · libregistry