Sign in
eclipse
/
swtbot
/
org.eclipse.swtbot
/
master
/
.
/
org.eclipse.swtbot.generator
/
templates
/
SWTBot
/
additionalMethods
blob: 6aed077ea2c6839dda73c95c71b99bf1a8db7069 [
file
]
private
Matcher
<?
extends
Widget
>
withLabel
(
String
label
)
{
return
WidgetMatcherFactory
.
withLabel
(
label
,
finder
);
}