Statistics
| Revision:

svn-gvsig-desktop / trunk / applications / appgvSIG / src / com / iver / cit / gvsig / gui / styling / StyleSelectorFilter.java @ 25925

History | View | Annotate | Download (203 Bytes)

1
package com.iver.cit.gvsig.gui.styling;
2

    
3
import com.iver.cit.gvsig.fmap.core.styles.IStyle;
4

    
5
public interface StyleSelectorFilter extends SelectorFilter {
6

    
7
        public IStyle getAllowedObject();
8

    
9
}