net.refractions.udig.ui
Interface FeatureTypeEditorDialog.ValidateFeatureTypeBuilder

Enclosing class:
FeatureTypeEditorDialog

public static interface FeatureTypeEditorDialog.ValidateFeatureTypeBuilder

Validates the feature type to determine whether it is acceptable and can be created. This is used to determine if the dialog can close.

Since:
1.1.0
Author:
Jesse

Method Summary
 boolean validate(FeatureTypeBuilder builder)
          Returns true if the feature type builder is ok and the dialog may close.
 

Method Detail

validate

boolean validate(FeatureTypeBuilder builder)
Returns true if the feature type builder is ok and the dialog may close. Changes to the builder will be reflected in the dialog.

Parameters:
featureBuilder - builder to validate.
Returns:
true if the feature type builder is ok and the dialog may close