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 org.eclipse.e4.tools.compat-4.9.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.e4.tools.compat.parts
├─ org.eclipse.e4.tools.compat.parts.DIEditorPart.class - [JAR]
├─ org.eclipse.e4.tools.compat.parts.DIHandler.class - [JAR]
├─ org.eclipse.e4.tools.compat.parts.DIMultiPageEditorPart.class - [JAR]
├─ org.eclipse.e4.tools.compat.parts.DISaveableViewPart.class - [JAR]
├─ org.eclipse.e4.tools.compat.parts.DIViewPart.class - [JAR]
org.eclipse.e4.tools.compat.internal
├─ org.eclipse.e4.tools.compat.internal.ClipboardServiceImpl.class - [JAR]
├─ org.eclipse.e4.tools.compat.internal.ContextServiceFactory.class - [JAR]
├─ org.eclipse.e4.tools.compat.internal.CopyAction.class - [JAR]
├─ org.eclipse.e4.tools.compat.internal.CutAction.class - [JAR]
├─ org.eclipse.e4.tools.compat.internal.DefaultLoggerProvider.class - [JAR]
├─ org.eclipse.e4.tools.compat.internal.Messages.class - [JAR]
├─ org.eclipse.e4.tools.compat.internal.PartHelper.class - [JAR]
├─ org.eclipse.e4.tools.compat.internal.PasteAction.class - [JAR]
├─ org.eclipse.e4.tools.compat.internal.WorkbenchLogger.class - [JAR]