sk.uniba.euromath.tools
Class GEFTools

java.lang.Object
  extended by sk.uniba.euromath.tools.GEFTools

public class GEFTools
extends Object

Utilities for GEF.

Author:
Tomáš Studva 4.8.2006

Constructor Summary
GEFTools()
           
 
Method Summary
static boolean isAncestor(org.eclipse.gef.EditPart potentialAncestor, org.eclipse.gef.EditPart potentialDecsendant)
          Tests if holds potentialAncestor(predok) is ancestor of potentialDecsendant(potomok).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GEFTools

public GEFTools()
Method Detail

isAncestor

public static boolean isAncestor(org.eclipse.gef.EditPart potentialAncestor,
                                 org.eclipse.gef.EditPart potentialDecsendant)
Tests if holds potentialAncestor(predok) is ancestor of potentialDecsendant(potomok).

Parameters:
potentialAncestor -
decsendant -
Returns:


Copyright © 2003-2006 null. All Rights Reserved.