Revision 11704 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/legend/gui/Categories.java

View differences:

Categories.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-05-17 09:32:37  jaume
47
* *** empty log message ***
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.1  2007/01/26 13:49:03  jaume
......
54 57
package com.iver.cit.gvsig.project.documents.view.legend.gui;
55 58

  
56 59
import com.iver.andami.PluginServices;
60
import com.iver.cit.gvsig.fmap.layers.FLayer;
61
import com.iver.cit.gvsig.fmap.layers.FLyrVect;
57 62

  
58 63
public class Categories extends AbstractParentPanel {
59 64

  
......
67 72
		return PluginServices.getText(Categories.class, "categories");
68 73
	}
69 74

  
75
	public boolean isSuitableFor(FLayer layer) {
76
		return layer instanceof FLyrVect;
77
	}
70 78
}

Also available in: Unified diff