Uses of Class
org.eclipse.ltk.ui.refactoring.TextEditChangeNode.ChildNode
Packages that use TextEditChangeNode.ChildNode
Package
Description
Application programming interface to implement a wizard based user interface for refactorings.
-
Uses of TextEditChangeNode.ChildNode in org.eclipse.ltk.internal.ui.refactoring
Subclasses of TextEditChangeNode.ChildNode in org.eclipse.ltk.internal.ui.refactoringModifier and TypeClassDescriptionclassorg.eclipse.ltk.internal.ui.refactoring.InternalLanguageElementNode -
Uses of TextEditChangeNode.ChildNode in org.eclipse.ltk.ui.refactoring
Subclasses of TextEditChangeNode.ChildNode in org.eclipse.ltk.ui.refactoringModifier and TypeClassDescriptionclassA special child node of aTextEditChangeNodeto represent language elements which don't have an associatedTextEditChangeGroup.Methods in org.eclipse.ltk.ui.refactoring that return TextEditChangeNode.ChildNodeModifier and TypeMethodDescriptionprotected TextEditChangeNode.ChildNode[]TextEditChangeNode.createChildNodes()static TextEditChangeNode.ChildNodeTextEditChangeNode.createTextEditGroupNode(TextEditChangeNode.ChildNode parent, TextEditBasedChangeGroup changeGroup) Creates a new child node for the given parent and change group.static TextEditChangeNode.ChildNodeTextEditChangeNode.createTextEditGroupNode(TextEditChangeNode parent, TextEditBasedChangeGroup changeGroup) Creates a new child node for the given parent and change group.Methods in org.eclipse.ltk.ui.refactoring with parameters of type TextEditChangeNode.ChildNodeModifier and TypeMethodDescriptionvoidLanguageElementNode.addChild(TextEditChangeNode.ChildNode child) Adds the givenChildNodeto thisLanguageElementNodestatic TextEditChangeNode.ChildNodeTextEditChangeNode.createTextEditGroupNode(TextEditChangeNode.ChildNode parent, TextEditBasedChangeGroup changeGroup) Creates a new child node for the given parent and change group.protected voidLanguageElementNode.internalAddChild(TextEditChangeNode.ChildNode child) This is an internal method which should not be called by subclasses.Constructors in org.eclipse.ltk.ui.refactoring with parameters of type TextEditChangeNode.ChildNodeModifierConstructorDescriptionprotectedCreates a newLanguageElementNodeusing the givenChildNodeas a parent.