Uses of Interface
eclipseme.core.model.ISignatureProperties

Packages that use ISignatureProperties
eclipseme.core.model   
eclipseme.core.model.impl   
 

Uses of ISignatureProperties in eclipseme.core.model
 

Methods in eclipseme.core.model that return ISignatureProperties
 ISignatureProperties IMidletSuiteProject.getSignatureProperties()
          Get the ISignatureProperties associated with this midlet suite
 

Methods in eclipseme.core.model with parameters of type ISignatureProperties
 void ISignatureProperties.copy(ISignatureProperties other)
          Copy the values from another instance.
 void IMidletSuiteProject.setSignatureProperties(ISignatureProperties props)
          Set the ISignatureProperties to use for this midlet suite
 

Uses of ISignatureProperties in eclipseme.core.model.impl
 

Classes in eclipseme.core.model.impl 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 eclipseme.core.model.impl that return ISignatureProperties
 ISignatureProperties MidletSuiteProject.getSignatureProperties()
           
 ISignatureProperties MetaData.getSignatureProperties()
           
 

Methods in eclipseme.core.model.impl with parameters of type ISignatureProperties
 void SignatureProperties.copy(ISignatureProperties other)
          Indicates whether or not the project is to be signed.
 void MidletSuiteProject.setSignatureProperties(ISignatureProperties props)
           
 void MetaData.setSignatureProperties(ISignatureProperties p)