1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-01 13:25:45 +02:00

comment cleanup

This commit is contained in:
Michael Scharf 2007-05-18 15:03:07 +00:00
parent be0bde339e
commit e5c1e2d013

View file

@ -16,7 +16,7 @@ import java.io.OutputStream;
/** /**
* Manage a single connection. Implementations of this class are contributed * 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 * @author Michael Scharf
* <p> * <p>
@ -97,13 +97,15 @@ public interface ITerminalConnector {
/** /**
* @return a new page that can be used in a dialog to setup this connection. * @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(); ISettingsPage makeSettingsPage();
/** /**
* @return A string that represents the state of the connection. * @return A string that represents the settings of the connection. This representation
* TODO: Michael Scharf: * may be shown in the status line of the terminal view.
*/ */
String getSettingsSummary(); String getSettingsSummary();