示例#1
0
 public HandleEnumeration handles() {
   List handles = super.handles().toList();
   // don't allow to reconnect the starting figure
   handles.set(0, new NullHandle(this, PolyLineFigure.locator(0)));
   return new HandleEnumerator(handles);
 }