New Terminal Wizards

Identifier:
eu.geclipse.terminal.newTerminalWizards

Description:
This extension point is used to plug in new terminal wizards which allow to create terminal sessions using different communication layers or data sources.

Configuration Markup:

<!ELEMENT extension (wizard+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT wizard EMPTY>

<!ATTLIST wizard

name  CDATA #REQUIRED

class CDATA #REQUIRED

icon  CDATA #IMPLIED

id    CDATA #REQUIRED>


Examples:
See eu.geclipse.terminal.ssh for an example.