Uses of Interface
org.xwiki.gwt.wysiwyg.client.plugin.font.Matcher

Packages that use Matcher
org.xwiki.gwt.wysiwyg.client.plugin.font   
 

Uses of Matcher in org.xwiki.gwt.wysiwyg.client.plugin.font
 

Classes in org.xwiki.gwt.wysiwyg.client.plugin.font that implement Matcher
 class AbstractFontMatcher
          Abstract font Matcher.
 class DefaultStringMatcher
          Matches two Strings if they are both null or equal ignoring case.
 class FontFamilyMatcher
          Matches values of the font-family CSS property.
 class FontSizeComparator
          Compares two font sizes.
 

Methods in org.xwiki.gwt.wysiwyg.client.plugin.font with parameters of type Matcher
protected  void CachedListBoxPicker.setSelectedValue(String value, Matcher<String> matcher)
          Looks for a list item that matches the given value and selects the one that is found.
protected  void DynamicListBoxPicker.setSelectedValue(String value, Matcher<String> matcher)
          Looks for a list item that matches the given value and selects the one that is found.
protected  void AbstractListBoxPicker.setSelectedValue(String value, Matcher<String> matcher)
          Looks for a list item that matches the given value and selects the one that is found.
 



Copyright © 2004-2012 XWiki. All Rights Reserved.