sk.uniba.euromath.tools
Class GEFTools
java.lang.Object
sk.uniba.euromath.tools.GEFTools
public class GEFTools
- extends Object
Utilities for GEF.
- Author:
- Tomáš Studva 4.8.2006
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 |
GEFTools
public GEFTools()
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.