首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc (Current Development Version)
P-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
P
PARAMETERS_CHECK
- Static variable in class org.netbeans.modules.refactoring.api.
AbstractRefactoring
Parameters check state.
performChange()
- Method in interface org.netbeans.modules.refactoring.spi.
RefactoringElementImplementation
Performs the change represented by this refactoring element.
popupSubmenuAction()
- Static method in class org.netbeans.modules.refactoring.api.ui.
RefactoringActionsFactory
Factory method for RSMDataObjectAction
PRE_CHECK
- Static variable in class org.netbeans.modules.refactoring.api.
AbstractRefactoring
Pre-check state.
preCheck()
- Method in class org.netbeans.modules.refactoring.api.
AbstractRefactoring
Perform checks to ensure that the preconditions are met for the implemented refactoring.
preCheck()
- Method in interface org.netbeans.modules.refactoring.spi.
RefactoringPlugin
Checks pre-conditions of the refactoring and returns problems.
PREPARE
- Static variable in class org.netbeans.modules.refactoring.api.
AbstractRefactoring
Prepare state.
prepare(RefactoringSession)
- Method in class org.netbeans.modules.refactoring.api.
AbstractRefactoring
Collects and returns a set of refactoring elements - objects that will be affected by the refactoring.
prepare(RefactoringElementsBag)
- Method in interface org.netbeans.modules.refactoring.spi.
RefactoringPlugin
Collects refactoring elements for a given refactoring.
Problem
- Class in
org.netbeans.modules.refactoring.api
Class used to represent problems encountered when performing various refactoring calls.
Problem(boolean, String)
- Constructor for class org.netbeans.modules.refactoring.api.
Problem
Creates new instance of Problem class.
Problem(boolean, String, ProblemDetails)
- Constructor for class org.netbeans.modules.refactoring.api.
Problem
Creates new instance of Problem class.
ProblemDetails
- Class in
org.netbeans.modules.refactoring.api
This class holds details of a Problem
ProblemDetailsFactory
- Class in
org.netbeans.modules.refactoring.spi
Factory class for ProblemDetails
ProblemDetailsImplementation
- Interface in
org.netbeans.modules.refactoring.spi
Typical implementation will invoke UI component on showDetails() call This UI component will display ProblemDetails.
ProgressEvent
- Class in
org.netbeans.modules.refactoring.api
Progress event object.
ProgressEvent(Object, int)
- Constructor for class org.netbeans.modules.refactoring.api.
ProgressEvent
Creates ProgressEvent instance.
ProgressEvent(Object, int, int, int)
- Constructor for class org.netbeans.modules.refactoring.api.
ProgressEvent
Creates ProgressEvent instance.
ProgressListener
- Interface in
org.netbeans.modules.refactoring.api
Progress listener.
ProgressProvider
- Interface in
org.netbeans.modules.refactoring.spi
Refactoring plugins should implement this interface, if they want to notify their progress of preCheck, prepare and checkParameters method.
ProgressProviderAdapter
- Class in
org.netbeans.modules.refactoring.spi
Simple implementation of ProgressProvider
ProgressProviderAdapter()
- Constructor for class org.netbeans.modules.refactoring.spi.
ProgressProviderAdapter
Default constructor
putValue(Object, Object)
- Method in class org.netbeans.modules.refactoring.api.
WhereUsedQuery
setter for various properties
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.