org.springframework.richclient.text
Class TextCaretFormComponentInterceptorFactory.TextCaretComponentInterceptor

java.lang.Object
  extended by org.springframework.richclient.form.builder.support.AbstractFormComponentInterceptor
      extended by org.springframework.richclient.text.TextComponentInterceptor
          extended by org.springframework.richclient.text.TextCaretFormComponentInterceptorFactory.TextCaretComponentInterceptor
All Implemented Interfaces:
FormComponentInterceptor
Enclosing class:
TextCaretFormComponentInterceptorFactory

public class TextCaretFormComponentInterceptorFactory.TextCaretComponentInterceptor
extends TextComponentInterceptor

The FormComponentInterceptor implementation.


Constructor Summary
TextCaretFormComponentInterceptorFactory.TextCaretComponentInterceptor()
           
 
Method Summary
protected  void processComponent(String propertyName, JTextComponent textComponent)
          Process the text component.
 
Methods inherited from class org.springframework.richclient.text.TextComponentInterceptor
getTextComponent, processComponent
 
Methods inherited from class org.springframework.richclient.form.builder.support.AbstractFormComponentInterceptor
getFormModel, getInnerComponent, processLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextCaretFormComponentInterceptorFactory.TextCaretComponentInterceptor

public TextCaretFormComponentInterceptorFactory.TextCaretComponentInterceptor()
Method Detail

processComponent

protected void processComponent(String propertyName,
                                JTextComponent textComponent)
Description copied from class: TextComponentInterceptor
Process the text component.

Specified by:
processComponent in class TextComponentInterceptor
Parameters:
propertyName - the name of the property
textComponent - the text component


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.