JGraph 5.5.3

Move In/Out Groups Functionality

The JGraph class has switches named moveIntoGroups and moveOutOfGroups. moveIntoGroups controls whether or not to automatically insert cells into group cells if they are dragged and dropped into the bounds of that group. Likewise, dragging and dropping a cell out of a group cell is possible with moveOutOfGroups enabled.

Deprecated DefaultGraphModel.getUserObject(Object)

This static method is replaced with the member method getValue(Object).

Other Changes

  • EdgeHandle checks for the edge being disconnectable in mouseDragged instead of mousePressed. The processNestedMap has been added for subclassers to modify the nested map that represents the change.