Cannot find Toolbar button in property view [message #891752] |
Mon, 25 June 2012 15:02  |
Eclipse User |
|
|
|
Hi,
I'm trying to click the property-view toolbar button "Show Advanced Properties".
I get a handle to the view. However I can't get a handle to the toolbar button with tooltip "Show Advanced Properties".
I've tried several things. None seems to work.
Any help will be appreciated:
SWTBotView propertyViewBotView = swtGefBot.viewById(PROPERTY_VIEW_ID);
SWTBotToolbarButton button = propertyViewBotView.bot().toolbarButtonWithTooltip("Show Advanced Properties");
SWTBotToolbarButton button2 = propertyViewBotView.bot().toolbarToggleButtonWithTooltip("Show Advanced Properties");
Thanks
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.27635 seconds