Skip navigation links
org.netbeans.modules.refactoring.api 1.71.0 1
A B C D E F G H I L M N O P R S T U V 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.
Scope - Class in org.netbeans.modules.refactoring.api
Scope is used to limit the WhereUsedQuery to a specific scope.
ScopePanel - Class in org.netbeans.modules.refactoring.spi.ui
ScopePanel provides a component to use for scope selection.
ScopePanel() - Constructor for class org.netbeans.modules.refactoring.spi.ui.ScopePanel
Deprecated.
do not use this constructor. Only available for the Matisse GUI-builder.
ScopePanel(String, Preferences, String) - Constructor for class org.netbeans.modules.refactoring.spi.ui.ScopePanel
Creates a new ScopePanel.
ScopePanel(String, Preferences, String, ChangeListener) - Constructor for class org.netbeans.modules.refactoring.spi.ui.ScopePanel
Creates a new ScopePanel.
ScopeProvider - Class in org.netbeans.modules.refactoring.spi.ui
ScopeProvider is used to add a scope to the ScopePanel.
ScopeProvider() - Constructor for class org.netbeans.modules.refactoring.spi.ui.ScopeProvider
 
ScopeProvider.CustomScopeProvider - Class in org.netbeans.modules.refactoring.spi.ui
The CustomScopeProvider extends the normal scope provider to support scopes which can be customized by the user.
ScopeProvider.Registration - Annotation Type in org.netbeans.modules.refactoring.spi.ui
Declarative registration of a ScopeProvider implementation.
ScopeReference - Annotation Type in org.netbeans.modules.refactoring.spi.ui
A reference to a Scope Description to be used by a ScopePanel
ScopeReferences - Annotation Type in org.netbeans.modules.refactoring.spi.ui
Allows registration of multiple ScopeReferences for a single type.
SEARCH_IN_COMMENTS - Static variable in class org.netbeans.modules.refactoring.api.WhereUsedQuery
key for WhereUsedQuery.getBooleanValue(Object) is search in comments requested?
selectScopeById(String) - Method in class org.netbeans.modules.refactoring.spi.ui.ScopePanel
Change the selected scope to one with the specified id.
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
setDelete(boolean) - Method in class org.netbeans.modules.refactoring.api.ui.ExplorerContext
Setter for delete property
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 property newName
setNewName(String) - Method in class org.netbeans.modules.refactoring.api.SingleCopyRefactoring
setter for new name of copied file
setNewName(String) - Method in class org.netbeans.modules.refactoring.api.ui.ExplorerContext
Setter for newName property
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
setScope(Scope) - Method in class org.netbeans.modules.refactoring.spi.ui.ScopeProvider.CustomScopeProvider
Set the scope to be customized.
setSearchInComments(boolean) - Method in class org.netbeans.modules.refactoring.api.RenameRefactoring
Setter for property searchInComments.
setSelected(int, boolean) - Method in class org.netbeans.modules.refactoring.spi.ui.FiltersDescription
Change the selected value of the filter at the supplied index.
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.CopyRefactoring
Target for copying.
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.
setTargetNode(Node) - Method in class org.netbeans.modules.refactoring.api.ui.ExplorerContext
Setter fot targetNode property
setTransferable(Transferable) - Method in class org.netbeans.modules.refactoring.api.ui.ExplorerContext
Setter for transferable property
showCustomizer() - Method in class org.netbeans.modules.refactoring.spi.ui.ScopeProvider.CustomScopeProvider
Show a Dialog to customize the scope.
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.
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.71.0 1