View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window org-netbeans-api-intent-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.api.intent
├─ org.netbeans.api.intent.Callback.class - [JAR]
├─ org.netbeans.api.intent.Intent.class - [JAR]
├─ org.netbeans.api.intent.IntentAction.class - [JAR]
├─ org.netbeans.api.intent.NoAvailableHandlerException.class - [JAR]
├─ org.netbeans.api.intent.package-info.class - [JAR]
org.netbeans.modules.intent
├─ org.netbeans.modules.intent.CallbackResult.class - [JAR]
├─ org.netbeans.modules.intent.IntentHandler.class - [JAR]
├─ org.netbeans.modules.intent.OpenUriHandlerProcessor.class - [JAR]
├─ org.netbeans.modules.intent.SettableResult.class - [JAR]
org.netbeans.spi.intent
├─ org.netbeans.spi.intent.IntentHandlerRegistration.class - [JAR]
├─ org.netbeans.spi.intent.Result.class - [JAR]
├─ org.netbeans.spi.intent.package-info.class - [JAR]