@Override
protected List<Handle> createSelectionHandles() {
List<Handle> handles = Lists.newArrayList();
// create move column handle
{
MoveHandle moveHandle = new MoveHandle(getHost());
moveHandle.setForeground(IColorConstants.red);
handles.add(moveHandle);
}
// create resize column handle
{
Handle resizeHandle = new SideResizeHandle(getHost(), IPositionConstants.RIGHT, 10, true);