//
////////////////////////////////////////////////////////////////////////////
@Override
protected List<Handle> createSelectionHandles() {
List<Handle> handles = Lists.newArrayList();
handles.add(new MoveHandle(getHost()));
// add resize handle
String region = BorderLayoutInfo.getBorderData(m_widget).getRegion();
if ("WEST".equals(region)) {
addResizeHandle(handles, IPositionConstants.EAST);
}