blob: cd4466201cccc00a0e65901d870bbcd1ab807497 [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;
}
}