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.equinox.preferences-3.4.0.v20110502.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.osgi.service.prefs
├─ org.osgi.service.prefs.BackingStoreException.class - [JAR]
├─ org.osgi.service.prefs.Preferences.class - [JAR]
├─ org.osgi.service.prefs.PreferencesService.class - [JAR]
org.eclipse.core.internal.preferences.exchange
├─ org.eclipse.core.internal.preferences.exchange.ILegacyPreferences.class - [JAR]
├─ org.eclipse.core.internal.preferences.exchange.IProductPreferencesService.class - [JAR]
org.eclipse.core.runtime.preferences
├─ org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer.class - [JAR]
├─ org.eclipse.core.runtime.preferences.BundleDefaultsScope.class - [JAR]
├─ org.eclipse.core.runtime.preferences.ConfigurationScope.class - [JAR]
├─ org.eclipse.core.runtime.preferences.DefaultScope.class - [JAR]
├─ org.eclipse.core.runtime.preferences.IEclipsePreferences.class - [JAR]
├─ org.eclipse.core.runtime.preferences.IExportedPreferences.class - [JAR]
├─ org.eclipse.core.runtime.preferences.IPreferenceFilter.class - [JAR]
├─ org.eclipse.core.runtime.preferences.IPreferenceNodeVisitor.class - [JAR]
├─ org.eclipse.core.runtime.preferences.IPreferencesService.class - [JAR]
├─ org.eclipse.core.runtime.preferences.IScope.class - [JAR]
├─ org.eclipse.core.runtime.preferences.IScopeContext.class - [JAR]
├─ org.eclipse.core.runtime.preferences.InstanceScope.class - [JAR]
├─ org.eclipse.core.runtime.preferences.PreferenceFilterEntry.class - [JAR]
├─ org.eclipse.core.runtime.preferences.PreferenceModifyListener.class - [JAR]
org.eclipse.core.internal.preferences
├─ org.eclipse.core.internal.preferences.AbstractScope.class - [JAR]
├─ org.eclipse.core.internal.preferences.Activator.class - [JAR]
├─ org.eclipse.core.internal.preferences.Base64.class - [JAR]
├─ org.eclipse.core.internal.preferences.BundleDefaultPreferences.class - [JAR]
├─ org.eclipse.core.internal.preferences.ConfigurationPreferences.class - [JAR]
├─ org.eclipse.core.internal.preferences.DefaultPreferences.class - [JAR]
├─ org.eclipse.core.internal.preferences.EclipsePreferences.class - [JAR]
├─ org.eclipse.core.internal.preferences.ExportedPreferences.class - [JAR]
├─ org.eclipse.core.internal.preferences.IPreferencesConstants.class - [JAR]
├─ org.eclipse.core.internal.preferences.ImmutableMap.class - [JAR]
├─ org.eclipse.core.internal.preferences.InstancePreferences.class - [JAR]
├─ org.eclipse.core.internal.preferences.ListenerRegistry.class - [JAR]
├─ org.eclipse.core.internal.preferences.LookupOrder.class - [JAR]
├─ org.eclipse.core.internal.preferences.OSGiPreferencesServiceImpl.class - [JAR]
├─ org.eclipse.core.internal.preferences.OSGiPreferencesServiceManager.class - [JAR]
├─ org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.class - [JAR]
├─ org.eclipse.core.internal.preferences.PreferencesOSGiUtils.class - [JAR]
├─ org.eclipse.core.internal.preferences.PreferencesService.class - [JAR]
├─ org.eclipse.core.internal.preferences.PrefsMessages.class - [JAR]
├─ org.eclipse.core.internal.preferences.RootPreferences.class - [JAR]
├─ org.eclipse.core.internal.preferences.StringPool.class - [JAR]