blob: e250c09ec652f2a29ff3c95d04eff4799e624347 [file] [log] [blame]
Model Preferences
This model description is not a real EMF artifact. It was generated by the
org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's
code generator can be extended.
This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
Package preferences <http://www.lunifera.org/vaaclipse/ui/preferences>
Class PreferencesCategory -> ApplicationElement
Attribute name : EString
Reference childCategories : PreferencesCategory<<0..*>>
Reference parentCategory : PreferencesCategory
Reference page : PreferencesPage
Attribute id : EString
Class PreferencesPage -> ElementContainer, Contribution
Reference category : PreferencesCategory
Attribute description : EString
Class FieldEditor -> UIElement
Attribute label : EString
Attribute preferenceName : EString
Attribute defaultValue : EString
Attribute defaultValueTyped : EJavaObject
Attribute bundle : EString
Attribute preferences : Preferences
Attribute equinoxPath : EString
Class BooleanFieldEditor -> FieldEditor
Attribute style : BooleanFieldStyle
Class ListFieldEditor -> FieldEditor, Contribution
Reference entries : Entry<<0..*>>
Class Entry
Attribute name : EString
Attribute value : EString
Class ComboFieldEditor -> ListFieldEditor
Class ListEditor -> FieldEditor, Contribution
Reference listCrud : ListCrud
Reference listFold : ListFold
Class RadioGroupFieldEditor -> ListFieldEditor
Class ScaleFieldEditor -> FieldEditor
Attribute minValue : EIntegerObject
Attribute maxValue : EIntegerObject
Attribute incrementValue : EIntegerObject
Class StringFieldEditor -> FieldEditor
Attribute maxLength : EIntegerObject
Class IntegerFieldEditor -> FieldEditor
Attribute minValidValue : EIntegerObject
Attribute maxValidValue : EIntegerObject
Class FileFieldEditor -> FieldEditor, Contribution
Class DirectoryFieldEditor -> FieldEditor, Contribution
Class ListCrud
Operation addNewValue(EString) : EString
Class ListFold
Operation apply(EString, StringBuffer) : void
Enum BooleanFieldStyle
Literal DEFAULT = 0
Literal SEPARATE_LABEL = 1
DataType StringBuffer <java.lang.StringBuffer>
DataType Preferences <org.osgi.service.prefs.Preferences>