Modeling Features

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

Description:
This is used to Modeling Features

Configuration Markup:

<!ELEMENT extension (feature)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

Extension point for additional modelling features.



<!ELEMENT feature EMPTY>

<!ATTLIST feature

type    CDATA #REQUIRED

viewing (true | false) "true"

editing (true | false) "false">

An additional modelling feature.



Examples:
<extension point="com.ps.consul.eclipse.ui.ModelingFeature">
   <feature
      type = ?
      viewing = boolean
      editing = boolean>
   </feature>
</extension>