20892090209120922093209420952096209720982099
} } public boolean jIsPathEditing() { if (owner.getStatus() instanceof StatusEditPath) { StatusEditPath status = (StatusEditPath) owner.getStatus(); if (status.element.equals(this)) { return true; } } return false;
2551255225532554255525562557255825592560
public void setModusPathEditor(MouseEvent e, Element element) { if (owner.isEditable()) { splineEdit = new StatusEditPath(this, element); status = splineEdit; owner.setChanged(true); } }