Uses of Interface
com.taco.i18n.gui.FontUtilities.IFontMapper

Packages that use FontUtilities.IFontMapper
com.taco.i18n.gui Provides classes that aid in internationalizing Swing components. 
 

Uses of FontUtilities.IFontMapper in com.taco.i18n.gui
 

Classes in com.taco.i18n.gui that implement FontUtilities.IFontMapper
static class FontUtilities.DefaultFontMapper
          A default implementation of IFontMapper.
 

Methods in com.taco.i18n.gui with parameters of type FontUtilities.IFontMapper
static javax.swing.border.Border FontUtilities.adjustFontsForLocale(java.util.Locale oldLocale, javax.swing.border.Border border, java.util.Locale locale, FontUtilities.IFontMapper fontMapper)
          Return a border that may be adjusted so that it can display characters in the argument locale.
static void FontUtilities.adjustFontsForLocale(java.util.Locale oldLocale, java.awt.Component component, java.util.Locale locale, boolean recurse, FontUtilities.IFontMapper fontMapper)
          Adjust the font for the component and its border so that it can display characters of locale.