org.xwiki.gwt.wysiwyg.client.plugin.font
Interface Matcher<T>
- Type Parameters:
T - the type of the matched objects
- All Known Implementing Classes:
- AbstractFontMatcher, DefaultStringMatcher, FontFamilyMatcher, FontSizeComparator
public interface Matcher<T>
Interface to test if two objects match.
- Version:
- $Id: 5f7393e3d47b03d96bb291435d46874001f7dd88 $
|
Method Summary |
boolean |
match(T leftValue,
T rightValue)
|
match
boolean match(T leftValue,
T rightValue)
- Parameters:
leftValue - the left valuerightValue - the right value
- Returns:
true if the left and right values match, false otherwise
Copyright © 2004-2013 XWiki. All Rights Reserved.