Revision 11073 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/styling/AbstractTypeSymbolEditorPanel.java

View differences:

AbstractTypeSymbolEditorPanel.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.2  2007-03-09 11:25:00  jaume
46
* Revision 1.3  2007-04-05 16:08:34  jaume
47
* Styled labeling stuff
48
*
49
* Revision 1.2  2007/03/09 11:25:00  jaume
47 50
* Advanced symbology (start committing)
48 51
*
49 52
* Revision 1.1.2.3  2007/02/21 07:35:14  jaume
......
80 83
*/
81 84
package com.iver.cit.gvsig.gui.styling;
82 85

  
83
import java.awt.event.ActionEvent;
84
import java.awt.event.ActionListener;
85

  
86 86
import javax.swing.JPanel;
87 87

  
88 88
import com.iver.cit.gvsig.fmap.core.symbols.ISymbol;
89
import com.iver.utiles.XMLEntity;
90 89
/**
91 90
 * Abstract class that all the Symbol settings interface must extend.
92 91
 *
......
160 159
	 * @return <b>Class</b> (of the concrete ISymbol that this configuration panel deals with)
161 160
	 */
162 161
	public abstract Class getSymbolClass();
162

  
163
	public abstract EditorTool getEditorTool();
164

  
165

  
163 166
}
164 167

  

Also available in: Unified diff