Changes between Version 9 and Version 10 of FRAME_PROPERTY_LOCKING_R0
- Timestamp:
- 01/15/09 18:48:36 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_PROPERTY_LOCKING_R0
v9 v10 43 43 * Create method setOwnValue(T value) which will set value of the own property depending on if locked() is true or false. 44 44 * 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. 47 46 48 47 * org.sophie2.base.model.book.!FramePropertyLockingTest is a test for frame properties locking.