Package simtools.diagram.gate

Examples of simtools.diagram.gate.GatedComponentSelection


    public void connectionRemovedAt(Gate gate, Connection connection) {
    }
   
    public ElementSelection createSelection(Point shapeOrigin, DiagramSelection ds){
        return new GatedComponentSelection(this, shapeOrigin, ds);
    }
View Full Code Here


    public void removeGate(Gate gate) {
        gateHolder.removeGate(gate);
    }
   
    public ElementSelection createSelection(Point shapeOrigin, DiagramSelection ds){
        return new GatedComponentSelection(this, shapeOrigin, ds);
    }
View Full Code Here

    public void connectionRemovedAt(Gate gate, Connection connection) {
        // by default do nothing 
    }
   
    public ElementSelection createSelection(Point shapeOrigin, DiagramSelection ds){
        return new GatedComponentSelection(this, shapeOrigin, ds);
    }
View Full Code Here

TOP

Related Classes of simtools.diagram.gate.GatedComponentSelection

Copyright © 2018 www.massapicom. 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.