首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc 5.0.0
G-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
G
getAll()
- Static method in class org.netbeans.api.diff.
Diff
Get all visual diff presenters registered in the system.
getComponent()
- Method in interface org.netbeans.api.diff.
DiffView
Gets the visual DIFF component that modules can include in their GUI.
getCurrentDifference()
- Method in interface org.netbeans.api.diff.
DiffView
Get the current difference that is displayed in the view.
getDefault()
- Static method in class org.netbeans.api.diff.
Diff
Get the default visual diff presenter.
getDifferenceCount()
- Method in interface org.netbeans.api.diff.
DiffView
Gets the number of differences found in sources.
getEndPosition()
- Method in class org.netbeans.api.diff.
Difference.Part
Get the position on which the difference ends on this line.
getFirstEnd()
- Method in class org.netbeans.api.diff.
Difference
Get the line number on which the difference ends in the first file.
getFirstLineDiffs()
- Method in class org.netbeans.api.diff.
Difference
The list of differences on lines in the first file.
getFirstStart()
- Method in class org.netbeans.api.diff.
Difference
Get the line number on which the difference starts in the first file.
getFirstText()
- Method in class org.netbeans.api.diff.
Difference
Get the text content of the difference in the first file.
getLine()
- Method in class org.netbeans.api.diff.
Difference.Part
Get the line number.
getMIMEType()
- Method in class org.netbeans.api.diff.
StreamSource
Get the MIME type of the source.
getName()
- Method in class org.netbeans.api.diff.
StreamSource
Get the name of the source.
getSecondEnd()
- Method in class org.netbeans.api.diff.
Difference
Get the line number on which the difference ends in the second file.
getSecondLineDiffs()
- Method in class org.netbeans.api.diff.
Difference
The list of differences on lines in the second file.
getSecondStart()
- Method in class org.netbeans.api.diff.
Difference
Get the line number on which the difference starts in the second file.
getSecondText()
- Method in class org.netbeans.api.diff.
Difference
Get the text content of the difference in the second file.
getStartPosition()
- Method in class org.netbeans.api.diff.
Difference.Part
Get the position on which the difference starts on this line.
getTitle()
- Method in class org.netbeans.api.diff.
StreamSource
Get the title of the source.
getToolBar()
- Method in interface org.netbeans.api.diff.
DiffView
Get a toolbar, that is adviced to be displayed together with the component obtained from
DiffView.getComponent()
.
getType()
- Method in class org.netbeans.api.diff.
Difference.Part
Get the difference type.
getType()
- Method in class org.netbeans.api.diff.
Difference
Get the difference type.
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.