oldValue.getGraphLayoutCache()
.removeGraphLayoutCacheListener(this);
oldValue.removePropertyChangeListener(this);
JScrollPane scrollPane = getParentScrollPane(oldValue);
if (scrollPane != null) {
scrollPane.removeComponentListener(componentListener);
scrollPane.getVerticalScrollBar()
.removeAdjustmentListener(this);
scrollPane.getHorizontalScrollBar()
.removeAdjustmentListener(this);
scrollPane.removePropertyChangeListener(this);