info.joseluismartin.beans
Class DefaultsBeanDefinitionParser
java.lang.Object
info.joseluismartin.beans.DefaultsBeanDefinitionParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class DefaultsBeanDefinitionParser
- extends Object
- implements org.springframework.beans.factory.xml.BeanDefinitionParser
Register Swing defaults BeanDefinitions
- Author:
- Jose Luis Martin - (jlm@joseluismartin.info)
Method Summary |
org.springframework.beans.factory.config.BeanDefinition |
parse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PAGINATOR_VIEW_BEAN_NAME
public static final String PAGINATOR_VIEW_BEAN_NAME
- See Also:
- Constant Field Values
ACCESSOR_FACTORY_BEAN_NAME
public static final String ACCESSOR_FACTORY_BEAN_NAME
- See Also:
- Constant Field Values
BINDER_FACTORY_BEAN_NAME
public static final String BINDER_FACTORY_BEAN_NAME
- See Also:
- Constant Field Values
CUSTOM_EDITOR_CONFIGURER_BEAN_NAME
public static final String CUSTOM_EDITOR_CONFIGURER_BEAN_NAME
- See Also:
- Constant Field Values
DEFAULT_TABLE_ACTIONS
public static final String DEFAULT_TABLE_ACTIONS
- See Also:
- Constant Field Values
INIT_METHOD_NAME
public static final String INIT_METHOD_NAME
- See Also:
- Constant Field Values
DEFAULT_GUI_FACTORY
public static final String DEFAULT_GUI_FACTORY
- See Also:
- Constant Field Values
CONTROL_INITIALIZER
public static final String CONTROL_INITIALIZER
- See Also:
- Constant Field Values
PERSISTENT_SERVICE
public static final String PERSISTENT_SERVICE
- See Also:
- Constant Field Values
COLLECTION_TABLE_CELL_RENDERER_BEAN_NAME
public static final String COLLECTION_TABLE_CELL_RENDERER_BEAN_NAME
- See Also:
- Constant Field Values
DefaultsBeanDefinitionParser
public DefaultsBeanDefinitionParser()
parse
public org.springframework.beans.factory.config.BeanDefinition parse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
-
- Specified by:
parse
in interface org.springframework.beans.factory.xml.BeanDefinitionParser
Copyright © 2013 JDAL. All Rights Reserved.