Skip navigation links
org.netbeans.modules.refactoring.java/1 1.86.0 1
C D E F G H I J M O P Q R S T U V W 

G

getBuilderName() - Method in class org.netbeans.modules.refactoring.java.api.ReplaceConstructorWithBuilderRefactoring
Getter for builder name
getBuildMethodName() - Method in class org.netbeans.modules.refactoring.java.api.ReplaceConstructorWithBuilderRefactoring
Getter for build method name
getCandidateSuperTypes() - Method in class org.netbeans.modules.refactoring.java.api.UseSuperTypeRefactoring
Returns the possible SuperTypes that could be used for the initial Type
getClassName() - Method in class org.netbeans.modules.refactoring.java.api.InnerToOuterRefactoring
Returns the name for the top-level class to be created.
getClasspathInfo(AbstractRefactoring) - Method in class org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin
 
getClasspathInfoFor(FileObject...) - Static method in class org.netbeans.modules.refactoring.java.api.JavaRefactoringUtils
 
getCurrentDocPath() - Method in class org.netbeans.modules.refactoring.java.spi.RefactoringVisitor
Get the current path for the doctree node, as built up by the currently active set of scan calls.
getDefaultValue() - Method in class org.netbeans.modules.refactoring.java.api.ChangeParametersRefactoring.ParameterInfo
Returns value of the default value in case of the new parameter.
getDefaultValue() - Method in class org.netbeans.modules.refactoring.java.api.ReplaceConstructorWithBuilderRefactoring.Setter
Getter for default value.
getDisplayText() - Method in class org.netbeans.modules.refactoring.java.spi.DiffElement
 
getElementHandle() - Method in class org.netbeans.modules.refactoring.java.api.MemberInfo
 
getEquality() - Method in class org.netbeans.modules.refactoring.java.api.IntroduceLocalExtensionRefactoring
Get how the equals and hashCode methods will be handled.
getErrorMessage() - Method in class org.netbeans.modules.refactoring.java.spi.ui.JavaRefactoringActionDelegate
Get an error message to be shown to the user if the creaetRefactoringUI() has just returned null.
getFactoryName() - Method in class org.netbeans.modules.refactoring.java.api.ReplaceConstructorWithFactoryRefactoring
Name of created factory method.
getFieldModifiers() - Method in class org.netbeans.modules.refactoring.java.api.EncapsulateFieldRefactoring
Getter for property fieldModifiers
getFields() - Method in class org.netbeans.modules.refactoring.java.api.ExtractInterfaceRefactoring
Gets fields to extract.
getGetterName() - Method in class org.netbeans.modules.refactoring.java.api.EncapsulateFieldRefactoring
Getter for property getterName
getGroup() - Method in class org.netbeans.modules.refactoring.java.api.MemberInfo
 
getHtmlText() - Method in class org.netbeans.modules.refactoring.java.api.MemberInfo
 
getIcon() - Method in class org.netbeans.modules.refactoring.java.api.MemberInfo
 
getImplements() - Method in class org.netbeans.modules.refactoring.java.api.ExtractInterfaceRefactoring
Gets interfaces to extract.
getInterfaceName() - Method in class org.netbeans.modules.refactoring.java.api.ExtractInterfaceRefactoring
Returns name of the interface to be created.
getInvocationsOf(ElementHandle, CompilationController) - Static method in class org.netbeans.modules.refactoring.java.api.JavaRefactoringUtils
 
getJavaSource(JavaRefactoringPlugin.Phase) - Method in class org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin
 
getKey() - Method in enum org.netbeans.modules.refactoring.java.spi.JavaWhereUsedFilters
 
getKey() - Method in enum org.netbeans.modules.refactoring.java.spi.JavaWhereUsedFilters.ReadWrite
 
getLookup() - Method in class org.netbeans.modules.refactoring.java.spi.DiffElement
 
getMembers() - Method in class org.netbeans.modules.refactoring.java.api.ExtractSuperclassRefactoring
Returns descriptors of the members to extract into the new super class.
getMembers() - Method in class org.netbeans.modules.refactoring.java.api.PullUpRefactoring
Returns descriptors of the members to pull up.
getMembers() - Method in class org.netbeans.modules.refactoring.java.api.PushDownRefactoring
Returns descriptors of the members to pull up.
getMethodModifiers() - Method in class org.netbeans.modules.refactoring.java.api.EncapsulateFieldRefactoring
Getter for property methodModifiers
getMethodName() - Method in class org.netbeans.modules.refactoring.java.api.ChangeParametersRefactoring
Get the new method name.
getMethods() - Method in class org.netbeans.modules.refactoring.java.api.ExtractInterfaceRefactoring
Gets methods to extract.
getModifiers() - Method in class org.netbeans.modules.refactoring.java.api.ChangeParametersRefactoring
Getter for new modifiers
getModifiers() - Method in class org.netbeans.modules.refactoring.java.api.MemberInfo
 
getName() - Method in class org.netbeans.modules.refactoring.java.api.ChangeParametersRefactoring.ParameterInfo
Returns value of the name of parameter.
getName() - Method in class org.netbeans.modules.refactoring.java.api.MemberInfo
 
getName() - Method in class org.netbeans.modules.refactoring.java.api.ReplaceConstructorWithBuilderRefactoring.Setter
Getter for setter name.
getNewFileContent() - Method in class org.netbeans.modules.refactoring.java.spi.DiffElement
 
getNewName() - Method in class org.netbeans.modules.refactoring.java.api.IntroduceLocalExtensionRefactoring
Getter for new name of the local extension.
getNewName() - Method in class org.netbeans.modules.refactoring.java.api.InvertBooleanRefactoring
Getter for new name of inverted method of field.
getOriginalIndex() - Method in class org.netbeans.modules.refactoring.java.api.ChangeParametersRefactoring.ParameterInfo
Returns value of original parameter index.
getOverriddenMethods(ExecutableElement, CompilationInfo) - Static method in class org.netbeans.modules.refactoring.java.api.JavaRefactoringUtils
 
getOverridingMethods(ExecutableElement, CompilationInfo, AtomicBoolean) - Static method in class org.netbeans.modules.refactoring.java.api.JavaRefactoringUtils
 
getOverridingMethods(ExecutableElement, CompilationInfo) - Static method in class org.netbeans.modules.refactoring.java.api.JavaRefactoringUtils
getPackageName() - Method in class org.netbeans.modules.refactoring.java.api.IntroduceLocalExtensionRefactoring
Target for the local extension.
getParameterInfo() - Method in class org.netbeans.modules.refactoring.java.api.ChangeParametersRefactoring
Getter for new parameters
getParameterName() - Method in class org.netbeans.modules.refactoring.java.api.IntroduceParameterRefactoring
The name used for the new parameter.
getParentFile() - Method in class org.netbeans.modules.refactoring.java.spi.DiffElement
 
getPosition() - Method in class org.netbeans.modules.refactoring.java.spi.DiffElement
 
getPreSelectedMembers() - Method in class org.netbeans.modules.refactoring.java.api.JavaMoveMembersProperties
The members that are selected by the user when starting the refactoring.
getReferenceName() - Method in class org.netbeans.modules.refactoring.java.api.InnerToOuterRefactoring
Returns name of the field that should be generated as a reference to the original outer class.
getReferencesToMember(ElementHandle<TypeElement>, ClasspathInfo, ElementHandle) - Static method in class org.netbeans.modules.refactoring.java.api.JavaRefactoringUtils
Get all of the references to the given member element (which may be part of another type) on the passed element.
getReplace() - Method in class org.netbeans.modules.refactoring.java.api.IntroduceLocalExtensionRefactoring
Only create the extension class, or should all usages be replaced with the new local extension.
getReturnType() - Method in class org.netbeans.modules.refactoring.java.api.ChangeParametersRefactoring
Get the new return type.
getSetterName() - Method in class org.netbeans.modules.refactoring.java.api.EncapsulateFieldRefactoring
Getter for property setterName
getSetters() - Method in class org.netbeans.modules.refactoring.java.api.ReplaceConstructorWithBuilderRefactoring
Getter for list of setters
getSourceRoot() - Method in class org.netbeans.modules.refactoring.java.api.IntroduceLocalExtensionRefactoring
Target for the local extension.
getSourceType() - Method in class org.netbeans.modules.refactoring.java.api.EncapsulateFieldRefactoring
 
getSourceType() - Method in class org.netbeans.modules.refactoring.java.api.ExtractInterfaceRefactoring
Returns the type the members of which should be extracted into an interface by this refactoring.
getSourceType() - Method in class org.netbeans.modules.refactoring.java.api.ExtractSuperclassRefactoring
Returns the type the members of which should be pulled up by this refactoring.
getSourceType() - Method in class org.netbeans.modules.refactoring.java.api.InnerToOuterRefactoring
Returns the type the members of which should be pulled up by this refactoring.
getSourceType() - Method in class org.netbeans.modules.refactoring.java.api.PullUpRefactoring
Returns the type the members of which should be pulled up by this refactoring.
getSourceType() - Method in class org.netbeans.modules.refactoring.java.api.PushDownRefactoring
 
getSuperClassName() - Method in class org.netbeans.modules.refactoring.java.api.ExtractSuperclassRefactoring
Returns the name for the super class to be created.
getSuperTypes(TypeElement, CompilationInfo, boolean) - Static method in class org.netbeans.modules.refactoring.java.api.JavaRefactoringUtils
Returns all supertypes of given type.
getTargetSuperType() - Method in class org.netbeans.modules.refactoring.java.api.UseSuperTypeRefactoring
Returns the SuperType used by this refactoring
getTargetType() - Method in class org.netbeans.modules.refactoring.java.api.PullUpRefactoring
Returns target supertype to pull members up to.
getText() - Method in class org.netbeans.modules.refactoring.java.spi.DiffElement
 
getType() - Method in class org.netbeans.modules.refactoring.java.api.ChangeParametersRefactoring.ParameterInfo
Returns value of the type of parameter.
getType() - Method in class org.netbeans.modules.refactoring.java.api.InlineRefactoring
 
getType() - Method in class org.netbeans.modules.refactoring.java.api.ReplaceConstructorWithBuilderRefactoring.Setter
Getter for type.
getTypeElement() - Method in class org.netbeans.modules.refactoring.java.api.UseSuperTypeRefactoring
Returns the type whose occurence must be replaced by that of it's supertype.
getVarName() - Method in class org.netbeans.modules.refactoring.java.api.ReplaceConstructorWithBuilderRefactoring.Setter
Getter for variable name.
getVisibility() - Method in class org.netbeans.modules.refactoring.java.api.JavaMoveMembersProperties
The new visibility of the members.
getWrap() - Method in class org.netbeans.modules.refactoring.java.api.IntroduceLocalExtensionRefactoring
The extension class can be a subclass or a wrapper of the original.
C D E F G H I J M O P Q R S T U V W 
Skip navigation links
org.netbeans.modules.refactoring.java/1 1.86.0 1