Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Programmatically create a Telnet Terminal session

John, I think you'd better ask this question on tm-dev mailing list,


Target Management developer
discussions
<dsdp-tm-dev@xxxxxxxxxxx>

Anna.

On Fri, 2009-04-24 at 11:11 -0400, Elena Laskavaia wrote:
> What is TerminalView? From org.eclipse.tm?
> 
> John MOULE wrote:
> > Hi,
> > 
> > I posted this to Eclipse NewsPortal - eclipse.tools.cdt but have heard 
> > nothing so I'm trying here in case any kind soul can help me.
> > 
> > I would like to programmatically create a telnet session using the 
> > Terminal view. I don't want any settings UI to be presented. Instead I 
> > want to provide the telnet parameters programmatically. I think I need 
> > to do that with an ITerminalConnector.
> > 
> > I've tried the code below, but am missing the crucial first step where 
> > the View is created and I think that is why the onTerminalNewTerminal() 
> > is failing.
> > 
> > ITerminalConnector con;
> > ITerminalView view;
> > view = new TerminalView();
> > TerminalActionNewTerminal newTerm = new TerminalActionNewTerminal(view);
> > view.onTerminalNewTerminal();
> > view.onTerminalConnect();
> > 
> > Any help for an entry point into this would be greatly appreciated.
> > 
> > cheers john
> > 
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
-- 
Dr. Anna Dushistova,
MontaVista Software Inc.



Back to the top