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 jbpm-console-ng-dashboard-client-7.0.0.Beta5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jbpm.dashboard.renderer.client.panel.i18n
├─ org.jbpm.dashboard.renderer.client.panel.i18n.DashboardConstants.class - [JAR]
├─ org.jbpm.dashboard.renderer.client.panel.i18n.DashboardI18n.class - [JAR]
org.jbpm.dashboard.renderer.client.panel
├─ org.jbpm.dashboard.renderer.client.panel.AbstractDashboard.class - [JAR]
├─ org.jbpm.dashboard.renderer.client.panel.DashboardFactory.class - [JAR]
├─ org.jbpm.dashboard.renderer.client.panel.DashboardKpis.class - [JAR]
├─ org.jbpm.dashboard.renderer.client.panel.DashboardPerspective.class - [JAR]
├─ org.jbpm.dashboard.renderer.client.panel.DashboardPerspectiveActivity.class - [JAR]
├─ org.jbpm.dashboard.renderer.client.panel.DashboardScreen.class - [JAR]
├─ org.jbpm.dashboard.renderer.client.panel.DashboardScreenActivity.class - [JAR]
├─ org.jbpm.dashboard.renderer.client.panel.DashboardView.class - [JAR]
├─ org.jbpm.dashboard.renderer.client.panel.ProcessDashboard.class - [JAR]
├─ org.jbpm.dashboard.renderer.client.panel.ProcessDashboardView.class - [JAR]
├─ org.jbpm.dashboard.renderer.client.panel.TaskDashboard.class - [JAR]
├─ org.jbpm.dashboard.renderer.client.panel.TaskDashboardView.class - [JAR]
org.jbpm.dashboard.renderer.client.panel.events
├─ org.jbpm.dashboard.renderer.client.panel.events.ProcessDashboardFocusEvent.class - [JAR]
├─ org.jbpm.dashboard.renderer.client.panel.events.TaskDashboardFocusEvent.class - [JAR]
org.jbpm.dashboard.renderer.client.panel.formatter
├─ org.jbpm.dashboard.renderer.client.panel.formatter.DurationFormatter.class - [JAR]
org.jbpm.dashboard.renderer.client.panel.widgets
├─ org.jbpm.dashboard.renderer.client.panel.widgets.DisplayerContainer.class - [JAR]
├─ org.jbpm.dashboard.renderer.client.panel.widgets.DisplayerContainerView.class - [JAR]
├─ org.jbpm.dashboard.renderer.client.panel.widgets.ProcessBreadCrumb.class - [JAR]
├─ org.jbpm.dashboard.renderer.client.panel.widgets.ProcessBreadCrumbView.class - [JAR]