- capitalize(String) - Static method in class org.swixml.converters.Util
-
Return a capitalized version of the specified property name.
- CardLayoutConverter - Class in org.swixml.layoutconverters
-
A layout converter for java.awt.CardLayout
.
- CardLayoutConverter() - Constructor for class org.swixml.layoutconverters.CardLayoutConverter
-
- CHAR_UNDEFINED - Static variable in interface org.swixml.converters.KeyEvent
-
KEY_PRESSED and KEY_RELEASED events which do not map to a
valid Unicode character use this for the keyChar value.
- cl - Variable in class org.swixml.SwingEngine
-
Localizer, setup by parameters found in the xml descriptor.
- cleanup() - Method in class org.swixml.SwingEngine
-
Removes all un-displayable compontents from the id map and deletes the components collection (for recreation at the
next request).
- ColorConverter - Class in org.swixml.converters
-
The ColorConverter class defines a Converter that turns the Strings into a Color object
- ColorConverter() - Constructor for class org.swixml.converters.ColorConverter
-
- ComponentConverter - Class in org.swixml.converters
-
The ComponentConverter class defines a dummy converter
It's simply here to allow the registration of setter-methods excepting Components
- ComponentConverter() - Constructor for class org.swixml.converters.ComponentConverter
-
- conv(Class, Attribute) - Static method in class org.swixml.converters.ColorConverter
-
Returns a java.awt.Color
runtime object
- conv(Attribute) - Static method in class org.swixml.converters.ComponentConverter
-
Convert the value of the given Attribute
object into an output object of the
specified type.
- conv(Class, Attribute, Localizer) - Static method in class org.swixml.converters.ImageConverter
-
Converts a String into an ImageIcon through a Resource lookup
- conv(Class, Attribute, Localizer) - Static method in class org.swixml.converters.ImageIconConverter
-
Converts a String into an ImageIcon through a Resource lookup
- conv(Class, Attribute, Localizer) - Static method in class org.swixml.converters.KeyStrokeConverter
-
Converts a String into an KeyStroke.
- conv(String) - Static method in class org.swixml.converters.LocaleConverter
-
Convert the value of the given Attribute
object into an output object of the
specified type.
- conv(Class, Attribute, Localizer) - Static method in class org.swixml.converters.PrimitiveConverter
-
Converts String into java primitive type
- convert(Class, Attribute, Localizer) - Method in interface org.swixml.Converter
-
Convert the value of the given Attribute
object into an output object of the
specified type.
- convert(Class, Attribute, Localizer) - Method in class org.swixml.converters.ActionConverter
-
Convert the value of the given Attribute
object into an output object of the
specified type.
- convert(Class, Attribute, Localizer) - Method in class org.swixml.converters.BorderConverter
-
Returns a javax.swing Border
- convert(Class, Attribute, Localizer) - Method in class org.swixml.converters.ColorConverter
-
Returns a java.awt.Color
runtime object
- convert(Class, Attribute, Localizer) - Method in class org.swixml.converters.ComponentConverter
-
Convert the value of the given Attribute
object into an output object of the
specified type.
- convert(Class, Attribute, Localizer) - Method in class org.swixml.converters.DimensionConverter
-
Converts a String into an Dimension object
- convert(Class, Attribute, Localizer) - Method in class org.swixml.converters.FontConverter
-
Convert the value of the given Attribute
object into an output object of the
specified type.
- convert(Class, Attribute, Localizer) - Method in class org.swixml.converters.ImageConverter
-
Converts a String into an ImageIcon through a Resource lookup
- convert(Class, Attribute, Localizer) - Method in class org.swixml.converters.ImageIconConverter
-
Converts a String into an ImageIcon through a Resource lookup
- convert(Class, Attribute, Localizer) - Method in class org.swixml.converters.InsetsConverter
-
Converts a Strings into an Insets object
- convert(Class, Attribute, Localizer) - Method in class org.swixml.converters.KeyStrokeConverter
-
Converts a String into an KeyStroke through a Resource lookup
- convert(Class, Attribute, Localizer) - Method in class org.swixml.converters.LocaleConverter
-
Convert the value of the given Attribute
object into an output object of the
specified type.
- convert(Class, Attribute, Localizer) - Method in class org.swixml.converters.PointConverter
-
Converts a String into an Point object
- convert(Class, Attribute, Localizer) - Method in class org.swixml.converters.PrimitiveConverter
-
Converts String into java primitive type
- convert(Class, Attribute, Localizer) - Method in class org.swixml.converters.RectangleConverter
-
Converts a String into a Rectangle object
- convert(Class, Attribute, Localizer) - Method in class org.swixml.converters.StringConverter
-
Convert the value of the given Attribute
object into an output object of the
specified type.
- convertConstraintsAttribute(Attribute) - Method in interface org.swixml.LayoutConverter
-
Converts the given "constraints" attribute to a layout manager specific
constraints instance.
- convertConstraintsAttribute(Attribute) - Method in class org.swixml.layoutconverters.BorderLayoutConverter
-
Converts BorderLayout constraints.
- convertConstraintsAttribute(Attribute) - Method in class org.swixml.layoutconverters.CardLayoutConverter
-
Converts CardLayout constraints.
- convertConstraintsAttribute(Attribute) - Method in class org.swixml.layoutconverters.FlowLayoutConverter
-
Returns always null
.
- convertConstraintsAttribute(Attribute) - Method in class org.swixml.layoutconverters.FormLayoutConverter
-
Creates a CellConstraints instance.
- convertConstraintsAttribute(Attribute) - Method in class org.swixml.layoutconverters.GridBagLayoutConverter
-
Returns always null
.
- convertConstraintsAttribute(Attribute) - Method in class org.swixml.layoutconverters.GridLayoutConverter
-
Returns always null
.
- convertConstraintsElement(Element) - Method in interface org.swixml.LayoutConverter
-
Converts the given "constraints" element to a layout manager specific
constraints instance.
- convertConstraintsElement(Element) - Method in class org.swixml.layoutconverters.BorderLayoutConverter
-
Returns always null
.
- convertConstraintsElement(Element) - Method in class org.swixml.layoutconverters.CardLayoutConverter
-
Returns always null
.
- convertConstraintsElement(Element) - Method in class org.swixml.layoutconverters.FlowLayoutConverter
-
Returns always null
.
- convertConstraintsElement(Element) - Method in class org.swixml.layoutconverters.FormLayoutConverter
-
Returns always null
.
- convertConstraintsElement(Element) - Method in class org.swixml.layoutconverters.GridBagLayoutConverter
-
Returns always null
.
- convertConstraintsElement(Element) - Method in class org.swixml.layoutconverters.GridLayoutConverter
-
Returns always null
.
- Converter - Interface in org.swixml
-
General purpose data type converter that can be registered and used
within the SwingEngine package to manage the conversion of objects from
one type to another.
- ConverterLibrary - Class in org.swixml
-
The ConverterLibrary
contains all available Coverters, converting Strings.
- convertLayoutAttribute(Attribute) - Method in interface org.swixml.LayoutConverter
-
Converts the given "layout" attribute to a LayoutManager
instance.
- convertLayoutAttribute(Attribute) - Method in class org.swixml.layoutconverters.BorderLayoutConverter
-
Creates a BorderLayout instance.
- convertLayoutAttribute(Attribute) - Method in class org.swixml.layoutconverters.CardLayoutConverter
-
Creates a CardLayout instance.
- convertLayoutAttribute(Attribute) - Method in class org.swixml.layoutconverters.FlowLayoutConverter
-
Creates a FlowLayout instance.
- convertLayoutAttribute(Attribute) - Method in class org.swixml.layoutconverters.FormLayoutConverter
-
Returns always null
.
- convertLayoutAttribute(Attribute) - Method in class org.swixml.layoutconverters.GridBagLayoutConverter
-
Creates a GridBagLayout instance.
- convertLayoutAttribute(Attribute) - Method in class org.swixml.layoutconverters.GridLayoutConverter
-
Creates a GridLayout instance.
- convertLayoutElement(Element) - Method in interface org.swixml.LayoutConverter
-
Converts the given "layout" element to a LayoutManager
instance.
- convertLayoutElement(Element) - Method in class org.swixml.layoutconverters.BorderLayoutConverter
-
Creates a BorderLayout instance.
- convertLayoutElement(Element) - Method in class org.swixml.layoutconverters.CardLayoutConverter
-
Creates a CardLayout instance.
- convertLayoutElement(Element) - Method in class org.swixml.layoutconverters.FlowLayoutConverter
-
Creates a FlowLayout instance.
- convertLayoutElement(Element) - Method in class org.swixml.layoutconverters.FormLayoutConverter
-
Creates a FormLayout instance.
- convertLayoutElement(Element) - Method in class org.swixml.layoutconverters.GridBagLayoutConverter
-
Creates a GridBagLayout instance.
- convertLayoutElement(Element) - Method in class org.swixml.layoutconverters.GridLayoutConverter
-
Creates a GridLayout instance.
- convertsTo() - Method in interface org.swixml.Converter
-
A Converters
conversTo method informs about the Class type the converter
is returning when its convert
method is called
- convertsTo() - Method in class org.swixml.converters.ActionConverter
-
A conversTo
method informs about the Class type the converter
is returning when its convert
method is called
- convertsTo() - Method in class org.swixml.converters.BorderConverter
-
A Converters
conversTo method informs about the Class type the converter
is returning when its convert
method is called
- convertsTo() - Method in class org.swixml.converters.ColorConverter
-
A Converters
conversTo method informs about the Class type the converter
is returning when its convert
method is called
- convertsTo() - Method in class org.swixml.converters.ComponentConverter
-
A Converters
conversTo method informs about the Class type the converter
is returning when its convert
method is called
- convertsTo() - Method in class org.swixml.converters.DimensionConverter
-
A Converters
conversTo method informs about the Class type the converter
is returning when its convert
method is called
- convertsTo() - Method in class org.swixml.converters.FontConverter
-
A Converters
conversTo method informs about the Class type the converter
is returning when its convert
method is called
- convertsTo() - Method in class org.swixml.converters.ImageConverter
-
A Converters
conversTo method informs about the Class type the converter
is returning when its convert
method is called
- convertsTo() - Method in class org.swixml.converters.ImageIconConverter
-
A Converters
conversTo method informs about the Class type the converter
is returning when its convert
method is called
- convertsTo() - Method in class org.swixml.converters.InsetsConverter
-
A Converters
conversTo method informs about the Class type the converter
is returning when its convert
method is called
- convertsTo() - Method in class org.swixml.converters.KeyStrokeConverter
-
A Converters
conversTo method informs about the Class type the converter
is returning when its convert
method is called
- convertsTo() - Method in class org.swixml.converters.LocaleConverter
-
A Converters
conversTo method informs about the Class type the converter
is returning when its convert
method is called
- convertsTo() - Method in class org.swixml.converters.PointConverter
-
A Converters
conversTo method informs about the Class type the converter
is returning when its convert
method is called
- convertsTo() - Method in class org.swixml.converters.PrimitiveConverter
-
A Converters
conversTo method informs about the Class type the converter
is returning when its convert
method is called
- convertsTo() - Method in class org.swixml.converters.RectangleConverter
-
A Converters
conversTo method informs about the Class type the converter
is returning when its convert
method is called
- convertsTo() - Method in class org.swixml.converters.StringConverter
-
A Converters
conversTo method informs about the Class type the converter
is returning when its convert
method is called
- createRootPane() - Method in class org.swixml.XDialog
-
Overwrites the createRootPane
method to install Escape key handling.
- CTRL_DOWN_MASK - Static variable in interface org.swixml.converters.InputEvent
-
The CTRL key extended modifier constant.
- CTRL_MASK - Static variable in interface org.swixml.converters.InputEvent
-
The control key modifier constant.