Class AvailableValuesController
java.lang.Object
org.gvsig.fmap.dal.swing.impl.featuretype.aggregatecontroller.DefaultAggregateController<org.gvsig.tools.dynobject.DynObjectValueItem>
org.gvsig.fmap.dal.swing.impl.featuretype.availablevalues.AvailableValuesController
- All Implemented Interfaces:
AggregateController<org.gvsig.tools.dynobject.DynObjectValueItem>
public class AvailableValuesController
extends DefaultAggregateController<org.gvsig.tools.dynobject.DynObjectValueItem>
- Author:
- jjdelcerro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gvsig.fmap.dal.swing.impl.featuretype.aggregatecontroller.AggregateController
AggregateController.AggregateItemController<T>, AggregateController.AggregateModel<T> -
Field Summary
Fields inherited from interface org.gvsig.fmap.dal.swing.impl.featuretype.aggregatecontroller.AggregateController
EMPTY_MODEL, MODE_EDIT_ALL, MODE_EDIT_PART, MODE_SHOW_ONLY -
Constructor Summary
ConstructorsConstructorDescriptionAvailableValuesController(JTable table, JButton btnFormFieldModify, JButton btnFormFieldDiscard, JButton btnFormFieldAccept, JButton btnNew, JButton btnDelete, AggregateController.AggregateItemController<org.gvsig.tools.dynobject.DynObjectValueItem> itemController) -
Method Summary
Methods inherited from class org.gvsig.fmap.dal.swing.impl.featuretype.aggregatecontroller.DefaultAggregateController
acceptModifications, canCreate, canDelete, canModify, clean, deleteCurrentItem, discardModificactions, getCurrentRow, getItemController, isEditing, isEnabled, modifyCurrentItem, newItem, setCanCreate, setCanDelete, setCanModify, setCurrentRow, setEnabled, setModel
-
Constructor Details
-
AvailableValuesController
-
-
Method Details
-
getModel
- Specified by:
getModelin interfaceAggregateController<org.gvsig.tools.dynobject.DynObjectValueItem>- Overrides:
getModelin classDefaultAggregateController<org.gvsig.tools.dynobject.DynObjectValueItem>
-