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