Uses of Class
org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandItem

Packages that use SWTBotExpandItem
org.eclipse.swtbot.swt.finder.widgets   
 

Uses of SWTBotExpandItem in org.eclipse.swtbot.swt.finder.widgets
 

Methods in org.eclipse.swtbot.swt.finder.widgets that return SWTBotExpandItem
 SWTBotExpandItem SWTBotExpandItem.collapse()
          Collapse this item and return itself.
 SWTBotExpandItem SWTBotExpandBar.collapseItem(Matcher<Widget> matcher)
          Collapses the ExpandItem and returns it.
 SWTBotExpandItem SWTBotExpandBar.collapseItem(String itemText)
          Collapses the ExpandItem and returns it.
 SWTBotExpandItem SWTBotExpandItem.expand()
          Expand this item and return itself.
 SWTBotExpandItem SWTBotExpandBar.expandItem(Matcher<Widget> matcher)
          Expands the ExpandItem and returns it.
 SWTBotExpandItem SWTBotExpandBar.expandItem(String itemText)
          Expands the ExpandItem and returns it.
 SWTBotExpandItem SWTBotExpandBar.getExpandItem(Matcher<Widget> matcher)
          Return the ExpandItem that matches the specified matcher.
 

Methods in org.eclipse.swtbot.swt.finder.widgets that return types with arguments of type SWTBotExpandItem
 List<SWTBotExpandItem> SWTBotExpandBar.getAllItems()