Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » SWTBot » tables in views
tables in views [message #39574] Fri, 19 June 2009 11:58 Go to next message
Pavel Cybulskij is currently offline Pavel CybulskijFriend
Messages: 21
Registered: July 2009
Junior Member
Hallo all,

Can i get anyhow an access to TABLES that stays in concrete VIEWS via view
TITLES (not via table id, index or label !) ?

Thanks vor answers in advance!

Pavel.
Re: tables in views [message #39668 is a reply to message #39574] Fri, 19 June 2009 12:29 Go to previous messageGo to next message
Ketan Padegaonkar is currently offline Ketan PadegaonkarFriend
Messages: 873
Registered: July 2009
Senior Member
Tree t = bot.viewByTitle("Package Explorer").bot().tree();

--
Ketan
http://studios.thoughtworks.com/twist | http://twitter.com/ketanpkr


On 19/6/09 17:28, Pavel Cybulskij wrote:
> Hallo all,
>
> Can i get anyhow an access to TABLES that stays in concrete VIEWS via
> view TITLES (not via table id, index or label !) ?
>
> Thanks vor answers in advance!
>
> Pavel.
>
Re: tables in views [message #39699 is a reply to message #39668] Fri, 19 June 2009 14:36 Go to previous message
Pavel Cybulskij is currently offline Pavel CybulskijFriend
Messages: 21
Registered: July 2009
Junior Member
OK, thanks, it works! :-)
(you mean certainly '.bot().table()', not '.tree()' ;-) )

Ketan Padegaonkar wrote:

> Tree t = bot.viewByTitle("Package Explorer").bot().tree();
Previous Topic:Bug in version 2.0.0.329 ?
Next Topic:test RCP application using swt/swing bridge
Goto Forum:
  


Current Time: Sat Apr 20 03:16:42 GMT 2024

Powered by FUDForum. Page generated in 0.03752 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top