blob: b6f3e2c113e624b4c0daf0bb06702b0b10a65728 [file] [log] [blame]
package test.prefs.example;
public class X08 {
/**
* @param parent the parent control under which the control must be created
* @param direction the layout direction of the contents, either </code>SWT.HORIZONTAL<code> or </code>SWT.VERTICAL<code>
* @return the SWT control hierarchy for the outline part of the compare editor
* @since 3.0
*/
String foo(Object parent, int direction) {
return null;
}
}