/**
* @return the containment option
*/
public DraggableContainment getContainment()
{
IComplexOption containment = this.options.getComplexOption("containment");
if (containment != null && containment instanceof DraggableContainment)
{
return (DraggableContainment) containment;
}