站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

Serialized Form (NetBeans Diff API) - NetBeans API Javadoc 4.1.0

 

Serialized Form


Package org.netbeans.api.diff

Class org.netbeans.api.diff.Difference extends Object implements Serializable

serialVersionUID: 7638201981188907148l

Serialized Fields

type

int type

firstStart

int firstStart

firstEnd

int firstEnd

secondStart

int secondStart

secondEnd

int secondEnd

firstLineDiffs

Difference.Part[] firstLineDiffs

secondLineDiffs

Difference.Part[] secondLineDiffs

firstText

String firstText
The text of the difference in the first file.


secondText

String secondText
The text of the difference in the second file.

Class org.netbeans.api.diff.Difference.Part extends Object implements Serializable

serialVersionUID: 7638201981188907149l

Serialized Fields

type

int type

line

int line

pos1

int pos1

pos2

int pos2

text

String text


 

Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.