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 kie-wb-common-project-explorer-api-7.74.1.Final.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.kie.workbench.common.screens.explorer.service
├─ org.kie.workbench.common.screens.explorer.service.ActiveOptions.class - [JAR]
├─ org.kie.workbench.common.screens.explorer.service.ExplorerService.class - [JAR]
├─ org.kie.workbench.common.screens.explorer.service.Option.class - [JAR]
├─ org.kie.workbench.common.screens.explorer.service.ProjectExplorerContentQuery.class - [JAR]
org.kie.workbench.common.screens.explorer.utils
├─ org.kie.workbench.common.screens.explorer.utils.Sorters.class - [JAR]
org.kie.workbench.common.screens.explorer.model
├─ org.kie.workbench.common.screens.explorer.model.FolderItem.class - [JAR]
├─ org.kie.workbench.common.screens.explorer.model.FolderItemOperation.class - [JAR]
├─ org.kie.workbench.common.screens.explorer.model.FolderItemType.class - [JAR]
├─ org.kie.workbench.common.screens.explorer.model.FolderListing.class - [JAR]
├─ org.kie.workbench.common.screens.explorer.model.ProjectExplorerContent.class - [JAR]
├─ org.kie.workbench.common.screens.explorer.model.URIStructureExplorerModel.class - [JAR]