# HG changeset patch # User Frank Benoit # Date 1215357966 -7200 # Node ID 55591bc3974c91cbb6b00c7a09b9383fbf1c2f78 # Parent b3dbd786541a799478c2efca23dafa81e8b8551f# Parent d10ff1f47f84da5eac70b51394b5ddba85cdbd7a merge diff -r d10ff1f47f84 -r 55591bc3974c dwt/DWT.d --- a/dwt/DWT.d Sun Jul 06 16:42:54 2008 +0200 +++ b/dwt/DWT.d Sun Jul 06 17:26:06 2008 +0200 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2007 IBM Corporation and others. + * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -60,6 +60,8 @@ * HINT may change from release to release, although we typically * will not withdraw support for a HINT once it is made available. *

+ * + * @see Sample code and further information */ /* NOTE: @@ -434,7 +436,9 @@ * @see dwt.widgets.Display#addFilter * @see dwt.widgets.Event * + * @see dwt.custom.CCombo#addVerifyListener * @see dwt.widgets.Combo#addVerifyListener + * @see dwt.custom.StyledText#addVerifyListener * @see dwt.widgets.Text#addVerifyListener * @see dwt.events.VerifyListener#verifyText * @see dwt.events.VerifyEvent diff -r d10ff1f47f84 -r 55591bc3974c dwt/DWTError.d --- a/dwt/DWTError.d Sun Jul 06 16:42:54 2008 +0200 +++ b/dwt/DWTError.d Sun Jul 06 17:26:06 2008 +0200 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2005 IBM Corporation and others. + * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -42,6 +42,7 @@ * * @see DWTException * @see DWT#error(int) + * @see Sample code and further information */ public class DWTError : PlatformException { diff -r d10ff1f47f84 -r 55591bc3974c dwt/DWTException.d --- a/dwt/DWTException.d Sun Jul 06 16:42:54 2008 +0200 +++ b/dwt/DWTException.d Sun Jul 06 17:26:06 2008 +0200 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2005 IBM Corporation and others. + * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -33,6 +33,7 @@ *

* * @see DWTError + * @see Sample code and further information */ public class DWTException : Exception { diff -r d10ff1f47f84 -r 55591bc3974c dwt/accessibility/ACC.d --- a/dwt/accessibility/ACC.d Sun Jul 06 16:42:54 2008 +0200 +++ b/dwt/accessibility/ACC.d Sun Jul 06 17:26:06 2008 +0200 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. + * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -17,6 +17,8 @@ * Class ACC contains all the constants used in defining an * Accessible object. * + * @see Sample code and further information + * * @since 2.0 */ public class ACC { diff -r d10ff1f47f84 -r 55591bc3974c dwt/accessibility/Accessible.d --- a/dwt/accessibility/Accessible.d Sun Jul 06 16:42:54 2008 +0200 +++ b/dwt/accessibility/Accessible.d Sun Jul 06 17:26:06 2008 +0200 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2007 IBM Corporation and others. + * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -58,6 +58,8 @@ * @see AccessibleEvent * @see AccessibleControlListener * @see AccessibleControlEvent + * @see Accessibility snippets + * @see Sample code and further information * * @since 2.0 */ diff -r d10ff1f47f84 -r 55591bc3974c dwt/accessibility/AccessibleAdapter.d --- a/dwt/accessibility/AccessibleAdapter.d Sun Jul 06 16:42:54 2008 +0200 +++ b/dwt/accessibility/AccessibleAdapter.d Sun Jul 06 17:26:06 2008 +0200 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2003 IBM Corporation and others. + * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -31,6 +31,7 @@ * * @see AccessibleListener * @see AccessibleEvent + * @see Sample code and further information * * @since 2.0 */ diff -r d10ff1f47f84 -r 55591bc3974c dwt/accessibility/AccessibleControlAdapter.d --- a/dwt/accessibility/AccessibleControlAdapter.d Sun Jul 06 16:42:54 2008 +0200 +++ b/dwt/accessibility/AccessibleControlAdapter.d Sun Jul 06 17:26:06 2008 +0200 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2006 IBM Corporation and others. + * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -37,6 +37,7 @@ * * @see AccessibleControlListener * @see AccessibleControlEvent + * @see Sample code and further information * * @since 2.0 */ diff -r d10ff1f47f84 -r 55591bc3974c dwt/accessibility/AccessibleControlEvent.d --- a/dwt/accessibility/AccessibleControlEvent.d Sun Jul 06 16:42:54 2008 +0200 +++ b/dwt/accessibility/AccessibleControlEvent.d Sun Jul 06 17:26:06 2008 +0200 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. + * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -31,6 +31,7 @@ * * @see AccessibleControlListener * @see AccessibleControlAdapter + * @see Sample code and further information * * @since 2.0 */ diff -r d10ff1f47f84 -r 55591bc3974c dwt/accessibility/AccessibleEvent.d --- a/dwt/accessibility/AccessibleEvent.d Sun Jul 06 16:42:54 2008 +0200 +++ b/dwt/accessibility/AccessibleEvent.d Sun Jul 06 17:26:06 2008 +0200 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. + * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -28,6 +28,7 @@ * * @see AccessibleListener * @see AccessibleAdapter + * @see Sample code and further information * * @since 2.0 */ diff -r d10ff1f47f84 -r 55591bc3974c dwt/accessibility/AccessibleTextAdapter.d --- a/dwt/accessibility/AccessibleTextAdapter.d Sun Jul 06 16:42:54 2008 +0200 +++ b/dwt/accessibility/AccessibleTextAdapter.d Sun Jul 06 17:26:06 2008 +0200 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2003 IBM Corporation and others. + * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -37,6 +37,7 @@ * * @see AccessibleTextListener * @see AccessibleTextEvent + * @see Sample code and further information * * @since 3.0 */ diff -r d10ff1f47f84 -r 55591bc3974c dwt/accessibility/AccessibleTextEvent.d --- a/dwt/accessibility/AccessibleTextEvent.d Sun Jul 06 16:42:54 2008 +0200 +++ b/dwt/accessibility/AccessibleTextEvent.d Sun Jul 06 17:26:06 2008 +0200 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. + * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -30,6 +30,7 @@ * * @see AccessibleTextListener * @see AccessibleTextAdapter + * @see Sample code and further information * * @since 3.0 */ diff -r d10ff1f47f84 -r 55591bc3974c dwt/custom/AnimatedProgress.d --- a/dwt/custom/AnimatedProgress.d Sun Jul 06 16:42:54 2008 +0200 +++ b/dwt/custom/AnimatedProgress.d Sun Jul 06 17:26:06 2008 +0200 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2004 IBM Corporation and others. + * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -38,6 +38,8 @@ *
*
Styles:
VERTICAL, HORIZONTAL, BORDER *
+ * + * @see Sample code and further information */ public class AnimatedProgress : Canvas { diff -r d10ff1f47f84 -r 55591bc3974c dwt/custom/BidiSegmentEvent.d --- a/dwt/custom/BidiSegmentEvent.d Sun Jul 06 16:42:54 2008 +0200 +++ b/dwt/custom/BidiSegmentEvent.d Sun Jul 06 17:26:06 2008 +0200 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2005 IBM Corporation and others. + * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -60,6 +60,8 @@ * "R4R5R6". * visual line = "R3R2R1" + "R6R5R4" * + * + * @see Sample code and further information */ public class BidiSegmentEvent : TypedEvent { diff -r d10ff1f47f84 -r 55591bc3974c dwt/custom/Bullet.d --- a/dwt/custom/Bullet.d Sun Jul 06 16:42:54 2008 +0200 +++ b/dwt/custom/Bullet.d Sun Jul 06 17:26:06 2008 +0200 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2006 IBM Corporation and others. + * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -33,18 +33,39 @@ *

* * @see StyledText#setLineBullet(int, int, Bullet) + * @see Sample code and further information * * @since 3.2 */ public class Bullet { + /** + * The bullet type. Possible values are: + * + */ public int type; + + /** + * The bullet style. + */ public StyleRange style; + + /** + * The bullet text. + */ public String text; + int[] linesIndices; int count; /** - * Create a new bullet the specified style, the type is set to ST.BULLET_DOT. + * Create a new bullet with the specified style, and type ST.BULLET_DOT. * The style must have a glyph metrics set. * * @param style the style @@ -60,6 +81,7 @@ * Create a new bullet the specified style and type. * The style must have a glyph metrics set. * + * @param type the bullet type * @param style the style * * @exception IllegalArgumentException