Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse JDT
Release 3.5

Uses of Class
org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor

Packages that use JavaRefactoringDescriptor
org.eclipse.jdt.core.refactoring.descriptors Application programming interface to access Java refactorings provided by JDT. 
 

Uses of JavaRefactoringDescriptor in org.eclipse.jdt.core.refactoring.descriptors
 

Subclasses of JavaRefactoringDescriptor in org.eclipse.jdt.core.refactoring.descriptors
 class ChangeMethodSignatureDescriptor
          Refactoring descriptor for the change method signature refactoring.
 class ConvertAnonymousDescriptor
          Refactoring descriptor for the convert anonymous to nested refactoring.
 class ConvertLocalVariableDescriptor
          Refactoring descriptor for the convert local variable refactoring.
 class ConvertMemberTypeDescriptor
          Refactoring descriptor for the convert member type refactoring.
 class CopyDescriptor
          Refactoring descriptor for the copy refactoring.
 class DeleteDescriptor
          Refactoring descriptor for the delete refactoring.
 class EncapsulateFieldDescriptor
          Refactoring descriptor for the encapsulate field refactoring.
 class ExtractClassDescriptor
          Refactoring descriptor for the extract class refactoring.
 class ExtractConstantDescriptor
          Refactoring descriptor for the extract constant refactoring.
 class ExtractInterfaceDescriptor
          Refactoring descriptor for the extract interface refactoring.
 class ExtractLocalDescriptor
          Refactoring descriptor for the extract local variable refactoring.
 class ExtractMethodDescriptor
          Refactoring descriptor for the extract method refactoring.
 class ExtractSuperclassDescriptor
          Refactoring descriptor for the extract superclass refactoring.
 class GeneralizeTypeDescriptor
          Refactoring descriptor for the generalize declared type refactoring.
 class InferTypeArgumentsDescriptor
          Refactoring descriptor for the infer type arguments refactoring.
 class InlineConstantDescriptor
          Refactoring descriptor for the inline constant refactoring.
 class InlineLocalVariableDescriptor
          Refactoring descriptor for the inline local variable refactoring.
 class InlineMethodDescriptor
          Refactoring descriptor for the inline method refactoring.
 class IntroduceFactoryDescriptor
          Refactoring descriptor for the introduce factory refactoring.
 class IntroduceIndirectionDescriptor
          Refactoring descriptor for the introduce indirection refactoring.
 class IntroduceParameterDescriptor
          Refactoring descriptor for the introduce parameter refactoring.
 class IntroduceParameterObjectDescriptor
          Refactoring descriptor for the introduce parameter object refactoring.
 class MoveDescriptor
          Refactoring descriptor for the move refactoring.
 class MoveMethodDescriptor
          Refactoring descriptor for the move method refactoring.
 class MoveStaticMembersDescriptor
          Refactoring descriptor for the move static members refactoring.
 class PullUpDescriptor
          Refactoring descriptor for the pull up refactoring.
 class PushDownDescriptor
          Refactoring descriptor for the push down refactoring.
 class RenameJavaElementDescriptor
          Refactoring descriptor for the rename java element refactoring.
 class RenameLocalVariableDescriptor
          Deprecated. since 1.2 merged into RenameJavaElementDescriptor
 class RenameResourceDescriptor
          Deprecated. since 1.2, use RenameResourceDescriptor from org.eclipse.ltk.core.refactoring instead.
 class UseSupertypeDescriptor
          Refactoring descriptor for the use supertype refactoring.
 

Methods in org.eclipse.jdt.core.refactoring.descriptors with parameters of type JavaRefactoringDescriptor
abstract   Refactoring JavaRefactoringContribution. createRefactoring ( JavaRefactoringDescriptor descriptor, RefactoringStatus status)
          Creates the a new refactoring instance.
 


Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire