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; } }