Uses of Class
org.eclipse.ltk.ui.refactoring.TextEditChangeNode
-
Packages that use TextEditChangeNode Package Description org.eclipse.ltk.ui.refactoring 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 TextEditChangeNode Modifier and Type Method Description protected TextEditChangeNode
TextEditChangeNode.ChildNode. getTextEditChangeNode()
Methods in org.eclipse.ltk.ui.refactoring with parameters of type TextEditChangeNode Modifier and Type Method Description static TextEditChangeNode.ChildNode
TextEditChangeNode. 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 TextEditChangeNode Constructor Description LanguageElementNode(TextEditChangeNode parent)
Creates a newLanguageElementNode
using the givenTextEditChangeGroup
as a parent.
-