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

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

(See Also)
(Overview)
Line 2: Line 2:
 
Manages the user's set of i-cards each of which is implemented by an I-Card Provider (plug-in) implementation.
 
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.
+
==Service==
* The I-Card Registry defines the I-Card Provider API. This is the interface that all I-Card Providers must implement
+
 
 +
* I-Card Registry API
 +
** Overview of the [[I-Card Registry API]]
  
 
==See Also==
 
==See Also==
 
* [[I-Card Provider]]
 
* [[I-Card Provider]]
 
* [[Core Components]]
 
* [[Core Components]]

Revision as of 09:56, 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.

Service

See Also

Back to the top