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)
           
 

Method Detail

match

boolean match(T leftValue,
              T rightValue)
Parameters:
leftValue - the left value
rightValue - the right value
Returns:
true if the left and right values match, false otherwise


Copyright © 2004–2015 XWiki. All rights reserved.