EOControl

From EOFWiki
Jump to navigationJump to search

Description

EOControl is a framework of classes that is build on top of foundation. EOControl provides the following abstractions to a program

  • EOClassDescription meta information about classes
  • EOFault stand in objects, a different kind of proxy
  • EOEditingContext a tracking system for changes to objects with undo capability
  • EOGenericRecord a typeless container for external information, doubles as a base class
  • EOObjectStore an abstraction layer for persistance
  • EOQualifier a query mechanism
  • EOGlobalID a kind of resource identifier for database objects, somewhat related to the URI/URL concept
  • EOObserver an asynchronous and very efficient notification system
  • EONull a null object for storage in NSDictionary

Topics

Dependencies

  • Foundation