Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » SWTBot » [SWTBotEditor] Can not doubleclick on cell element(My SWTBotEditor contains SWTBotTree and I can not select an element that represents a cell and doubleclick on it. )
[SWTBotEditor] Can not doubleclick on cell element [message #795316] Fri, 10 February 2012 10:20
empiret empiret is currently offline empiret empiretFriend
Messages: 3
Registered: February 2012
Junior Member
My Editor contains rows and columns.
But it does not contain SWTTable element, it contains SWTBotTree:

SWTBotEditor mappingFile = bot.editorByTitle("File");
SWTBotTree tree = myEditor.bot().tree();

My file contains columns and rows and I would like to doubleclick on a specific cell that has no text value. After double clicking on it, I can edit it and set my text.
The problem is that I can not get the object value of a cell X, Y.

Any help to find a cell object in a SWTBotEditor and double click on it?

Thank you.
Previous Topic:GEF editor returns "The graphical viewer is null"
Next Topic:In GMF Editor Click() method does not work
Goto Forum:
  


Current Time: Thu Apr 25 21:44:45 GMT 2024

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

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

Back to the top