首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc (Current Development Version)
G-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
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 class org.netbeans.api.diff.
DiffController
Gets total number of Differences between sources currently displayed in the Diff view.
getDifferenceCount()
- Method in interface org.netbeans.api.diff.
DiffView
Gets the number of differences found in sources.
getDifferenceCount()
- Method in class org.netbeans.spi.diff.
DiffControllerImpl
Gets total number of Differences between sources currently displayed in the Diff view.
getDifferenceIndex()
- Method in class org.netbeans.api.diff.
DiffController
Gets the current (highlighted) difference in the Diff view.
getDifferenceIndex()
- Method in class org.netbeans.spi.diff.
DiffControllerImpl
Gets the current (highlighted) difference in the Diff view.
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.
getJComponent()
- Method in class org.netbeans.api.diff.
DiffController
Intializes the Controller and creates visual presenter of the Diff.
getJComponent()
- Method in class org.netbeans.spi.diff.
DiffControllerImpl
Retrieves visual presenter of the Diff.
getLine()
- Method in class org.netbeans.api.diff.
Difference.Part
Get the line number.
getLookup()
- Method in class org.netbeans.api.diff.
StreamSource
Source lookup that may define the content of this source.
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
Get the difference type.
getType()
- Method in class org.netbeans.api.diff.
Difference.Part
Get the difference type.
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.