The Eclipse UI provides an AboutDialog that can be branded and reused by client product plugins. This dialog includes SystemSummary information that contains configuration details. By extending the org.eclipse.ui.systemSummarySections extension point clients are able to put their own information into the log.
The class specified in the section element must be a concrete subclass of org.eclipse.ui.about.ISystemSummarySection.
Supplied Implementation:
The Workbench uses this extension point to provide the following sections in the system summary dialog:
System properties: The properties returned by java.lang.System.getProperties().
Features: The installed features.
Plug-in Registry: The installed plug-ins and their status.
User Preferences: The preferences that have been modified from their default values.
Copyright (c) 2004, 2005 IBM Corporation and others.
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0 which accompanies
this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html/
SPDX-License-Identifier: EPL-2.0