Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Additional Annotations Information"

 
Line 10: Line 10:
 
|-
 
|-
 
| multiline || true/false || false || EStructuralFeature || edit string attribute as multiline
 
| multiline || true/false || false || EStructuralFeature || edit string attribute as multiline
 +
|-
 +
| editor || editor id || || EStructuralFeature || edit string attribute using specified editor
 
|}
 
|}
  
 
[[Category:Tigerstripe_APIs]]
 
[[Category:Tigerstripe_APIs]]

Latest revision as of 05:03, 15 July 2008

< To: Tigerstripe_APIs

To provide additional information about annotations TAF using EAnnotation properties. All TAF properties named org.eclipse.tigerstripe.annotation. Following EAnnotation details supported:

Name Values Default Value Target Description
indexed true/false false EStructuralFeature index attribute to provide faster search by attribute value
multiline true/false false EStructuralFeature edit string attribute as multiline
editor editor id EStructuralFeature edit string attribute using specified editor

Back to the top