Revision 29598 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/view/legend/gui/VectorialInterval.java

View differences:

VectorialInterval.java
38 38
 *   +34 963163400
39 39
 *   dac@iver.es
40 40
 */
41
package com.iver.cit.gvsig.project.documents.view.legend.gui;
41
package org.gvsig.app.project.documents.view.legend.gui;
42 42

  
43 43
import java.awt.*;
44 44
import java.awt.event.ActionEvent;
......
49 49

  
50 50
import javax.swing.*;
51 51

  
52
import org.gvsig.andami.PluginServices;
53
import org.gvsig.andami.messages.NotificationManager;
54
import org.gvsig.app.gui.panels.ColorChooserPanel;
52 55
import org.gvsig.fmap.dal.DataTypes;
53 56
import org.gvsig.fmap.dal.exception.DataException;
54 57
import org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor;
......
63 66
import org.gvsig.fmap.mapcontext.rendering.symbols.SymbologyFactory;
64 67
import org.gvsig.gui.beans.swing.GridBagLayoutPanel;
65 68
import org.gvsig.gui.beans.swing.JButton;
69
import org.gvsig.utils.XMLException;
66 70
import org.slf4j.Logger;
67 71
import org.slf4j.LoggerFactory;
68 72

  
69
import com.iver.andami.PluginServices;
70
import com.iver.andami.messages.NotificationManager;
71
import com.iver.cit.gvsig.gui.panels.ColorChooserPanel;
72
import com.iver.utiles.XMLException;
73 73

  
74 74

  
75 75
/**

Also available in: Unified diff