Uses of Interface
org.eclipse.higgins.icard.IUIDescriptor

Packages that use IUIDescriptor
org.eclipse.higgins.icard   
 

Uses of IUIDescriptor in org.eclipse.higgins.icard
 

Methods in org.eclipse.higgins.icard that return IUIDescriptor
 IUIDescriptor ISimpleClaimType.getUIDescriptor()
          Gets an UI descriptor which provides an information how to display claim value of this type.
 IUIDescriptor ITemplateValue.getUIDescriptor()
          Gets an UI descriptor which provides an information how to display this template value.
 

Methods in org.eclipse.higgins.icard with parameters of type IUIDescriptor
 void ITemplateValue.setUIDescriptor(IUIDescriptor descriptor)
          Sets an UI descriptor for this template value.