public class DefaultJFeatureForm extends Object implements JFeatureForm
| Constructor and Description |
|---|
DefaultJFeatureForm() |
| Modifier and Type | Method and Description |
|---|---|
JComponent |
asJComponent()
Returns this component as a swing
JComponent. |
void |
fetch(EditableFeature feature) |
JDynForm |
getDynForm() |
void |
setFeature(Feature feature) |
void |
setStore(FeatureStore store) |
public JComponent asJComponent()
ComponentJComponent.asJComponent in interface ComponentJComponentpublic void setStore(FeatureStore store)
setStore in interface JFeatureFormpublic void setFeature(Feature feature)
setFeature in interface JFeatureFormpublic JDynForm getDynForm()
getDynForm in interface JFeatureFormpublic void fetch(EditableFeature feature)
fetch in interface JFeatureForm