comparison dwt/custom/LineStyleEvent.d @ 212:ab60f3309436

reverted the char[] to String and use the an alias.
author Frank Benoit <benoit@tionex.de>
date Mon, 05 May 2008 00:12:38 +0200
parents a5afe31f5cdd
children 36f5cb12e1a2
comparison
equal deleted inserted replaced
211:ff59aeb96cac 212:ab60f3309436
1 /******************************************************************************* 1 /*******************************************************************************
2 * Copyright (c) 2000, 2006 IBM Corporation and others. 2 * Copyright (c) 2000, 2006 IBM Corporation and others.
3 * All rights reserved. This program and the accompanying materials 3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0 4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at 5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
14 14
15 import dwt.events.TypedEvent; 15 import dwt.events.TypedEvent;
16 import dwt.custom.StyleRange; 16 import dwt.custom.StyleRange;
17 import dwt.custom.Bullet; 17 import dwt.custom.Bullet;
18 import dwt.custom.StyledTextEvent; 18 import dwt.custom.StyledTextEvent;
19 import dwt.dwthelper.utils;
19 20
20 /** 21 /**
21 * This event is sent when a line is about to be drawn. 22 * This event is sent when a line is about to be drawn.
22 */ 23 */
23 public class LineStyleEvent : TypedEvent { 24 public class LineStyleEvent : TypedEvent {
28 public int lineOffset; 29 public int lineOffset;
29 30
30 /** 31 /**
31 * line text (input) 32 * line text (input)
32 */ 33 */
33 public char[] lineText; 34 public String lineText;
34 35
35 /** 36 /**
36 * line ranges (output) 37 * line ranges (output)
37 * 38 *
38 * @since 3.2 39 * @since 3.2