ogallagher / fxgraph

A JavaFX graph editor
Do What The F*ck You Want To Public License
2 stars 0 forks source link

Allow ICell to remove parent #2

Open ogallagher opened 2 years ago

ogallagher commented 2 years ago

The fxgraph.graph.ICell interface can add and remove child cells, but only add parents. I think removal of parents makes sense as well, if they can be added.