首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc 5.0.0
D-Index (NetBeans Diff API) - NetBeans API Javadoc 5.0.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
G
M
O
P
R
S
T
D
DELETE
- Static variable in class org.netbeans.api.diff.
Difference
Delete type of difference - a portion of a file was removed in the other
Diff
- class org.netbeans.api.diff.
Diff
.
This class represents a visual diff presenter, that knows how to compute the differences between files and show them to the user.
Diff()
- Constructor for class org.netbeans.api.diff.
Diff
DiffProvider
- class org.netbeans.spi.diff.
DiffProvider
.
This class represents a provider of diff algorithm.
DiffProvider()
- Constructor for class org.netbeans.spi.diff.
DiffProvider
DiffView
- interface org.netbeans.api.diff.
DiffView
.
Controller interface that allows external code to control the DIFF component.
DiffVisualizer
- class org.netbeans.spi.diff.
DiffVisualizer
.
This class represents a diff visualizer.
DiffVisualizer()
- Constructor for class org.netbeans.spi.diff.
DiffVisualizer
Difference
- class org.netbeans.api.diff.
Difference
.
This class represents a single difference between two files.
Difference(int, int, int, int, int)
- Constructor for class org.netbeans.api.diff.
Difference
Creates a new instance of Difference
Difference(int, int, int, int, int, String, String)
- Constructor for class org.netbeans.api.diff.
Difference
Creates a new instance of Difference
Difference(int, int, int, int, int, String, String, Difference.Part[], Difference.Part[])
- Constructor for class org.netbeans.api.diff.
Difference
Creates a new instance of Difference
Difference.Part
- class org.netbeans.api.diff.
Difference.Part
.
This class represents a difference on a single line.
Difference.Part(int, int, int, int)
- Constructor for class org.netbeans.api.diff.
Difference.Part
Creates a new instance of LineDiff
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
G
M
O
P
R
S
T
Built on May 3 2007. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.