Alphabetical Index: C

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 field in class org.swixml.converters.LayoutConverter
CHAR_UNDEFINED - static field in class 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 - field 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 org.swixml.converters.ColorConverter
The ColorConverter class defines a Converter that turns the Strings into a Color object
ComponentConverter - class org.swixml.converters.ComponentConverter
The ComponentConverter class defines a dummy converter It's simply here to allow the registration of setter-methods excepting Components
ConstraintsConverter - class org.swixml.converters.ConstraintsConverter
The ConstraintsConverter class defines a converter that returns Layout constants based on layout type and input string.
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(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) - static method in class org.swixml.converters.ColorConverter
Returns a java.awt.Color runtime object
conv(Class,Attribute,org.swixml.Localizer) - static method in class org.swixml.converters.ImageConverter
Converts a String into an ImageIcon through a Resource lookup
conv(Class,Attribute,org.swixml.Localizer) - static method in class org.swixml.converters.ImageIconConverter
Converts a String into an ImageIcon through a Resource lookup
conv(Class,Attribute,org.swixml.Localizer) - static method in class org.swixml.converters.KeyStrokeConverter
Converts a String into an KeyStroke.
conv(Class,Attribute,org.swixml.Localizer) - static method in class org.swixml.converters.PrimitiveConverter
Converts String into java primitive type
convert(Class,Attribute) - static method in class org.swixml.converters.ConstraintsConverter
Converts Strings into Layout constants.
convert(Class,Attribute,org.swixml.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,org.swixml.Localizer) - method in class org.swixml.converters.BorderConverter
Returns a javax.swing Border
convert(Class,Attribute,org.swixml.Localizer) - method in class org.swixml.converters.ColorConverter
Returns a java.awt.Color runtime object
Convert the value of the given Attribute object into an output object of the specified type.
Convert the value of the given Attribute object into an output object of the specified type.
Converts a String into an Dimension object
convert(Class,Attribute,org.swixml.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,org.swixml.Localizer) - method in class org.swixml.converters.ImageConverter
Converts a String into an ImageIcon through a Resource lookup
Converts a String into an ImageIcon through a Resource lookup
convert(Class,Attribute,org.swixml.Localizer) - method in class org.swixml.converters.InsetsConverter
Converts a Strings into an Insets object
Converts a String into an KeyStroke through a Resource lookup
convert(Class,Attribute,org.swixml.Localizer) - method in class org.swixml.converters.LayoutConverter
Convert the specified input object into an output object of the specified type.
convert(Class,Attribute,org.swixml.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,org.swixml.Localizer) - method in class org.swixml.converters.PointConverter
Converts a String into an Point object
Converts String into java primitive type
Converts a String into a Rectangle object
convert(Class,Attribute,org.swixml.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 org.swixml.Converter
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.
The ConverterLibrary contains all available Coverters, converting Strings.

General purpose data type converters are able to convert Strings into objects that are usually as parameters when setters are called on javax.swing objects.

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.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.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 field in class org.swixml.converters.InputEvent
The CTRL key extended modifier constant.
CTRL_MASK - static field in class org.swixml.converters.InputEvent
The control key modifier constant.

Copyright B) 2002 - 2005 - Wolf Paulus - CarlsbadCubes.com . All rights reserved.