AttributeEditorAdapter

Identifier:
com.ps.consul.eclipse.ui.AttributeEditorAdapter

Since:
3.0.18

Description:
Provides content assitance, Verifylistener and Property editor for specific attribute type.

Configuration Markup:

<!ELEMENT extension (AttributeContentAdapter)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

Extension point for attribute editor adapter.



<!ELEMENT AttributeContentAdapter EMPTY>

<!ATTLIST AttributeContentAdapter

type                    CDATA #REQUIRED

ContentProposalProvider CDATA #IMPLIED

VerifyListener          CDATA #IMPLIED

PropertyEditor          CDATA #IMPLIED>

An additional attribute editor adapter.



Examples:
<extension point="com.ps.consul.eclipse.ui.AttributeContentAdapter">
   <AttributeContentAdapter
      type = Attribute type
      ContentProposalProvider = class extends com.ps.consul.eclipse.ui.dialogs.adapter.proposal.ProposalProvider (optional)
      VerifyListener = class extends com.ps.consul.eclipse.ui.dialogs.adapter.proposal.ConsulVerifyListener (optional)
      PropertyEditor = class implements com.ps.consul.eclipse.ui.dialogs.adapter.proposal.IPorpertyEditor (optional)
   </AttributeConetntAdapter>
</extension>