org.springframework.binding.value.swing
Class TestableFormComponentInterceptor

Show UML class diagram
java.lang.Object
  extended by org.springframework.binding.value.swing.TestableFormComponentInterceptor
All Implemented Interfaces:
org.springframework.richclient.form.builder.FormComponentInterceptor

public class TestableFormComponentInterceptor
extends Object
implements org.springframework.richclient.form.builder.FormComponentInterceptor

Author:
Peter De Bruycker

Constructor Summary
TestableFormComponentInterceptor()
           
 
Method Summary
 JComponent getComponent()
           
 int getComponentCount()
           
 String getComponentProperty()
           
 JComponent getLabel()
           
 int getLabelCount()
           
 String getLabelProperty()
           
 void processComponent(String propertyName, JComponent component)
           
 void processLabel(String propertyName, JComponent label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestableFormComponentInterceptor

public TestableFormComponentInterceptor()
Method Detail

getComponent

public JComponent getComponent()

getComponentCount

public int getComponentCount()

getComponentProperty

public String getComponentProperty()

getLabel

public JComponent getLabel()

getLabelCount

public int getLabelCount()

getLabelProperty

public String getLabelProperty()

processComponent

public void processComponent(String propertyName,
                             JComponent component)
Specified by:
processComponent in interface org.springframework.richclient.form.builder.FormComponentInterceptor

processLabel

public void processLabel(String propertyName,
                         JComponent label)
Specified by:
processLabel in interface org.springframework.richclient.form.builder.FormComponentInterceptor


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