Uses of Class
org.eclipse.ltk.ui.refactoring.TextEditChangeNode
Packages that use TextEditChangeNode
Package
Description
Application programming interface to implement a wizard based user interface for refactorings.
-
Uses of TextEditChangeNode in org.eclipse.ltk.ui.refactoring
Methods in org.eclipse.ltk.ui.refactoring that return TextEditChangeNodeModifier and TypeMethodDescriptionprotected TextEditChangeNodeTextEditChangeNode.ChildNode.getTextEditChangeNode()Methods in org.eclipse.ltk.ui.refactoring with parameters of type TextEditChangeNodeModifier and TypeMethodDescriptionstatic TextEditChangeNode.ChildNodeTextEditChangeNode.createTextEditGroupNode(TextEditChangeNode parent, TextEditBasedChangeGroup changeGroup) Creates a new child node for the given parent and change group.Constructors in org.eclipse.ltk.ui.refactoring with parameters of type TextEditChangeNodeModifierConstructorDescriptionprotectedCreates a newLanguageElementNodeusing the givenTextEditChangeGroupas a parent.