Skip navigation links
org.netbeans.modules.refactoring.api 1.72.0 1
A B C D E F G H I L M N O P R S T U V 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
Deprecated.
 
getDescription() - Method in interface org.netbeans.modules.refactoring.spi.ui.RefactoringUI
Returns description of the refactoring.
getDetail() - Method in class org.netbeans.modules.refactoring.spi.ui.ScopeProvider
Override this method if an explaining string should be displayed behind the scope's name.
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.
getFiles() - Method in class org.netbeans.modules.refactoring.api.Scope
Get the files to include in the where used query.
getFilterCount() - Method in class org.netbeans.modules.refactoring.spi.ui.FiltersDescription
Returns the number of filters in this description.
getFolders() - Method in class org.netbeans.modules.refactoring.api.Scope
Get the non recursive folders to include in the where used query.
getHelpCtx() - Method in interface org.netbeans.modules.refactoring.spi.ui.RefactoringUI
 
getIcon(int) - Method in class org.netbeans.modules.refactoring.spi.ui.FiltersDescription
Returns the icon of the filter at the supplied index.
getIcon() - Method in class org.netbeans.modules.refactoring.spi.ui.ScopeProvider
Override this method if the icon should be different depending on the context.
getIcon() - Method in interface org.netbeans.modules.refactoring.spi.ui.TreeElement
 
getKey(int) - Method in class org.netbeans.modules.refactoring.spi.ui.FiltersDescription
Returns the key of the filter at the supplied index.
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.
getModifiedFileObjects() - Method in interface org.netbeans.modules.refactoring.spi.ModificationResult
FileObjects modified by this ModificationResult.
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.
getNewFiles() - Method in interface org.netbeans.modules.refactoring.spi.ModificationResult
New files generated by this ModificationResult.
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
getNewName() - Method in class org.netbeans.modules.refactoring.api.ui.ExplorerContext
 
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.
getProblem() - Method in class org.netbeans.modules.refactoring.spi.ui.ScopeProvider
Override this method if a problem can occur when the user selects this scope.
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
getResultingSource(FileObject) - Method in interface org.netbeans.modules.refactoring.spi.ModificationResult
New source text for given file.
getScope() - Method in class org.netbeans.modules.refactoring.spi.ui.ScopeProvider
Get this provider's scope.
getSelectedScope() - Method in class org.netbeans.modules.refactoring.spi.ui.ScopePanel
The currently selected scope in the Combobox.
getSelectedScopeProvider() - Method in class org.netbeans.modules.refactoring.spi.ui.ScopePanel
The currently selected ScopeProvider in the Combobox.
getSession() - Method in class org.netbeans.modules.refactoring.spi.RefactoringElementsBag
 
getSourceRoots() - Method in class org.netbeans.modules.refactoring.api.Scope
Get the source roots to include in the where used query.
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.CopyRefactoring
Target for moving
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
getTargetNode() - Method in class org.netbeans.modules.refactoring.api.ui.ExplorerContext
 
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
 
getTooltip(int) - Method in class org.netbeans.modules.refactoring.spi.ui.FiltersDescription
Returns the tooltip of the filter at the supplied index.
getTransferable() - Method in class org.netbeans.modules.refactoring.api.ui.ExplorerContext
 
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.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links
org.netbeans.modules.refactoring.api 1.72.0 1