* The vector layer that holds all the attribute definitions for the type of feature to display.
* @param disabled
* Should the form initially be disabled or not? When disabled, editing is not possible.
*/
public FeatureAttributeEditor(VectorLayer layer, boolean disabled) {
this(layer, disabled, new DefaultFeatureFormFactory());
}