com.xpn.xwiki.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: Matcher.java 18958 2009-04-22 21:16:29Z mflorea $

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-2010 XWiki. All Rights Reserved.