public class SingleStyleSelectorFilter extends java.lang.Object implements SelectorFilter
| Constructor and Description |
|---|
SingleStyleSelectorFilter(java.lang.Class clz) |
SingleStyleSelectorFilter(IStyle sty) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(java.lang.Object obj)
Returns true if the object passes the filter(is accepted)or false on the contrary
|
public SingleStyleSelectorFilter(IStyle sty)
public SingleStyleSelectorFilter(java.lang.Class clz)
public boolean accepts(java.lang.Object obj)
SelectorFilteraccepts in interface SelectorFilter