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 JFeaturesForm
public JComponent asJComponent()
Component
JComponent
.asJComponent
in interface Component
JComponent
public void bind(FeatureStore store)
bind
in interface JFeaturesForm
public void bind(FeatureStore store, DynClass definition) throws ServiceException, DataException
ServiceException
DataException
public JDynFormSet getFormset()
getFormset
in interface JFeaturesForm
public void addAction(Action action)
addAction
in interface JFeaturesForm
public long getCurrentIndex()
getCurrentIndex
in interface JFeaturesForm
public Feature get(long index)
get
in interface JFeaturesForm
public void setQuery(FeatureQuery query)
setQuery
in interface JFeaturesForm
public void showForm(WindowManager.MODE mode)
showForm
in interface JFeaturesForm
public void saveChanges()
saveChanges
in interface JFeaturesForm
public long getDataSetSize()
getDataSetSize
in interface JFeaturesForm
public FeatureStore getFeatureStore()
getFeatureStore
in interface JFeaturesForm