Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.project.midp
Interface IJADDescriptorsProvider


public interface IJADDescriptorsProvider

Instances of IJADDescriptorsProvider are used to provide JAD Attributes descriptors. The vendors who want to provide their own JAD attributes should implement this interface. The implementations are provided to the system via the jadAttributes extension point.

Since:
1.0

Method Summary
 DescriptorPropertyDescription[] getDescriptorPropertyDescriptions()
           
 

Method Detail

getDescriptorPropertyDescriptions

DescriptorPropertyDescription[] getDescriptorPropertyDescriptions()
Returns:
array off DescriptorPropertyDescription

Mobile Tools for Java
Release 1.0