首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc (Current Development Version)
G-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
G
getBooleanValue(Object)
- Method in class org.netbeans.modules.refactoring.api.
WhereUsedQuery
getter for various properties
getComponent()
- Method in interface org.netbeans.modules.refactoring.spi.ui.
CustomRefactoringPanel
getContext()
- Method in class org.netbeans.modules.refactoring.api.
AbstractRefactoring
getter for refactoring Context
getCount()
- Method in class org.netbeans.modules.refactoring.api.
ProgressEvent
Returns step count.
getCustomComponent(Collection<RefactoringElement>)
- Method in interface org.netbeans.modules.refactoring.spi.ui.
RefactoringCustomUI
getCustomIcon()
- Method in interface org.netbeans.modules.refactoring.spi.ui.
RefactoringCustomUI
getCustomToolTip()
- Method in interface org.netbeans.modules.refactoring.spi.ui.
RefactoringCustomUI
tooltip for toggle button
getDefault()
- Static method in class org.netbeans.modules.refactoring.spi.
BackupFacility
getDescription()
- Method in interface org.netbeans.modules.refactoring.spi.ui.
RefactoringUI
Returns description of the refactoring.
getDetails()
- Method in class org.netbeans.modules.refactoring.api.
Problem
Getter for ProblemDetails
getDetailsHint()
- Method in class org.netbeans.modules.refactoring.api.
ProblemDetails
Message that will be displayed in parameters panel as a hint to suggest user, that there are more details available.
getDetailsHint()
- Method in interface org.netbeans.modules.refactoring.spi.
ProblemDetailsImplementation
Message that will be displayed in parameters panel as a hint to suggest user, that there are more details available.
getDisplayText()
- Method in class org.netbeans.modules.refactoring.api.
RefactoringElement
Returns text describing the refactoring formatted for display (using HTML tags).
getDisplayText()
- Method in interface org.netbeans.modules.refactoring.spi.
RefactoringElementImplementation
Returns text describing the refactoring formatted for display (using HTML tags).
getEventId()
- Method in class org.netbeans.modules.refactoring.api.
ProgressEvent
Returns ID of the event.
getHelpCtx()
- Method in interface org.netbeans.modules.refactoring.spi.ui.
RefactoringUI
getIcon()
- Method in interface org.netbeans.modules.refactoring.spi.ui.
TreeElement
getLookup()
- Method in class org.netbeans.modules.refactoring.api.
RefactoringElement
Returns Lookup associated with this element.
getLookup()
- Method in interface org.netbeans.modules.refactoring.spi.
RefactoringElementImplementation
Returns Lookup associated with this element.
getMessage()
- Method in class org.netbeans.modules.refactoring.api.
Problem
Returns textual description of the problem.
getName()
- Method in interface org.netbeans.modules.refactoring.spi.ui.
RefactoringUI
Returns name of the refactoring.
getNewFileContent()
- Method in class org.netbeans.modules.refactoring.spi.
SimpleRefactoringElementImplementation
this method is under development.
getNewName()
- Method in class org.netbeans.modules.refactoring.api.
RenameRefactoring
Getter for property newName
getNewName()
- Method in class org.netbeans.modules.refactoring.api.
SingleCopyRefactoring
getter for new name of copied file
getNext()
- Method in class org.netbeans.modules.refactoring.api.
Problem
Returns the following problem (or
null
if there none).
getOperationType()
- Method in class org.netbeans.modules.refactoring.api.
ProgressEvent
Returns operation type.
getPanel(ChangeListener)
- Method in interface org.netbeans.modules.refactoring.spi.ui.
RefactoringUI
Returns refactoring-specific panel containing input fields for refactoring parameters.
getParent(boolean)
- Method in interface org.netbeans.modules.refactoring.spi.ui.
TreeElement
getParentFile()
- Method in class org.netbeans.modules.refactoring.api.
RefactoringElement
Returns file that the element affects (relates to)
getParentFile()
- Method in interface org.netbeans.modules.refactoring.spi.
RefactoringElementImplementation
Returns file that the element affects (relates to)
getPosition()
- Method in class org.netbeans.modules.refactoring.api.
RefactoringElement
Returns position bounds of the text to be affected by this refactoring element.
getPosition()
- Method in interface org.netbeans.modules.refactoring.spi.
RefactoringElementImplementation
Returns position bounds of the text to be affected by this refactoring element.
getRefactoring()
- Method in interface org.netbeans.modules.refactoring.spi.ui.
RefactoringUI
Returns underlying refactoring object.
getRefactoringElements()
- Method in class org.netbeans.modules.refactoring.api.
RefactoringSession
get elements from session
getRefactoringSource()
- Method in class org.netbeans.modules.refactoring.api.
AbstractRefactoring
Object being refactored
getSession()
- Method in class org.netbeans.modules.refactoring.spi.
RefactoringElementsBag
getStatus()
- Method in class org.netbeans.modules.refactoring.api.
RefactoringElement
Returns the status of this refactoring element (whether it is a normal element, or a warning.
getStatus()
- Method in interface org.netbeans.modules.refactoring.spi.
RefactoringElementImplementation
Returns the status of this refactoring element (whether it is a normal element, or a warning.
getStatus()
- Method in class org.netbeans.modules.refactoring.spi.
SimpleRefactoringElementImplementation
getTarget()
- Method in class org.netbeans.modules.refactoring.api.
MoveRefactoring
Target for moving
getTarget()
- 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.
getTarget()
- Method in class org.netbeans.modules.refactoring.api.
SingleCopyRefactoring
Target for copying
getText()
- Method in class org.netbeans.modules.refactoring.api.
RefactoringElement
Returns text describing the refactoring element.
getText()
- Method in interface org.netbeans.modules.refactoring.spi.
RefactoringElementImplementation
Returns text describing the refactoring element.
getText(boolean)
- Method in interface org.netbeans.modules.refactoring.spi.ui.
TreeElement
getTreeElement(Object)
- Static method in class org.netbeans.modules.refactoring.spi.ui.
TreeElementFactory
getTreeElement(Object)
- Method in interface org.netbeans.modules.refactoring.spi.ui.
TreeElementFactoryImplementation
returns TreeElement for given object if possible.
getUserObject()
- Method in interface org.netbeans.modules.refactoring.spi.ui.
TreeElement
GUARDED
- Static variable in class org.netbeans.modules.refactoring.api.
RefactoringElement
Status flag that indicates that the element cannot be enabled (if a fatal problem is associated with it)
GUARDED
- Static variable in interface org.netbeans.modules.refactoring.spi.
RefactoringElementImplementation
Status flag that indicates that the element cannot be enabled (if a fatal problem is associated with it)
GuardedBlockHandler
- Interface in
org.netbeans.modules.refactoring.spi
Interface implemented by guarded block refactoring handlers.
GuardedBlockHandlerFactory
- Interface in
org.netbeans.modules.refactoring.spi
Factory for an object handling refactoring in a guarded block.
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.