Uses of Class
org.eclipse.ltk.ui.refactoring.TextEditChangeNode.ChildNode
-
Packages that use TextEditChangeNode.ChildNode Package Description org.eclipse.ltk.internal.ui.refactoring org.eclipse.ltk.ui.refactoring 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.refactoring with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description class
org.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.refactoring Modifier and Type Class Description class
LanguageElementNode
A special child node of aTextEditChangeNode
to represent language elements which don't have an associatedTextEditChangeGroup
.Methods in org.eclipse.ltk.ui.refactoring that return TextEditChangeNode.ChildNode Modifier and Type Method Description protected TextEditChangeNode.ChildNode[]
TextEditChangeNode. createChildNodes()
static TextEditChangeNode.ChildNode
TextEditChangeNode. createTextEditGroupNode(TextEditChangeNode.ChildNode parent, TextEditBasedChangeGroup changeGroup)
Creates a new child node for the given parent and change group.static TextEditChangeNode.ChildNode
TextEditChangeNode. 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.ChildNode Modifier and Type Method Description void
LanguageElementNode. addChild(TextEditChangeNode.ChildNode child)
Adds the givenChildNode
to thisLanguageElementNode
static TextEditChangeNode.ChildNode
TextEditChangeNode. createTextEditGroupNode(TextEditChangeNode.ChildNode parent, TextEditBasedChangeGroup changeGroup)
Creates a new child node for the given parent and change group.protected void
LanguageElementNode. 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.ChildNode Constructor Description LanguageElementNode(TextEditChangeNode.ChildNode parent)
Creates a newLanguageElementNode
using the givenChildNode
as a parent.
-