1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

comment cleanup

This commit is contained in:
Michael Scharf 2007-05-18 15:03:07 +00:00
parent 284c70914e
commit 77ef9307f8

View file

@ -16,7 +16,7 @@ import java.io.OutputStream;
/**
* Manage a single connection. Implementations of this class are contributed
* via <code>org.eclipse.tm.internal.terminal.provisional.api.terminalConnector</code> extension point.
* via <code>org.eclipse.tm.terminal.terminalConnector</code> extension point.
*
* @author Michael Scharf
* <p>
@ -97,13 +97,15 @@ public interface ITerminalConnector {
/**
* @return a new page that can be used in a dialog to setup this connection.
* The dialog should persist its settings with the {@link #load(ISettingsStore)}
* and {@link #save(ISettingsStore)} methods.
*
*/
ISettingsPage makeSettingsPage();
/**
* @return A string that represents the state of the connection.
* TODO: Michael Scharf:
* @return A string that represents the settings of the connection. This representation
* may be shown in the status line of the terminal view.
*/
String getSettingsSummary();