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

Uses of Interface
org.eclipse.compare.structuremergeviewer.IDiffElement

Packages that use IDiffElement
org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data. 
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
 

Uses of IDiffElement in org.eclipse.compare.structuremergeviewer
 

Subinterfaces of IDiffElement in org.eclipse.compare.structuremergeviewer
 interface IDiffContainer
          IDiffContainer is a IDiffElement with children.
 

Classes in org.eclipse.compare.structuremergeviewer that implement IDiffElement
 class DiffContainer
          The standard implementation of a diff container element.
 class DiffElement
          An abstract base implementation of the IDiffElement interface.
 class DiffNode
          Diff node are used as the compare result of the differencing engine.
 

Methods in org.eclipse.compare.structuremergeviewer that return IDiffElement
  IDiffElement DiffContainer. findChild ( String name)
          Tries to find the child with the given name.
  IDiffElement[] IDiffContainer. getChildren ()
          Returns the children of this container.
  IDiffElement[] DiffContainer. getChildren ()
           
 

Methods in org.eclipse.compare.structuremergeviewer with parameters of type IDiffElement
 void IDiffContainer. add ( IDiffElement child)
          Adds the given child to this container.
 void DiffContainer. add ( IDiffElement diff)
           
 void DiffContainer. remove ( IDiffElement child)
          Removes the given child (non-recursively) from this container.
 void IDiffContainer. removeToRoot ( IDiffElement child)
          Removes the given child from this container.
 void DiffContainer. removeToRoot ( IDiffElement child)
           
 

Uses of IDiffElement in org.eclipse.team.ui.synchronize
 

Subinterfaces of IDiffElement in org.eclipse.team.ui.synchronize
 interface ISynchronizeModelElement
          These are elements created to display synchronization state to the user.
 

Methods in org.eclipse.team.ui.synchronize that return IDiffElement
protected   IDiffElement[] SynchronizeModelAction. getFilteredDiffElements ()
          Return the selected diff element for which this action is enabled.
protected   IDiffElement[] SynchronizeModelAction. getSelectedDiffElements ()
          This method returns all instances of IDiffElement that are in the current selection.
 

Methods in org.eclipse.team.ui.synchronize with parameters of type IDiffElement
protected abstract   SynchronizeModelOperation SynchronizeModelAction. getSubscriberOperation ( ISynchronizePageConfiguration configuration, IDiffElement[] elements)
          Return the subscriber operation associated with this action.
 

Constructors in org.eclipse.team.ui.synchronize with parameters of type IDiffElement
SynchronizeModelOperation ( ISynchronizePageConfiguration configuration, IDiffElement[] elements)
          Create an operation that will operate on the given diff elements.
 


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