SWIXML
1.5 (#149)
A B C D F G H I J K L M N O P R S T U V X

C

capitalize(String) - Static method in class org.swixml.converters.Util
Return a capitalized version of the specified property name.
CARD_LAYOUT - Static variable in class org.swixml.converters.LayoutConverter
 
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
 
ConstraintsConverter - Class in org.swixml.converters
The ConstraintsConverter class defines a converter that returns Layout constants based on layout type and input string.
ConstraintsConverter() - Constructor for class org.swixml.converters.ConstraintsConverter
 
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(Attribute) - 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) - Static method in class org.swixml.converters.ConstraintsConverter
Converts Strings into Layout constants.
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.LayoutConverter
Convert the specified input object into an output object of the specified type.
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.
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.
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.ConstraintsConverter
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.LayoutConverter
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.

SWIXML
1.5 (#149)
A B C D F G H I J K L M N O P R S T U V X
Copyright ? 2002 - 2007 - Wolf Paulus - wolfpaulus.com. All rights reserved.