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 polygenesis-deducer-ui-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.polygenesis.deducers.ui.internal
├─ io.polygenesis.deducers.ui.internal.FeatureDeducer.class - [JAR]
├─ io.polygenesis.deducers.ui.internal.ScreensDeducer.class - [JAR]
├─ io.polygenesis.deducers.ui.internal.WidgetsDeducer.class - [JAR]
io.polygenesis.deducers.ui
├─ io.polygenesis.deducers.ui.UiContextDeducer.class - [JAR]
├─ io.polygenesis.deducers.ui.UiContextDeducerFactory.class - [JAR]
io.polygenesis.models.ui
├─ io.polygenesis.models.ui.ComponentDeducer.class - [JAR]
├─ io.polygenesis.models.ui.ContainerDeducer.class - [JAR]
├─ io.polygenesis.models.ui.ElementDeducer.class - [JAR]
├─ io.polygenesis.models.ui.FeatureDeducer.class - [JAR]
├─ io.polygenesis.models.ui.FeatureNameDeducer.class - [JAR]
├─ io.polygenesis.models.ui.LayoutDeducer.class - [JAR]
├─ io.polygenesis.models.ui.UiFeatureDeducer.class - [JAR]
├─ io.polygenesis.models.ui.UiFeatureDeducerFactory.class - [JAR]
├─ io.polygenesis.models.ui.UiLayoutContainerDeducer.class - [JAR]
├─ io.polygenesis.models.ui.UiLayoutContainerDeducerFactory.class - [JAR]