Mobile Tools for Java
Release 1.0

Uses of Class
org.eclipse.mtj.core.project.midp.DescriptorPropertyDescription

Packages that use DescriptorPropertyDescription
org.eclipse.mtj.core.project.midp This package provides an API for managing MIDlet suite projects. 
org.eclipse.mtj.ui.editors.jad This package provides the user interface functionality for editing the Application Descriptor. 
 

Uses of DescriptorPropertyDescription in org.eclipse.mtj.core.project.midp
 

Methods in org.eclipse.mtj.core.project.midp that return DescriptorPropertyDescription
 DescriptorPropertyDescription[] IJADDescriptorsProvider.getDescriptorPropertyDescriptions()
           
 

Uses of DescriptorPropertyDescription in org.eclipse.mtj.ui.editors.jad
 

Subclasses of DescriptorPropertyDescription in org.eclipse.mtj.ui.editors.jad
 class ListDescriptorPropertyDescription
          Application descriptor property description holding a list of strings.
 

Methods in org.eclipse.mtj.ui.editors.jad that return DescriptorPropertyDescription
protected  DescriptorPropertyDescription[] JADPropertiesEditorPage.doGetDescriptors()
          sub class may override this method to provide its own descriptor provide strategy
 DescriptorPropertyDescription[] JADPropertiesEditorPage.getDescriptors()
          Get all application descriptor property description for the current page ID.
 


Mobile Tools for Java
Release 1.0