示例#1
0
 /**
  * Return the rectangle currently occupied by selectionWrapperWidget
  *
  * @return
  */
 public Rectangle getSelectedRectangle() {
   return selectionWrapperWidget.getPreferredBounds();
 }