org.eclipse.xtext.ui.editor.outline.impl
Interface IOutlineNodeComparer

All Known Implementing Classes:
IOutlineNodeComparer.Default

public interface IOutlineNodeComparer

A fuzzy comparator used to restore the expansion of the outline tree after a change.

Author:
Jan Koehnlein - Initial contribution and API

Nested Class Summary
static class IOutlineNodeComparer.Default
           
 
Method Summary
 boolean equals(IOutlineNode node1, IOutlineNode node2)
           
 

Method Detail

equals

boolean equals(IOutlineNode node1,
               IOutlineNode node2)