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 TextEditChangeNodeTextEditChangeNode.ChildNode. getTextEditChangeNode()Methods in org.eclipse.ltk.ui.refactoring with parameters of type TextEditChangeNode Modifier and Type Method Description static 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 TextEditChangeNode Constructor Description LanguageElementNode(TextEditChangeNode parent)Creates a newLanguageElementNodeusing the givenTextEditChangeGroupas a parent.
-