Revision 3373 org.gvsig.legend.vectorfilterexpression.app.mainplugin/trunk/org.gvsig.legend.vectorfilterexpression.app.mainplugin/src/main/java/org/gvsig/symbology/library/VectorFilterExpressionLibrary.java

View differences:

VectorFilterExpressionLibrary.java
1
/* gvSIG. Desktop Geographic Information System.
1
/**
2
 * gvSIG. Desktop Geographic Information System.
2 3
 *
3
 * Copyright ? 2007-2013 gvSIG Association
4
 * Copyright (C) 2007-2020 gvSIG Association.
4 5
 *
5 6
 * This program is free software; you can redistribute it and/or
6 7
 * modify it under the terms of the GNU General Public License
7
 * as published by the Free Software Foundation; either version 2
8
 * as published by the Free Software Foundation; either version 3
8 9
 * of the License, or (at your option) any later version.
9 10
 *
10 11
 * This program is distributed in the hope that it will be useful,
......
26 27
import org.gvsig.app.project.documents.view.legend.gui.SymbolTable;
27 28
import org.gvsig.fmap.mapcontext.MapContextLocator;
28 29
import org.gvsig.fmap.mapcontext.MapContextManager;
29
import org.gvsig.fmap.mapcontext.rendering.legend.ISingleSymbolLegend;
30 30
import org.gvsig.fmap.mapcontext.rendering.symbols.SymbolManager;
31 31
import org.gvsig.symbology.SymbologyLibrary;
32
import org.gvsig.symbology.fmap.mapcontext.rendering.legend.driver.impl.PersistenceBasedLegendReader;
33 32
import org.gvsig.symbology.fmap.mapcontext.rendering.legend.driver.impl.PersistenceBasedLegendWriter;
34 33
import org.gvsig.symbology.fmap.rendering.VectorFilterExpressionLegend;
35 34
import org.gvsig.symbology.gui.layerproperties.ExpressionFieldCellEditor;
......
100 99
                PersistenceBasedLegendWriter.class);
101 100
        
102 101
        SymbologySwingLocator.getSwingManager().registerLegendEditor(VectorFilterExpressionPanel.class);
102
//        SymbologySwingLocator.getSwingManager().registerLegendEditor(VectorFilterExpressionPanel2.class);
103 103

  
104 104
        
105 105
        
106 106
        SymbolTable.addNewCellEditor("expressions",
107
            new ExpressionFieldCellEditor());
107
            new ExpressionFieldCellEditor(null));
108 108

  
109 109
    }
110 110

  

Also available in: Unified diff