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-runtime-plugins-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.uberfire.ext.plugin.model
├─ org.uberfire.ext.plugin.model.Activity.class - [JAR]
├─ org.uberfire.ext.plugin.model.CodeType.class - [JAR]
├─ org.uberfire.ext.plugin.model.DynamicMenu.class - [JAR]
├─ org.uberfire.ext.plugin.model.DynamicMenuItem.class - [JAR]
├─ org.uberfire.ext.plugin.model.Framework.class - [JAR]
├─ org.uberfire.ext.plugin.model.Language.class - [JAR]
├─ org.uberfire.ext.plugin.model.LayoutEditorModel.class - [JAR]
├─ org.uberfire.ext.plugin.model.Media.class - [JAR]
├─ org.uberfire.ext.plugin.model.Plugin.class - [JAR]
├─ org.uberfire.ext.plugin.model.PluginContent.class - [JAR]
├─ org.uberfire.ext.plugin.model.PluginSimpleContent.class - [JAR]
├─ org.uberfire.ext.plugin.model.PluginType.class - [JAR]
├─ org.uberfire.ext.plugin.model.RuntimePlugin.class - [JAR]
org.uberfire.ext.plugin.event
├─ org.uberfire.ext.plugin.event.BasePluginEvent.class - [JAR]
├─ org.uberfire.ext.plugin.event.MediaAdded.class - [JAR]
├─ org.uberfire.ext.plugin.event.MediaDeleted.class - [JAR]
├─ org.uberfire.ext.plugin.event.NewPluginRegistered.class - [JAR]
├─ org.uberfire.ext.plugin.event.PluginAdded.class - [JAR]
├─ org.uberfire.ext.plugin.event.PluginDeleted.class - [JAR]
├─ org.uberfire.ext.plugin.event.PluginRenamed.class - [JAR]
├─ org.uberfire.ext.plugin.event.PluginSaved.class - [JAR]
├─ org.uberfire.ext.plugin.event.PluginUnregistered.class - [JAR]
org.uberfire.ext.plugin.service
├─ org.uberfire.ext.plugin.service.PluginServices.class - [JAR]
org.uberfire.ext.plugin.type
├─ org.uberfire.ext.plugin.type.BasePluginResourceTypeDefinition.class - [JAR]
├─ org.uberfire.ext.plugin.type.DynamicMenuResourceTypeDefinition.class - [JAR]
├─ org.uberfire.ext.plugin.type.EditorPluginResourceTypeDefinition.class - [JAR]
├─ org.uberfire.ext.plugin.type.PerspectiveLayoutPluginResourceTypeDefinition.class - [JAR]
├─ org.uberfire.ext.plugin.type.ScreenPluginResourceTypeDefinition.class - [JAR]
├─ org.uberfire.ext.plugin.type.SplashPluginResourceTypeDefinition.class - [JAR]
├─ org.uberfire.ext.plugin.type.TagsConverterUtil.class - [JAR]
├─ org.uberfire.ext.plugin.type.TypeConverterUtil.class - [JAR]
org.uberfire.ext.plugin.exception
├─ org.uberfire.ext.plugin.exception.PluginAlreadyExists.class - [JAR]