Package org.eclipse.ui.about
Interface ISystemSummarySection
-
public interface ISystemSummarySectionExtensions toorg.eclipse.ui.systemSummaryExtensionsmust 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 summary is created.- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(PrintWriter writer)A method that puts the section's information into the system summary's configuration details log.
-
-
-
Method Detail
-
write
void write(PrintWriter writer)
A method that puts the section's information into the system summary's configuration details log.- Parameters:
writer- puts information into the system summary
-
-