org.springframework.binding.value.swing
Class TestableFormComponentInterceptor
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestableFormComponentInterceptor
public TestableFormComponentInterceptor()
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.