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 widgets-core-client-0.1.0.Alpha1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.uberfire.client.editors.repository.edit
├─ org.uberfire.client.editors.repository.edit.RepositoryEditorPresenter.class - [JAR]
├─ org.uberfire.client.editors.repository.edit.RepositoryEditorPresenterActivity.class - [JAR]
├─ org.uberfire.client.editors.repository.edit.RepositoryEditorView.class - [JAR]
org.uberfire.client.editors.repository.list
├─ org.uberfire.client.editors.repository.list.RepositoriesPresenter.class - [JAR]
├─ org.uberfire.client.editors.repository.list.RepositoriesPresenterActivity.class - [JAR]
├─ org.uberfire.client.editors.repository.list.RepositoriesView.class - [JAR]
org.uberfire.client.resources.i18n
├─ org.uberfire.client.resources.i18n.CoreConstants.class - [JAR]
org.uberfire.client.resources
├─ org.uberfire.client.resources.CoreCss.class - [JAR]
├─ org.uberfire.client.resources.CoreImages.class - [JAR]
├─ org.uberfire.client.resources.CoreResources.class - [JAR]
org.uberfire.client.editors.repository.clone
├─ org.uberfire.client.editors.repository.clone.CloneRepositoryWizard.class - [JAR]
org.uberfire.client.editors.texteditor
├─ org.uberfire.client.editors.texteditor.TextEditorPresenter.class - [JAR]
├─ org.uberfire.client.editors.texteditor.TextEditorPresenterActivity.class - [JAR]
├─ org.uberfire.client.editors.texteditor.TextEditorView.class - [JAR]
org.uberfire.client.editors.fileexplorer
├─ org.uberfire.client.editors.fileexplorer.FileExplorerPresenter.class - [JAR]
├─ org.uberfire.client.editors.fileexplorer.FileExplorerPresenterActivity.class - [JAR]
├─ org.uberfire.client.editors.fileexplorer.FileExplorerView.class - [JAR]
org.uberfire.client
├─ org.uberfire.client.CoreEntryPoint.class - [JAR]
org.uberfire.client.workbench.widgets.popups.activities.notfound
├─ org.uberfire.client.workbench.widgets.popups.activities.notfound.ActivityNotFoundPresenter.class - [JAR]
├─ org.uberfire.client.workbench.widgets.popups.activities.notfound.ActivityNotFoundPresenterActivity.class - [JAR]
├─ org.uberfire.client.workbench.widgets.popups.activities.notfound.ActivityNotFoundView.class - [JAR]
org.uberfire.client.editors.repository.create
├─ org.uberfire.client.editors.repository.create.CreateNewRepositoryWizard.class - [JAR]
org.uberfire.client.workbench.widgets.popups.activities.multiple
├─ org.uberfire.client.workbench.widgets.popups.activities.multiple.MultipleActivitiesFoundPresenter.class - [JAR]
├─ org.uberfire.client.workbench.widgets.popups.activities.multiple.MultipleActivitiesFoundPresenterActivity.class - [JAR]
├─ org.uberfire.client.workbench.widgets.popups.activities.multiple.MultipleActivitiesFoundView.class - [JAR]