Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ui.navigator
Class PipelinedShapeModification


java.lang.Object
  extended by 
org.eclipse.ui.navigator.PipelinedShapeModification

public final class PipelinedShapeModification
extends Object

Indicates how a shape modification should be transformed when applied to the tree. Clients use PipelinedShapeModification as the input and return type from intercept methods on IPipelinedTreeContentProvider.

Overridding extensions should use these to map attempts to directly modify the tree down to the overridden model. A shape modification can either be an add or remove shape modification, and the type is determined by the context of its use. If supplied to an interceptRemove method, then it is a remove shape modification, otherwise if supplied to an interceptAdd method, then it is an add shape modification.

Since:
3.2

Constructor Summary
PipelinedShapeModification ( Object aParent, Set theChildren)
          Create a shape modification.
 
Method Summary
  Set getChildren ()
           
  Object getParent ()
           
 void setParent ( Object aParent)
           
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipelinedShapeModification

public PipelinedShapeModification(
Object aParent,
                                  
Set theChildren)
Create a shape modification. The given parent and children will be set as the initial values for the shape modification.

Parameters:
aParent - The parent for the add or remove call to the tree.
theChildren - The children that should be added or removed from the tree.
Method Detail

getParent

public final 
Object getParent()
Returns:
The parent to use for the shape modification.

setParent

public final void setParent(
Object aParent)
Parameters:
aParent - The parent to use for the shape modification.

getChildren

public final 
Set getChildren()
Returns:
The current set of children. Clients may add or remove elements directly to this set.

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire