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 uberfire-js-7.74.1.Final.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.uberfire.client.perspective
├─ org.uberfire.client.perspective.JSNativePerspective.class - [JAR]
├─ org.uberfire.client.perspective.JSPanelDefinition.class - [JAR]
├─ org.uberfire.client.perspective.JSPartDefinition.class - [JAR]
├─ org.uberfire.client.perspective.JSWorkbenchPerspectiveActivity.class - [JAR]
org.uberfire.client.plugin
├─ org.uberfire.client.plugin.JSNativePlugin.class - [JAR]
├─ org.uberfire.client.plugin.RuntimePluginsServiceProxy.class - [JAR]
├─ org.uberfire.client.plugin.RuntimePluginsServiceProxyClientImpl.class - [JAR]
org.uberfire.client.splash
├─ org.uberfire.client.splash.JSNativeSplashScreen.class - [JAR]
├─ org.uberfire.client.splash.JSSplashScreenActivity.class - [JAR]
org.uberfire.client.exporter
├─ org.uberfire.client.exporter.EditorJSExporter.class - [JAR]
├─ org.uberfire.client.exporter.JSExporterUtils.class - [JAR]
├─ org.uberfire.client.exporter.PerspectiveJSExporter.class - [JAR]
├─ org.uberfire.client.exporter.PlaceManagerJSExporter.class - [JAR]
├─ org.uberfire.client.exporter.PluginJSExporter.class - [JAR]
├─ org.uberfire.client.exporter.ResourceTypeDefinitionJSExporter.class - [JAR]
├─ org.uberfire.client.exporter.SplashScreenJSExporter.class - [JAR]
├─ org.uberfire.client.exporter.UberfireJSAPIExporter.class - [JAR]
├─ org.uberfire.client.exporter.UberfireJSExporter.class - [JAR]
├─ org.uberfire.client.exporter.VFSJSExporter.class - [JAR]
org.uberfire.client.screen
├─ org.uberfire.client.screen.JSNativeScreen.class - [JAR]
├─ org.uberfire.client.screen.JSWorkbenchScreenActivity.class - [JAR]
org.uberfire.client.editor.type
├─ org.uberfire.client.editor.type.JSClientResourceType.class - [JAR]
├─ org.uberfire.client.editor.type.JSNativeClientResourceType.class - [JAR]
org.uberfire.client.editor
├─ org.uberfire.client.editor.JSEditorActivity.class - [JAR]
├─ org.uberfire.client.editor.JSNativeEditor.class - [JAR]
org.uberfire.client
├─ org.uberfire.client.JSEntryPoint.class - [JAR]