I'm using the org.eclipse.tm.terminal.telnet plugin version 2.0.1 to provide a terminal
view (telnet) in my rcp application and I would like to programmatically open a terminal
view on a specific machine using the API of the plugin. How could I do this?
Is there a command that allows this with the required arguments (ip address, user name,
password)?