Revision 44340 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/fmap/dal/complements/search/SearchFactory.java

View differences:

SearchFactory.java
1 1
package org.gvsig.fmap.dal.complements.search;
2 2

  
3
import org.gvsig.fmap.dal.DataManager;
3 4
import org.gvsig.fmap.dal.complements.Search;
4 5
import org.gvsig.fmap.dal.feature.FeatureType;
5 6
import org.gvsig.tools.ToolsLocator;
......
31 32
        DynObjectManager dynObjectManager = ToolsLocator.getDynObjectManager();
32 33
        dynObjectManager.registerTag(
33 34
                Search.DAL_SEARCH_ATTRIBUTE_PRIORITY,
34
                null
35
                "Priority of the field when displaying it in the searchs field lists."
35 36
        );
36 37
        dynObjectManager.registerTag(
37
                Search.DAL_SEARCH_RESULT_COLUMNS,
38
                null
38
                DataManager.DAL_PREFERRED_COLUMNS,
39
                "Columns to be used when the data is shown in tabular form."
39 40
        );
40 41
    }
41 42
    

Also available in: Unified diff