Alphabetical Index: R

A B C D F G H I J K L M N O P R S T U V X

R

RectangleConverter - class org.swixml.converters.RectangleConverter
A Converter that turns a Strings in the form: width,height into Rectangle objects.
Registers a Converter with the ConverterLibrary
registerSetters() - method in class org.swixml.DefaultFactory
Registers all available setter methods meeting these rules:
  • Method name needs to start with set
  • Method signature specifies exactly one parameter
  • if methods have the same name then super class methods are ignored
  • if methods have the same name and are implemented in the same class, then only the method which parameter type has the highest priority is registered
registerTag(String,Class) - method in class org.swixml.TagLibrary
Registers a class for the given tag name
Registers a factory for the given tag name
registerTags() - method in class org.swixml.SwingTagLibrary
Registers the tags this TagLibrary is all about.
registerTags() - method in class org.swixml.TagLibrary
Registers all factories for the TagLibrary.
removeSetter(Method) - method in class org.swixml.DefaultFactory
Remove the given method form the collection of supported setters.
render(Document) - method in class org.swixml.SwingEngine
Gets the parsing of the XML file started.
render(File) - method in class org.swixml.SwingEngine
Gets the parsing of the XML file started.
render(Reader) - method in class org.swixml.SwingEngine
Gets the parsing of the XML file started.
render(String) - method in class org.swixml.SwingEngine
Gets the parsing of the XML file started.
render(URL) - method in class org.swixml.SwingEngine
Gets the parsing of the XML started.

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