Interface IDAREPlugin
- 
public interface IDAREPlugin 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vector<idare.imagenode.internal.IDAREService>getServices()Provide all instances of IDAREInterfaces this plugin shall provide to the app. 
 - 
 
- 
- 
Method Detail
- 
getServices
Vector<idare.imagenode.internal.IDAREService> getServices()
Provide all instances of IDAREInterfaces this plugin shall provide to the app. They have to be in the order in which they need to be registered. i.e. if a DataSetType is provided after corresponding properties this might fail.- Returns:
 - the services that this plugin provides.
 
 
 - 
 
 -