397398399400401402403404405406407
changed = true; } } } if (changed) { IViewPage view = getView(); if (view instanceof ISection) { ISection section = (ISection) view; section.refresh(); } getFabric().getContainersNode().refresh();
403404405406407408409410411412413
} } } if (changed) { IViewPage view = getView(); if (view instanceof ISection) { ISection section = (ISection) view; section.refresh(); } getFabric().getContainersNode().refresh();