org.eclipse.swtbot.swt.finder
Annotation Type Style


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Style

Version:
$Id$
Author:
Ketan Padegaonkar <KetanPadegaonkar [at] gmail [dot] com>

Optional Element Summary
 String name
          The human readable name of the style constant variable.
 int value
          One of the style constants in SWT.
 

value

public abstract int value
One of the style constants in SWT.

Default:
0

name

public abstract String name
The human readable name of the style constant variable.

Default:
"SWT.NONE"