Revision 46900 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.swing/org.gvsig.fmap.dal.swing.api/src/main/java/org/gvsig/fmap/dal/swing/AbstractDALActionFactory.java

View differences:

AbstractDALActionFactory.java
7 7
import org.gvsig.fmap.dal.DataStore;
8 8
import org.gvsig.fmap.dal.feature.FeatureQuery;
9 9
import org.gvsig.fmap.dal.feature.FeatureQueryOrder;
10
import org.gvsig.fmap.dal.feature.FeatureSelection;
10 11

  
11 12
/**
12 13
 *
......
49 50
        }
50 51

  
51 52
        @Override
53
        public FeatureSelection getSelecteds() {
54
            return null;
55
        }
56

  
57
        @Override
52 58
        public JComponent getActionButton(String actionName) {
53 59
            return null;
54 60
        }

Also available in: Unified diff