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()
Component
JComponent
.asJComponent
in interface Component
JComponent
public void setStore(FeatureStore store)
setStore
in interface JFeatureForm
public void setFeature(Feature feature)
setFeature
in interface JFeatureForm
public JDynForm getDynForm()
getDynForm
in interface JFeatureForm
public void fetch(EditableFeature feature)
fetch
in interface JFeatureForm