From c266ce036d9fa73db75b2eebe4ae3d866bdadd82 Mon Sep 17 00:00:00 2001 From: Markus Keller Date: Tue, 12 Mar 2013 15:28:58 +0100 Subject: Javadoc --- .../common/org/eclipse/swt/custom/BidiSegmentListener.java | 7 +++---- .../common/org/eclipse/swt/events/SegmentListener.java | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/BidiSegmentListener.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/BidiSegmentListener.java index 11bd99e82a..02ed1c01a7 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/BidiSegmentListener.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/BidiSegmentListener.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2012 IBM Corporation and others. + * Copyright (c) 2000, 2013 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 @@ -10,7 +10,7 @@ *******************************************************************************/ package org.eclipse.swt.custom; -import org.eclipse.swt.internal.SWTEventListener; +import org.eclipse.swt.internal.*; /** * This listener interface may be implemented in order to receive @@ -27,11 +27,10 @@ public interface BidiSegmentListener extends SWTEventListener { *
  • event.lineOffset line start offset (input)
  • *
  • event.lineText line text (input)
  • *
  • event.segments text segments that should be reordered separately (output)
  • - *
  • event.segmentsChars characters that should be inserted (output)
  • + *
  • event.segmentsChars characters that should be inserted (output, optional)
  • * * * @param event the given event - * separately. (output) * @see BidiSegmentEvent */ public void lineGetSegments(BidiSegmentEvent event); diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/SegmentListener.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/SegmentListener.java index dfcc2fcbf9..d9c27a84c3 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/SegmentListener.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/SegmentListener.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2012 IBM Corporation and others. + * Copyright (c) 2000, 2013 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 @@ -10,7 +10,7 @@ *******************************************************************************/ package org.eclipse.swt.events; -import org.eclipse.swt.internal.SWTEventListener; +import org.eclipse.swt.internal.*; /** * This listener interface may be implemented in order to receive @@ -25,9 +25,9 @@ public interface SegmentListener extends SWTEventListener { * This method is called when text content is being modified. *

    * The following event fields are used:

    * * @param event the given event -- cgit v1.2.3