Skip to main content

Notice: This Wiki is now read only and edits are no longer 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:36, 16 October 2006 by Unnamed Poltroon (Talk) (See Also)

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