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