Changes between Version 9 and Version 10 of FRAME_PROPERTY_LOCKING_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_PROPERTY_LOCKING_R0

    v9 v10  
    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. 
    46  * The hud through which the value of locked() property is changed will be provided during next revision of this task.  
     45 * Add setFrameContent(!FrameContent content) method that will sets the own content of the frame depending on whether locked property is true or false. 
    4746 
    4847 * org.sophie2.base.model.book.!FramePropertyLockingTest is a test for frame properties locking.