public class DefaultJFeaturesForm extends Object implements JFeaturesForm
| Constructor and Description |
|---|
DefaultJFeaturesForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(Action action) |
JComponent |
asJComponent()
Returns this component as a swing
JComponent. |
void |
bind(FeatureStore store) |
void |
bind(FeatureStore store,
DynClass definition) |
Feature |
get(long index) |
long |
getCurrentIndex() |
long |
getDataSetSize() |
FeatureStore |
getFeatureStore() |
JDynFormSet |
getFormset() |
void |
saveChanges() |
void |
setPreferredSize(Dimension dimension) |
void |
setQuery(FeatureQuery query) |
void |
showForm(WindowManager.MODE mode) |
public void setPreferredSize(Dimension dimension)
setPreferredSize in interface JFeaturesFormpublic JComponent asJComponent()
ComponentJComponent.asJComponent in interface ComponentJComponentpublic void bind(FeatureStore store)
bind in interface JFeaturesFormpublic void bind(FeatureStore store, DynClass definition) throws ServiceException, DataException
ServiceExceptionDataExceptionpublic JDynFormSet getFormset()
getFormset in interface JFeaturesFormpublic void addAction(Action action)
addAction in interface JFeaturesFormpublic long getCurrentIndex()
getCurrentIndex in interface JFeaturesFormpublic Feature get(long index)
get in interface JFeaturesFormpublic void setQuery(FeatureQuery query)
setQuery in interface JFeaturesFormpublic void showForm(WindowManager.MODE mode)
showForm in interface JFeaturesFormpublic void saveChanges()
saveChanges in interface JFeaturesFormpublic long getDataSetSize()
getDataSetSize in interface JFeaturesFormpublic FeatureStore getFeatureStore()
getFeatureStore in interface JFeaturesForm