334335336337338339340341342343344
int ok = JOptionPane.YES_OPTION; if (node.getData() instanceof IEntity) { ok = confirmDeleteEntity((IEntity) node.getData()); } if (ok == JOptionPane.YES_OPTION) { parent.removeNode(node); } } } }
712713714715716717718719720721722
727728729730731732733734735736737
335336337338339340341342343344345
709710711712713714715716717718719
636637638639640641642643644645646
707708709710711712713714715716717
642643644645646647648649650651652
654655656657658659660661662663664