| org.eclipse.ui.about.ISystemSummarySection
All known Subclasses: org.eclipse.ui.internal.about.ConfigurationLogDefaultSection,
ISystemSummarySection | public interface ISystemSummarySection (Code) | | Extensions to org.eclipse.ui.systemSummaryExtensions must provide
an implementation of this interface. The class must provide a default
constructor. A new instance of the class will be created each time the system
summyary is created.
since: 3.0 |
Method Summary | |
public void | write(PrintWriter writer) A method that puts the section's information into the system summary's
configuration details log. |
write | public void write(PrintWriter writer)(Code) | | A method that puts the section's information into the system summary's
configuration details log.
Parameters: writer - puts information into the system summary |
|
|