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() |
Feature |
getFeature() |
FeatureStore |
getFeatureStore() |
void |
setDefinition(DynFormDefinition definition) |
void |
setFeature(Feature feature) |
void |
setFeatureType(FeatureType featureType) |
void |
setStore(FeatureStore store) |
public javax.swing.JComponent asJComponent()
ComponentJComponent.asJComponent in interface ComponentJComponentpublic FeatureStore getFeatureStore()
getFeatureStore in interface JFeatureFormpublic void setStore(FeatureStore store)
setStore in interface JFeatureFormpublic void setFeatureType(FeatureType featureType)
public void setDefinition(DynFormDefinition definition)
setDefinition in interface JFeatureFormpublic void setFeature(Feature feature)
setFeature in interface JFeatureFormpublic Feature getFeature()
getFeature in interface JFeatureFormpublic JDynForm getDynForm()
getDynForm in interface JFeatureFormpublic void fetch(EditableFeature feature)
fetch in interface JFeatureForm