|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISignatureProperties | |
|---|---|
| org.eclipse.mtj.core.model.project | This package provides an API for managing MIDlet suite projects. |
| org.eclipse.mtj.core.model.project.impl | This package provides basic implementations for the MIDlet suite project interfaces. |
| org.eclipse.mtj.core.model.sign | This package provides an API to hold the various project-specific properties relating to potential signing operations. |
| org.eclipse.mtj.core.signing | This package provides and API for managing signing signatures. |
| Uses of ISignatureProperties in org.eclipse.mtj.core.model.project |
|---|
| Methods in org.eclipse.mtj.core.model.project that return ISignatureProperties | |
|---|---|
ISignatureProperties |
MetaData.getSignatureProperties()
|
ISignatureProperties |
IMidletSuiteProject.getSignatureProperties()
Get the ISignatureProperties associated with this MIDlet suite |
| Methods in org.eclipse.mtj.core.model.project with parameters of type ISignatureProperties | |
|---|---|
void |
MetaData.setSignatureProperties(ISignatureProperties p)
|
void |
IMidletSuiteProject.setSignatureProperties(ISignatureProperties props)
Set the ISignatureProperties to use for this MIDlet suite |
| Uses of ISignatureProperties in org.eclipse.mtj.core.model.project.impl |
|---|
| Methods in org.eclipse.mtj.core.model.project.impl that return ISignatureProperties | |
|---|---|
ISignatureProperties |
MidletSuiteProject.getSignatureProperties()
|
| Methods in org.eclipse.mtj.core.model.project.impl with parameters of type ISignatureProperties | |
|---|---|
void |
MidletSuiteProject.setSignatureProperties(ISignatureProperties props)
|
| Uses of ISignatureProperties in org.eclipse.mtj.core.model.sign |
|---|
| Methods in org.eclipse.mtj.core.model.sign with parameters of type ISignatureProperties | |
|---|---|
void |
ISignatureProperties.copy(ISignatureProperties other)
Copy the values from another instance. |
| Uses of ISignatureProperties in org.eclipse.mtj.core.signing |
|---|
| Classes in org.eclipse.mtj.core.signing that implement ISignatureProperties | |
|---|---|
class |
SignatureProperties
This is a simple container class (bean) designed to hold the various project-specific properties relating to potential signing operations. |
| Methods in org.eclipse.mtj.core.signing with parameters of type ISignatureProperties | |
|---|---|
void |
SignatureProperties.copy(ISignatureProperties other)
Indicates whether or not the project is to be signed. |
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||