Changes between Version 8 and Version 9 of FRAME_PROPERTY_LOCKING_R0


Ignore:
Timestamp:
01/15/09 18:47:29 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_PROPERTY_LOCKING_R0

    v8 v9  
    4343 * Create method setOwnValue(T value) which will set value of the own property depending on if locked() is true or false. 
    4444 * Add boolean value property contentLock() in Frame class that will provide if the content of the Frame is locked. 
     45 * Add setFrameContent(!FrameContent content) method that will sets the own content of the frame depending on in locked property is true or false. 
    4546 * The hud through which the value of locked() property is changed will be provided during next revision of this task.  
     47 
    4648 * org.sophie2.base.model.book.!FramePropertyLockingTest is a test for frame properties locking. 
    4749