108109110111112113114115116117118119
write(connPart); } } else if (event instanceof ConnectionBendpointsEvent) { ConnectionBendpointsEvent bpEvent = (ConnectionBendpointsEvent)event; if (bpEvent.reset()) { if (autoLayout) { addConnectionToPersistenceCache(event.part()); refreshDirtyState();
590591592593594595596597
this.broadcast(event); } protected void notifyAddBendpoint() { ConnectionBendpointsEvent event = new ConnectionBendpointsEvent(this); this.broadcast(event); }
596597598599600601602603
this.broadcast(event); } protected void notifyRemoveBendpoint() { ConnectionBendpointsEvent event = new ConnectionBendpointsEvent(this); this.broadcast(event); }
602603604605606607608609
this.broadcast(event); } protected void notifyMoveBendpoint() { ConnectionBendpointsEvent event = new ConnectionBendpointsEvent(this); this.broadcast(event); }
608609610611612613614615
this.broadcast(event); } protected void notifyResetBendpoints() { ConnectionBendpointsEvent event = new ConnectionBendpointsEvent(this, true); this.broadcast(event); }