Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Org.eclipse.higgins.icard.registry

Revision as of 09:35, 16 October 2006 by Paul.socialphysics.org (Talk | contribs) (Overview)

Overview

Manages the user's set of i-cards each of which is implemented by an I-Card Provider (plug-in) implementation.

  • The I-Card Registry is basically just a manager of the list of all of the user's i-cards. It's API has methods to add an i-card, remove and i-card and iterators to walk through the list of i-cards.
  • The I-Card Registry defines the I-Card Provider API. This is the interface that all I-Card Providers must implement

See Also

Back to the top