SWIXML
1.5 (#149)

Uses of Class
org.swixml.Localizer

Packages that use Localizer
org.swixml   
org.swixml.converters   
 

Uses of Localizer in org.swixml
 

Methods in org.swixml that return Localizer
 Localizer SwingEngine.getLocalizer()
           
 

Methods in org.swixml with parameters of type Localizer
 Object Converter.convert(Class type, Attribute attr, Localizer localizer)
          Convert the value of the given Attribute object into an output object of the specified type.
 

Uses of Localizer in org.swixml.converters
 

Methods in org.swixml.converters with parameters of type Localizer
static Object PrimitiveConverter.conv(Class type, Attribute attr, Localizer localizer)
          Converts String into java primitive type
static Object KeyStrokeConverter.conv(Class type, Attribute attr, Localizer localizer)
          Converts a String into an KeyStroke.
static Object ImageIconConverter.conv(Class type, Attribute attr, Localizer localizer)
          Converts a String into an ImageIcon through a Resource lookup
static Object ImageConverter.conv(Class type, Attribute attr, Localizer localizer)
          Converts a String into an ImageIcon through a Resource lookup
 Object StringConverter.convert(Class type, Attribute attr, Localizer localizer)
          Convert the value of the given Attribute object into an output object of the specified type.
 Object RectangleConverter.convert(Class type, Attribute attr, Localizer localizer)
          Converts a String into a Rectangle object
 Object PrimitiveConverter.convert(Class type, Attribute attr, Localizer localizer)
          Converts String into java primitive type
 Object PointConverter.convert(Class type, Attribute attr, Localizer localizer)
          Converts a String into an Point object
 Object LocaleConverter.convert(Class type, Attribute attr, Localizer localizer)
          Convert the value of the given Attribute object into an output object of the specified type.
 Object LayoutConverter.convert(Class type, Attribute attr, Localizer localizer)
          Convert the specified input object into an output object of the specified type.
 Object KeyStrokeConverter.convert(Class type, Attribute attr, Localizer localizer)
          Converts a String into an KeyStroke through a Resource lookup
 Object InsetsConverter.convert(Class type, Attribute attr, Localizer localizer)
          Converts a Strings into an Insets object
 Object ImageIconConverter.convert(Class type, Attribute attr, Localizer localizer)
          Converts a String into an ImageIcon through a Resource lookup
 Object ImageConverter.convert(Class type, Attribute attr, Localizer localizer)
          Converts a String into an ImageIcon through a Resource lookup
 Object FontConverter.convert(Class type, Attribute attr, Localizer localizer)
          Convert the value of the given Attribute object into an output object of the specified type.
 Object DimensionConverter.convert(Class type, Attribute attr, Localizer localizer)
          Converts a String into an Dimension object
 Object ComponentConverter.convert(Class type, Attribute attr, Localizer localizer)
          Convert the value of the given Attribute object into an output object of the specified type.
 Object ColorConverter.convert(Class type, Attribute attr, Localizer localizer)
          Returns a java.awt.Color runtime object
 Object BorderConverter.convert(Class type, Attribute attr, Localizer localizer)
          Returns a javax.swing Border
 Object ActionConverter.convert(Class type, Attribute attr, Localizer localizer)
          Convert the value of the given Attribute object into an output object of the specified type.
 


SWIXML
1.5 (#149)

Copyright � 2002 - 2007 - Wolf Paulus - wolfpaulus.com. All rights reserved.