首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc (Current Development Version)
D-Index (Diff) - NetBeans API Javadoc (Current Development Version)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.modules.diff/1 1.18.0 42
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
G
I
M
O
P
R
S
T
V
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 in
org.netbeans.api.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
DiffController
- Class in
org.netbeans.api.diff
Encapsulates a single Diff window that displays differences between two files (sources).
DiffController.DiffPane
- Enum in
org.netbeans.api.diff
Enumerates Base (left) and Modified (right) panes of a Diff view for setLocation() method
DiffController.LocationType
- Enum in
org.netbeans.api.diff
Enumerates types of location for setLocation() method.
DiffControllerImpl
- Class in
org.netbeans.spi.diff
Provider class for DiffController, encapsulates a single Diff panel that displays differences between two files (sources).
DiffControllerImpl()
- Constructor for class org.netbeans.spi.diff.
DiffControllerImpl
Default constructor, does nothing.
DiffControllerProvider
- Class in
org.netbeans.spi.diff
Provider for DiffControllerImpl implemetations.
DiffControllerProvider()
- Constructor for class org.netbeans.spi.diff.
DiffControllerProvider
Difference
- Class in
org.netbeans.api.diff
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 in
org.netbeans.api.diff
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
DiffProvider
- Class in
org.netbeans.spi.diff
This class represents a provider of diff algorithm.
DiffProvider()
- Constructor for class org.netbeans.spi.diff.
DiffProvider
DiffView
- Interface in
org.netbeans.api.diff
Controller interface that allows external code to control the DIFF component.
DiffVisualizer
- Class in
org.netbeans.spi.diff
This class represents a diff visualizer.
DiffVisualizer()
- Constructor for class org.netbeans.spi.diff.
DiffVisualizer
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.modules.diff/1 1.18.0 42
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
G
I
M
O
P
R
S
T
V
Built on May 28 2007. | Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.