info.joseluismartin.beans
Class DefaultsBeanDefinitionParser

java.lang.Object
  extended by 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)

Field Summary
static String ACCESSOR_FACTORY_BEAN_NAME
           
static String BINDER_FACTORY_BEAN_NAME
           
static String COLLECTION_TABLE_CELL_RENDERER_BEAN_NAME
           
static String CONTROL_INITIALIZER
           
static String CUSTOM_EDITOR_CONFIGURER_BEAN_NAME
           
static String DEFAULT_GUI_FACTORY
           
static String DEFAULT_TABLE_ACTIONS
           
static String INIT_METHOD_NAME
           
static String PAGINATOR_VIEW_BEAN_NAME
           
static String PERSISTENT_SERVICE
           
 
Constructor Summary
DefaultsBeanDefinitionParser()
           
 
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
 

Field Detail

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
Constructor Detail

DefaultsBeanDefinitionParser

public DefaultsBeanDefinitionParser()
Method Detail

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.