Uses of Class
org.eclipse.ltk.ui.refactoring.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
Modifier and TypeClassDescriptionclass
org.eclipse.ltk.internal.ui.refactoring.InternalLanguageElementNode
-
Uses of TextEditChangeNode.ChildNode in org.eclipse.ltk.ui.refactoring
Modifier and TypeClassDescriptionclass
A special child node of aTextEditChangeNode
to represent language elements which don't have an associatedTextEditChangeGroup
.Modifier and TypeMethodDescriptionprotected 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.Modifier and TypeMethodDescriptionvoid
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.ModifierConstructorDescriptionprotected
Creates a newLanguageElementNode
using the givenChildNode
as a parent.