Revision 43392 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/src/main/java/org/gvsig/app/extension/BasicSymbologyExtension.java

View differences:

BasicSymbologyExtension.java
49 49
import org.gvsig.app.project.documents.view.legend.gui.ThemeManagerWindow;
50 50
import org.gvsig.app.project.documents.view.legend.gui.VectorialInterval;
51 51
import org.gvsig.app.project.documents.view.legend.gui.VectorialUniqueValue;
52
import org.gvsig.app.project.documents.view.legend.gui.legendactions.LoadLegendAction;
53
import org.gvsig.app.project.documents.view.legend.gui.legendactions.SaveLegendAction;
52 54
import org.gvsig.fmap.geom.Geometry;
53 55
import org.gvsig.fmap.mapcontext.layers.vectorial.FLyrVect;
54 56
import org.gvsig.fmap.mapcontrol.MapControlLocator;
......
111 113
        ThemeManagerWindow.setTabEnabledForLayer(LegendManager.class, FLyrVect.class, true);
112 114
        ThemeManagerWindow.setTabEnabledForLayer(LabelingManager.class, FLyrVect.class, true);
113 115

  
116
        symbologySwingManager.addOptionalActionToLegendsPanel(new LoadLegendAction());
117
        symbologySwingManager.addOptionalActionToLegendsPanel(new SaveLegendAction());
118
        
114 119
        registerIcons();
115 120
    }
116 121

  

Also available in: Unified diff