This extension point is used to contribute terminal launcher delegates. <p> Terminal launcher delegates contributes terminal settings widget to the <code>LaunchTerminalSettingsDialog</code> required to open a remote terminal through a specific communication channel, like TCF or SSH. Declares a terminal launcher delegate contribution. The unique id of the terminal launcher delegate contribution. The label representing the terminal launcher delegate within the UI. The class that implements <code>org.eclipse.tcf.te.ui.terminals.interfaces.ILauncherDelegate</code> or extends <code>org.eclipse.tcf.te.ui.terminals.launcher.AbstractLauncherDelegate</code>. <p> The terminal launcher delegate implementation class must be specified either by the class attribute or the class child element! If <code>true</code>, than the terminal launcher delegate is not visible in the UI, even if a possible <code>enablement</code> will evaluate to <code>true</code>. A short description of the terminal connector type to be presented in the UI. Used when creating an <code>IExecutableExtension</code> with a named parameter, or more than one. The class that implements <code>org.eclipse.tcf.te.ui.terminals.interfaces.ILauncherDelegate</code> or extends <code>org.eclipse.tcf.te.ui.terminals.launcher.AbstractLauncherDelegate</code>. <p> The terminal launcher delegate implementation class must be specified either by the class attribute or the class child element! A parameter for an <code>IExecutableExtension</code>. <p>The parameter name.</p> <p>The parameter value.</p> Target Explorer 1.0.0 This is an example of the extension point usage: <p> <pre><code> <extension point="org.eclipse.tcf.te.ui.terminals.launcherDelegates"> <delegate id="org.eclipse.tcf.te.ui.terminals.launcher.tcf" class="org.eclipse.tcf.te.tcf.terminals.ui.internal.TerminalLauncherDelegate" label="TCF Terminal"> <enablement> ... </enablement> </delegate> </extension> </code></pre> The provider of a launcher delegate must implement <samp>org.eclipse.tcf.te.ui.terminals.interfaces.ILauncherDelegate</samp>. Copyright (c) 2011, 2018 Wind River Systems, Inc. and others. All rights reserved. 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-2.0/ SPDX-License-Identifier: EPL-2.0