ETViewpointAdditions
ETViewpointMutationOverview
For each immutable object class, a distinct ETMutableObjectViewpoint subclass must exist.
Immutable object class that wants to support editing or mutation through a ETMutableObjectViewpoint must implement this protocol.
Default
- + (Class) mutableViewpointClass
Returns the ETMutableObjectViewpoint subclass used to mutate the receiver instances.
Must not return Nil.