Package | Description |
---|---|
org.eclipse.ltk.internal.ui.refactoring | |
org.eclipse.ltk.ui.refactoring |
Application programming interface to implement a wizard based user interface for refactorings.
|
Modifier and Type | Class and Description |
---|---|
class |
org.eclipse.ltk.internal.ui.refactoring.InternalLanguageElementNode |
Modifier and Type | Class and Description |
---|---|
class |
LanguageElementNode
A special child node of a
TextEditChangeNode to represent
language elements which don't have an associated TextEditChangeGroup
. |
Modifier and Type | Method and Description |
---|---|
protected 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 Type | Method and Description |
---|---|
void |
LanguageElementNode.addChild(TextEditChangeNode.ChildNode child)
Adds the given
ChildNode |
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.
|
Constructor and Description |
---|
LanguageElementNode(TextEditChangeNode.ChildNode parent)
Creates a new
LanguageElementNode using the
given ChildNode as a parent. |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.