Package | Description |
---|---|
org.swixml | |
org.swixml.converters | |
org.swixml.layoutconverters |
Modifier and Type | Method and Description |
---|---|
static Attribute |
Attribute.getAttribute(Element elem,
String attrName)
Create class instance by name from element.
|
Modifier and Type | Method and Description |
---|---|
protected List<Attribute> |
Parser.getAttributes(Element elem)
Retrieve all atributes into list.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (c) 2002 - 2014 - Wolf Paulus - wolfpaulus.com. All rights reserved.