- RectangleConverter - Class in org.swixml.converters
-
A Converter that turns a Strings in the form: width,height into Rectangle objects.
- RectangleConverter() - Constructor for class org.swixml.converters.RectangleConverter
-
- register(Converter) - Method in class org.swixml.ConverterLibrary
-
Registers a Converter with the ConverterLibrary
- register(Class, Converter) - Method in class org.swixml.ConverterLibrary
-
Registers a Converter with the ConverterLibrary
- register(Class, LayoutConverter) - Method in class org.swixml.LayoutConverterLibrary
-
Registers a LayoutConverter with the LayoutConverterLibrary.
- register(String, LayoutConverter) - Method in class org.swixml.LayoutConverterLibrary
-
Registers a LayoutConverter with the LayoutConverterLibrary.
- 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
- registerTag(String, Factory) - Method in class org.swixml.TagLibrary
-
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(URL) - Method in class org.swixml.SwingEngine
-
Gets the parsing of the XML started.
- render(String) - 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(InputStream) - Method in class org.swixml.SwingEngine
-
Gets the parsing of the XML file started.
- render(Document) - Method in class org.swixml.SwingEngine
-
Gets the parsing of the XML file started.