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 mapping-ui-2.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.emf.mapping.presentation
├─ org.eclipse.emf.mapping.presentation.ComposedSelection.class - [JAR]
├─ org.eclipse.emf.mapping.presentation.DelayedColumnFitter.class - [JAR]
├─ org.eclipse.emf.mapping.presentation.IComposedSelection.class - [JAR]
├─ org.eclipse.emf.mapping.presentation.MappingDomainLabelProvider.class - [JAR]
├─ org.eclipse.emf.mapping.presentation.MappingEditor.class - [JAR]
├─ org.eclipse.emf.mapping.presentation.MappingUIPlugin.class - [JAR]
├─ org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer.class - [JAR]
org.eclipse.emf.mapping.action
├─ org.eclipse.emf.mapping.action.AddRootBottomAction.class - [JAR]
├─ org.eclipse.emf.mapping.action.AddRootTopAction.class - [JAR]
├─ org.eclipse.emf.mapping.action.CreateMappingAction.class - [JAR]
├─ org.eclipse.emf.mapping.action.CreateOneSidedMappingAction.class - [JAR]
├─ org.eclipse.emf.mapping.action.NameMatchMappingAction.class - [JAR]
├─ org.eclipse.emf.mapping.action.RemoveMappingAction.class - [JAR]
├─ org.eclipse.emf.mapping.action.TypeMatchMappingAction.class - [JAR]