public class DefaultJFeatureForm extends java.lang.Object implements JFeatureForm
| Constructor and Description |
|---|
DefaultJFeatureForm() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
asJComponent()
Returns this component as a swing
JComponent. |
void |
fetch(EditableFeature feature) |
JDynForm |
getDynForm() |
void |
setFeature(Feature feature) |
void |
setStore(FeatureStore store) |
public javax.swing.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