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 wrapper-applib-0.2.0-incubating.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.isis.progmodel.wrapper.applib
├─ org.apache.isis.progmodel.wrapper.applib.DisabledException.class - [JAR]
├─ org.apache.isis.progmodel.wrapper.applib.HiddenException.class - [JAR]
├─ org.apache.isis.progmodel.wrapper.applib.InteractionException.class - [JAR]
├─ org.apache.isis.progmodel.wrapper.applib.InvalidException.class - [JAR]
├─ org.apache.isis.progmodel.wrapper.applib.WrapperFactory.class - [JAR]
├─ org.apache.isis.progmodel.wrapper.applib.WrapperObject.class - [JAR]
org.apache.isis.progmodel.wrapper.applib.listeners
├─ org.apache.isis.progmodel.wrapper.applib.listeners.InteractionAdapter.class - [JAR]
├─ org.apache.isis.progmodel.wrapper.applib.listeners.InteractionListener.class - [JAR]