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

Difference between revisions of "Org.eclipse.higgins.icard.registry"

(See Also)
(See Also)
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
* [[I-Card Providers]]
+
* [[I-Card Provider]]
 
* [[Core Components]]
 
* [[Core Components]]

Revision as of 09:53, 16 October 2006

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