Class FieldSelectionModel

java.lang.Object
org.gvsig.app.project.documents.table.FieldSelectionModel
All Implemented Interfaces:
org.gvsig.utils.swing.objectSelection.ObjectSelectionModel

public class FieldSelectionModel extends Object implements org.gvsig.utils.swing.objectSelection.ObjectSelectionModel
Author:
Fernando González Cortés
  • Constructor Details

    • FieldSelectionModel

      public FieldSelectionModel(org.gvsig.fmap.dal.feature.FeatureStore fs, String msg, int type)
      Crea un nuevo FirstFieldSelectionModel.
    • FieldSelectionModel

      public FieldSelectionModel(org.gvsig.fmap.dal.feature.FeatureStore fs, String msg)
  • Method Details

    • getObjects

      public Object[] getObjects() throws org.gvsig.utils.swing.objectSelection.SelectionException
      Specified by:
      getObjects in interface org.gvsig.utils.swing.objectSelection.ObjectSelectionModel
      Throws:
      org.gvsig.utils.swing.objectSelection.SelectionException
    • getMsg

      public String getMsg()
      Specified by:
      getMsg in interface org.gvsig.utils.swing.objectSelection.ObjectSelectionModel
      See Also:
      • ObjectSelectionModel.getMsg()