SWIXML
2.0 beta 1 (#201)

Uses of Class
org.swixml.Attribute

Packages that use Attribute
org.swixml   
org.swixml.converters   
org.swixml.layoutconverters   
 

Uses of Attribute in org.swixml
 

Methods in org.swixml that return Attribute
static Attribute Attribute.getAttribute(Element elem, String attrName)
          Create class instance by name from element.
 

Methods in org.swixml that return types with arguments of type Attribute
protected  List<Attribute> Parser.getAttributes(Element elem)
          Retrieve all atributes into list.
 

Methods in org.swixml with parameters of type Attribute
 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.
 Object LayoutConverter.convertConstraintsAttribute(Attribute attr)
          Converts the given "constraints" attribute to a layout manager specific constraints instance.
 LayoutManager LayoutConverter.convertLayoutAttribute(Attribute attr)
          Converts the given "layout" attribute to a LayoutManager instance.
 

Uses of Attribute in org.swixml.converters
 

Methods in org.swixml.converters with parameters of type Attribute
static Component ComponentConverter.conv(Attribute attr)
          Convert the value of the given Attribute object into an output object of the specified type.
static Object ColorConverter.conv(Class type, Attribute attr)
          Returns a java.awt.Color runtime object
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 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.
 

Uses of Attribute in org.swixml.layoutconverters
 

Methods in org.swixml.layoutconverters with parameters of type Attribute
 Object GridLayoutConverter.convertConstraintsAttribute(Attribute attr)
          Returns always null.
 Object GridBagLayoutConverter.convertConstraintsAttribute(Attribute attr)
          Returns always null.
 Object FormLayoutConverter.convertConstraintsAttribute(Attribute attr)
          Creates a CellConstraints instance.
 Object FlowLayoutConverter.convertConstraintsAttribute(Attribute attr)
          Returns always null.
 Object CardLayoutConverter.convertConstraintsAttribute(Attribute attr)
          Converts CardLayout constraints.
 Object BorderLayoutConverter.convertConstraintsAttribute(Attribute attr)
          Converts BorderLayout constraints.
 LayoutManager GridLayoutConverter.convertLayoutAttribute(Attribute attr)
          Creates a GridLayout instance.
 LayoutManager GridBagLayoutConverter.convertLayoutAttribute(Attribute attr)
          Creates a GridBagLayout instance.
 LayoutManager FormLayoutConverter.convertLayoutAttribute(Attribute attr)
          Returns always null.
 LayoutManager FlowLayoutConverter.convertLayoutAttribute(Attribute attr)
          Creates a FlowLayout instance.
 LayoutManager CardLayoutConverter.convertLayoutAttribute(Attribute attr)
          Creates a CardLayout instance.
 LayoutManager BorderLayoutConverter.convertLayoutAttribute(Attribute attr)
          Creates a BorderLayout instance.
 


SWIXML
2.0 beta 1 (#201)

Copyright © 2002 - 2011 - Wolf Paulus - wolfpaulus.com. All rights reserved.