Eclipse Platform
Release 3.3

Uses of Class
org.eclipse.ltk.ui.refactoring.TextEditChangeNode

Packages that use TextEditChangeNode
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
protected  TextEditChangeNode TextEditChangeNode.ChildNode.getTextEditChangeNode()
           
 

Methods in org.eclipse.ltk.ui.refactoring with parameters of type TextEditChangeNode
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
LanguageElementNode(TextEditChangeNode parent)
          Creates a new LanguageElementNode using the given TextEditChangeGroup as a parent.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.