== Editors ==

Concrete editor implementations are located here. They are instantiated from org.mule.tooling.ui.modules.core.widgets.AttributesPropertyPage
currently.

At the moment we support following editor types:

 * BooleanFieldEditor - edits booleans
 * EnumFieldEditor - enumerated string values
 * IntegerFieldEditor - represented as spinner control
 * StringFieldEditor - text field configurable with factory, validator and content assist

