Uses of Interface
org.eclipse.corona.client.collaboration.event.services.IFormatter

Packages that use IFormatter
org.eclipse.corona.client.collaboration.event   
org.eclipse.corona.client.collaboration.event.services   
 

Uses of IFormatter in org.eclipse.corona.client.collaboration.event
 

Methods in org.eclipse.corona.client.collaboration.event that return IFormatter
 IFormatter EventProperty.getFormatter()
          Gets converter of the property value to human readable form.
 

Methods in org.eclipse.corona.client.collaboration.event with parameters of type IFormatter
 void EventProperty.setFormatter(IFormatter formatter)
          Sets converter of the property value to human readable form.
 

Uses of IFormatter in org.eclipse.corona.client.collaboration.event.services
 

Subinterfaces of IFormatter in org.eclipse.corona.client.collaboration.event.services
 interface IEventFormatter
          This interface provides an information that the formatter is supposed to obtain instances of Event.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.