Revision 10437 branches/simbologia/applications/appgvSIG/src/com/iver/cit/gvsig/gui/styling/SymbolLayerManager.java

View differences:

SymbolLayerManager.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.1.2.3  2007-02-08 15:45:37  jaume
46
* Revision 1.1.2.4  2007-02-21 07:35:14  jaume
47 47
* *** empty log message ***
48 48
*
49
* Revision 1.1.2.3  2007/02/08 15:45:37  jaume
50
* *** empty log message ***
51
*
49 52
* Revision 1.1.2.2  2007/02/08 15:43:04  jaume
50 53
* some bug fixes in the editor and removed unnecessary imports
51 54
*
......
106 109
import org.gvsig.gui.beans.swing.JButton;
107 110

  
108 111
import com.iver.andami.PluginServices;
109
import com.iver.cit.gvsig.fmap.core.ISymbol;
110
import com.iver.cit.gvsig.fmap.core.symbols.MultiLayerSymbol;
112
import com.iver.cit.gvsig.fmap.core.symbols.IMultiLayerSymbol;
113
import com.iver.cit.gvsig.fmap.core.symbols.ISymbol;
111 114
import com.iver.utiles.XMLEntity;
112 115

  
113 116
/**
......
121 124
	private SymbolEditor owner;
122 125
    private JList jListLayers;
123 126
    private ISymbol activeLayer;
124
    private MultiLayerSymbol symbol;
127
    private IMultiLayerSymbol symbol;
125 128
    private JButton btnAddLayer = null;
126 129
    private JPanel pnlButtons = null;
127 130
    private JButton btnRemoveLayer = null;
......
134 137

  
135 138
    public SymbolLayerManager(SymbolEditor owner) {
136 139
        this.owner = owner;
137
        this.symbol = (MultiLayerSymbol) owner.getSymbol();
140
        this.symbol = (IMultiLayerSymbol) owner.getSymbol();
138 141
        initialize();
139 142
    }
140 143

  

Also available in: Unified diff