400401402403404405406407408409410
} if (changed) { IViewPage view = getView(); if (view instanceof ISection) { ISection section = (ISection) view; section.refresh(); } getFabric().getContainersNode().refresh(); getFabric().getVersionsNode().refresh(); } }
406407408409410411412413414415416
if (changed) { IViewPage view = getView(); if (view instanceof ISection) { ISection section = (ISection) view; section.refresh(); } getFabric().getContainersNode().refresh(); getFabric().getVersionsNode().refresh(); } }