| java.lang.Object org.netbeans.modules.vmd.api.model.ProducerDeserializer
All known Subclasses: org.netbeans.modules.vmd.midp.serialization.MidpProducerDeserializer,
ProducerDeserializer | abstract public class ProducerDeserializer (Code) | | Used for processing custom producers defined as an xml file in component registry.
An implementation of this class should be registered in global lookup.
author: David Kaspar |
Constructor Summary | |
protected | ProducerDeserializer(String projectType) Creates a PresenterDeserializer releated to specified project type. |
Method Summary | |
abstract public boolean | checkValidity(DesignDocument document, ComponentProducer producer) Called to deserialize a node in a xml file into a presenter descriptor.
Parameters: document - the document where the producer could be used Parameters: producer - the componen producer to be checked. | final public String | getProjectType() Returns the related project type. |
ProducerDeserializer | protected ProducerDeserializer(String projectType)(Code) | | Creates a PresenterDeserializer releated to specified project type.
Parameters: projectType - the project type |
checkValidity | abstract public boolean checkValidity(DesignDocument document, ComponentProducer producer)(Code) | | Called to deserialize a node in a xml file into a presenter descriptor.
Parameters: document - the document where the producer could be used Parameters: producer - the componen producer to be checked. the presenter descriptor |
getProjectType | final public String getProjectType()(Code) | | Returns the related project type.
the project type |
|
|