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-widgets-core-editors-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.ext.widgets.core.client.resources.i18n
├─ org.uberfire.ext.widgets.core.client.resources.i18n.EditorsConstants.class - [JAR]
org.uberfire.ext.widgets.core.client.editors.texteditor
├─ org.uberfire.ext.widgets.core.client.editors.texteditor.TextEditorPresenter.class - [JAR]
├─ org.uberfire.ext.widgets.core.client.editors.texteditor.TextEditorView.class - [JAR]
├─ org.uberfire.ext.widgets.core.client.editors.texteditor.TextEditorWorkbenchEditor.class - [JAR]
├─ org.uberfire.ext.widgets.core.client.editors.texteditor.TextEditorWorkbenchEditorActivity.class - [JAR]
├─ org.uberfire.ext.widgets.core.client.editors.texteditor.TextResourceType.class - [JAR]
org.uberfire.ext.widgets.core.client.editors.metafile
├─ org.uberfire.ext.widgets.core.client.editors.metafile.MetaFileEditorPresenter.class - [JAR]
├─ org.uberfire.ext.widgets.core.client.editors.metafile.MetaFileEditorPresenterActivity.class - [JAR]