|
Mobile Tools for Java Release 1.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 . |
Methods in org.eclipse.mtj.ui.editors.jad with parameters of type DescriptorPropertyDescription | |
---|---|
protected FieldEditor |
JADPropertiesEditorPage.createComboFieldEditor(FormToolkit toolkit,
Composite composite,
DescriptorPropertyDescription description)
Create a new combo field editor. |
protected IntegerFieldEditor |
JADPropertiesEditorPage.createIntegerFieldEditor(FormToolkit toolkit,
Composite parent,
DescriptorPropertyDescription descriptor)
Create a new integer field editor. |
protected org.eclipse.mtj.internal.ui.preferences.ExtendedStringFieldEditor |
JADPropertiesEditorPage.createStringFieldEditor(FormToolkit toolkit,
Composite parent,
DescriptorPropertyDescription descriptor)
Create a new String field editor. |
|
Mobile Tools for Java Release 1.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |