summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets
diff options
context:
space:
mode:
authorFelipe Heidrich <Felipe_Heidrich@ca.ibm.com>2011-07-21 16:55:36 -0400
committerFelipe Heidrich <Felipe_Heidrich@ca.ibm.com>2011-07-21 16:55:36 -0400
commitb9e679d47d2b65f7ad52dcb0b148e03cb3e9caf3 (patch)
tree9cf4be80b30c8c9188ae7fe23b87e2e7886ea27f /bundles/org.eclipse.swt/Eclipse SWT Custom Widgets
parent86e590387fc98740eb431ea80c5942750b2c6d0c (diff)
downloadeclipse.platform.swt-b9e679d47d2b65f7ad52dcb0b148e03cb3e9caf3.tar.gz
eclipse.platform.swt-b9e679d47d2b65f7ad52dcb0b148e03cb3e9caf3.tar.xz
eclipse.platform.swt-b9e679d47d2b65f7ad52dcb0b148e03cb3e9caf3.zip
bug 230854 - initial commit, started with patch from comment 149
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Custom Widgets')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/BidiSegmentEvent.java14
1 files changed, 1 insertions, 13 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/BidiSegmentEvent.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/BidiSegmentEvent.java
index d632d413d9..47e655a880 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/BidiSegmentEvent.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/BidiSegmentEvent.java
@@ -73,7 +73,7 @@ import org.eclipse.swt.events.*;
*
* @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
*/
-public class BidiSegmentEvent extends TypedEvent {
+public class BidiSegmentEvent extends SegmentEvent {
/**
* line start offset
@@ -84,19 +84,7 @@ public class BidiSegmentEvent extends TypedEvent {
* line text
*/
public String lineText;
-
- /**
- * bidi segments, see above
- */
- public int[] segments;
- /**
- * characters to be used in the segment boundaries (optional)
- *
- * @since 3.6
- */
- public char[] segmentsChars;
-
static final long serialVersionUID = 3257846571587547957L;
BidiSegmentEvent(StyledTextEvent e) {