Uses of Interface
org.eclipse.higgins.icard.io.IElementFormat

Packages that use IElementFormat
org.eclipse.higgins.icard   
org.eclipse.higgins.icard.io   
 

Uses of IElementFormat in org.eclipse.higgins.icard
 

Methods in org.eclipse.higgins.icard with parameters of type IElementFormat
 Iterator ICardProvider.getICardsByFormat(CallbackHandler authHandler, IElementFormat format)
          Gets all user's ICards whose identity could be requested using provided callback handler that could be exported to IElement with the format described by format parameter.
 IElement[] ICardProvider.exportICards(CallbackHandler authHandler, IElementFormat format, CUID[] cards)
          Performs export of cards into array of IElements.
 boolean ICard.isFormatSupported(IElementFormat format)
           
 IElement ICard.toElement(IElementFormat format)
           
 IElement IInformationCard.toElement(IElementFormat format)
           
 

Uses of IElementFormat in org.eclipse.higgins.icard.io
 

Subinterfaces of IElementFormat in org.eclipse.higgins.icard.io
 interface IXMLElementFormat
           
 

Methods in org.eclipse.higgins.icard.io that return IElementFormat
 IElementFormat IFormatDescriptor.getElementDescriptor()
          Gets the description of elements supported by the describing input/output format.