org.springframework.richclient.list
Class ComboBoxAutoCompletionInterceptorFactory.ComboBoxAutoCompletionInterceptor

java.lang.Object
  extended by org.springframework.richclient.form.builder.support.AbstractFormComponentInterceptor
      extended by org.springframework.richclient.list.ComboBoxAutoCompletionInterceptorFactory.ComboBoxAutoCompletionInterceptor
All Implemented Interfaces:
FormComponentInterceptor
Enclosing class:
ComboBoxAutoCompletionInterceptorFactory

public class ComboBoxAutoCompletionInterceptorFactory.ComboBoxAutoCompletionInterceptor
extends AbstractFormComponentInterceptor


Constructor Summary
ComboBoxAutoCompletionInterceptorFactory.ComboBoxAutoCompletionInterceptor(FormModel formModel)
          Constructs a new AutoCompletionInterceptor instance.
 
Method Summary
 void processComponent(String propertyName, JComponent component)
          Perform some kind of processing on the component.
 
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

ComboBoxAutoCompletionInterceptorFactory.ComboBoxAutoCompletionInterceptor

public ComboBoxAutoCompletionInterceptorFactory.ComboBoxAutoCompletionInterceptor(FormModel formModel)
Constructs a new AutoCompletionInterceptor instance.

Parameters:
formModel - the formModel
Method Detail

processComponent

public void processComponent(String propertyName,
                             JComponent component)
Description copied from interface: FormComponentInterceptor
Perform some kind of processing on the component.

Specified by:
processComponent in interface FormComponentInterceptor
Overrides:
processComponent in class AbstractFormComponentInterceptor
Parameters:
propertyName - the name of the property that the component is for
component - the component to process
See Also:
AbstractFormComponentInterceptor.processComponent(java.lang.String, javax.swing.JComponent)


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