首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc (Current Development Version)
S-Index (Refactoring API) - NetBeans API Javadoc (Current Development Version)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.modules.refactoring.api 1.0
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W
S
safeDeleteAction()
- Static method in class org.netbeans.modules.refactoring.api.ui.
RefactoringActionsFactory
Factory method for SafeDeleteAction
SafeDeleteRefactoring
- Class in
org.netbeans.modules.refactoring.api
Refactoring to Safely Delete an element after checking its usages.
SafeDeleteRefactoring(Lookup)
- Constructor for class org.netbeans.modules.refactoring.api.
SafeDeleteRefactoring
Creates a new instance of SafeDeleteRefactoring, passing Lookup containing the candidate elements as parameter.
SEARCH_IN_COMMENTS
- Static variable in class org.netbeans.modules.refactoring.api.
WhereUsedQuery
key for
getBooleanValue()
is search in comments requested?
setCheckInComments(boolean)
- Method in class org.netbeans.modules.refactoring.api.
SafeDeleteRefactoring
Sets whether or not the usage of the elements will be checked in comments before deleting the elements
setComponentForRefactoringPreview(Component)
- Static method in class org.netbeans.modules.refactoring.spi.ui.
UI
use this method from RefactoringElementImplementation.showPreview
setEnabled(boolean)
- Method in class org.netbeans.modules.refactoring.api.
RefactoringElement
Enables/disables this element.
setEnabled(boolean)
- Method in interface org.netbeans.modules.refactoring.spi.
RefactoringElementImplementation
Enables/disables this element.
setEnabled(boolean)
- Method in class org.netbeans.modules.refactoring.spi.
SimpleRefactoringElementImplementation
setNewName(String)
- Method in class org.netbeans.modules.refactoring.api.
RenameRefactoring
Setter for propety newName
setNewName(String)
- Method in class org.netbeans.modules.refactoring.api.
SingleCopyRefactoring
setter for new name of copied file
setNext(Problem)
- Method in class org.netbeans.modules.refactoring.api.
Problem
Sets the following problem.
setParameters()
- Method in interface org.netbeans.modules.refactoring.spi.ui.
RefactoringUI
Implementation of this method should set the refactoring parameters entered by user into the refactoring-specific parameters panel (returned from getPanel method) into the underlying refactoring object.
setRefactoringSource(Lookup)
- Method in class org.netbeans.modules.refactoring.api.
WhereUsedQuery
Setter for searched item
setSearchInComments(boolean)
- Method in class org.netbeans.modules.refactoring.api.
RenameRefactoring
Setter for property searchInComments.
setStatus(int)
- Method in interface org.netbeans.modules.refactoring.spi.
RefactoringElementImplementation
Setter for property status
setStatus(int)
- Method in class org.netbeans.modules.refactoring.spi.
SimpleRefactoringElementImplementation
setTarget(Lookup)
- Method in class org.netbeans.modules.refactoring.api.
MoveRefactoring
Target for moving.
setTarget(Lookup)
- Method in class org.netbeans.modules.refactoring.api.
MultipleCopyRefactoring
Target where copy should be created Multiple Copy Refactoring Refactoring currently does not have any implementation.
setTarget(Lookup)
- Method in class org.netbeans.modules.refactoring.api.
SingleCopyRefactoring
Target for copying.
showDetails(Action, Cancellable)
- Method in class org.netbeans.modules.refactoring.api.
ProblemDetails
This method will typically invoke component with ProblemDetails.
showDetails(Action, Cancellable)
- Method in interface org.netbeans.modules.refactoring.spi.
ProblemDetailsImplementation
This method will typically invoke component with ProblemDetails.
showPreview()
- Method in class org.netbeans.modules.refactoring.api.
RefactoringElement
Shows this element in refactoring preview are
showPreview()
- Method in interface org.netbeans.modules.refactoring.spi.
RefactoringElementImplementation
Shows this element in refactoring preview are
showPreview()
- Method in class org.netbeans.modules.refactoring.spi.
SimpleRefactoringElementImplementation
SimpleRefactoringElementImplementation
- Class in
org.netbeans.modules.refactoring.spi
Default implementation of RefactoringElementImplementation interface.
SimpleRefactoringElementImplementation()
- Constructor for class org.netbeans.modules.refactoring.spi.
SimpleRefactoringElementImplementation
SingleCopyRefactoring
- Class in
org.netbeans.modules.refactoring.api
This class is just holder for parameters of Single Copy Refactoring.
SingleCopyRefactoring(Lookup)
- Constructor for class org.netbeans.modules.refactoring.api.
SingleCopyRefactoring
Creates a new instance of SingleCopyRefactoring.
START
- Static variable in class org.netbeans.modules.refactoring.api.
ProgressEvent
Start event id
start(ProgressEvent)
- Method in interface org.netbeans.modules.refactoring.api.
ProgressListener
Signals that an operation has started.
STEP
- Static variable in class org.netbeans.modules.refactoring.api.
ProgressEvent
Step event id
step(ProgressEvent)
- Method in interface org.netbeans.modules.refactoring.api.
ProgressListener
Signals that an operation has progressed.
STOP
- Static variable in class org.netbeans.modules.refactoring.api.
ProgressEvent
Stop event id
stop(ProgressEvent)
- Method in interface org.netbeans.modules.refactoring.api.
ProgressListener
Signals that an operation has finished.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.modules.refactoring.api 1.0
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W
Built on May 28 2007. | Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.