public void itemCollapsed(ExpandEvent aE) { SWTStrategyPanelHelper.revalidateLayoutAsync( (ExpandBar)composite.getParent() ); }
public void itemExpanded(ExpandEvent aE) { SWTStrategyPanelHelper.revalidateLayoutAsync( (ExpandBar)composite.getParent() ); }