hi ketan if i want to add support for a swtplus jar widgets
i need the following chg say : these are the entries for expand bar in SWTBot class public SWTBotExpandBar expandBarWithLabel(String expandBarLabel) throws WidgetNotFoundException { return new SWTBotExpandBar(finder, expandBarLabel); } public SWTBotExpandBar expandBar() throws WidgetNotFoundException { return expandBar(0); } & so on..... i add mine in the same way as well: public SWTBotPShelf pShelfWithLabel(String pShelfLabel) throws WidgetNotFoundException { return new SWTBotPShelf(finder, PShelf); } //which is in turn defined in the class SWTBotPShelf extends AbstractLabelSWTBot in the package net.sf.swtbot.widgets; are these the two classes i need to write intially to develop some support for the Required widgets *********************************************************** Veneet wrote: > > Hi guys > > Has any one extended the SWTBot Api to add support for more widgets... > ? > if yes could you provide a little desc on how to start off with > it..cause i would be needing some > help on the same > > Thanks > > Bye > Veneet > -- View this message in context: http://www.nabble.com/SWTBot-query-API-extension-tp19988625p19988944.html Sent from the SWTBot Users List mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ SWTBot-users mailing list SWTBot-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/swtbot-users http://swtbot.org/ - a functional testing tool for SWT/Eclipse