Examples of ZElement


Examples of org.analyse.core.gui.zgraph.ZElement

  /**
   * Supprime le <code>MCDObjet</code> sélectionné.
   */
  public MCDObjet removeObjet() {
    ZElement element = elementClic;
    this.removeObjet(elementClic);
    return (MCDObjet) element;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.