132133134135136137138
public void connectionRemovedAt(Gate gate, Connection connection) { } public ElementSelection createSelection(Point shapeOrigin, DiagramSelection ds){ return new GatedComponentSelection(this, shapeOrigin, ds); }
270271272273274275276
public void removeGate(Gate gate) { gateHolder.removeGate(gate); } public ElementSelection createSelection(Point shapeOrigin, DiagramSelection ds){ return new GatedComponentSelection(this, shapeOrigin, ds); }
144145146147148149150
public void connectionRemovedAt(Gate gate, Connection connection) { // by default do nothing } public ElementSelection createSelection(Point shapeOrigin, DiagramSelection ds){ return new GatedComponentSelection(this, shapeOrigin, ds); }