UIObjectView.st
changeset 1112 761e38b891e6
parent 1102 abcdd3d5a67b
child 1120 230fe13c4e51
equal deleted inserted replaced
1111:9862b1ea5b9c 1112:761e38b891e6
   442 !UIObjectView methodsFor:'blocked'!
   442 !UIObjectView methodsFor:'blocked'!
   443 
   443 
   444 addObject:anObject
   444 addObject:anObject
   445     "add the argument, anObject to the contents - with redraw
   445     "add the argument, anObject to the contents - with redraw
   446     "
   446     "
   447     self halt
   447     self halt:'should not be invoked'
   448 
   448 
   449 !
   449 !
   450 
   450 
   451 addObjectWithoutRedraw:anObject
   451 addObjectWithoutRedraw:anObject
   452     "add the argument, anObject to the contents - with redraw
   452     "add the argument, anObject to the contents - with redraw
   453     "
   453     "
   454     self halt
   454     self halt:'should not be invoked'
   455 
   455 
   456 !
   456 !
   457 
   457 
   458 startCreate:aPoint
   458 startCreate:aPoint
   459     self setDefaultActions.
   459     self setDefaultActions.
   460     self halt
   460     self halt:'should not be invoked'
   461 ! !
   461 ! !
   462 
   462 
   463 !UIObjectView methodsFor:'event handling'!
   463 !UIObjectView methodsFor:'event handling'!
   464 
   464 
   465 elementChangedSize:aView
   465 elementChangedSize:aView
   608 remap
   608 remap
   609     "make the view visible on the screen and in case of a none empty
   609     "make the view visible on the screen and in case of a none empty
   610      selection the selection will be shown.
   610      selection the selection will be shown.
   611     "
   611     "
   612     super remap.
   612     super remap.
   613     self halt.
   613     self halt:'should not be invoked'
   614 
   614 
   615     "Created: / 20.7.1998 / 18:08:48 / cg"
   615     "Created: / 20.7.1998 / 18:08:48 / cg"
   616 ! !
   616 ! !
   617 
   617 
   618 !UIObjectView methodsFor:'misc'!
   618 !UIObjectView methodsFor:'misc'!
  1563 !
  1563 !
  1564 
  1564 
  1565 setMaxExtent
  1565 setMaxExtent
  1566     "set the topViews maxExtent to its current extent
  1566     "set the topViews maxExtent to its current extent
  1567     "
  1567     "
  1568     self halt
  1568     self halt:'should not be invoked'
  1569 
  1569 
  1570     "Modified: / 27.10.1997 / 03:26:16 / cg"
  1570     "Modified: / 27.10.1997 / 03:26:16 / cg"
  1571 !
  1571 !
  1572 
  1572 
  1573 setMinExtent
  1573 setMinExtent
  1574     "set the topViews minExtent to its current extent
  1574     "set the topViews minExtent to its current extent
  1575     "
  1575     "
  1576     self halt
  1576     self halt:'should not be invoked'
  1577 
  1577 
  1578     "Created: / 27.10.1997 / 03:24:02 / cg"
  1578     "Created: / 27.10.1997 / 03:24:02 / cg"
  1579     "Modified: / 27.10.1997 / 03:26:34 / cg"
  1579     "Modified: / 27.10.1997 / 03:26:34 / cg"
  1580 !
  1580 !
  1581 
  1581