org.springframework.richclient.form.builder.support
Class AbstractFormComponentStatusBarInterceptor
java.lang.Object
org.springframework.richclient.form.builder.support.AbstractFormComponentInterceptor
org.springframework.richclient.form.builder.support.AbstractFormComponentStatusBarInterceptor
- All Implemented Interfaces:
- FormComponentInterceptor
public abstract class AbstractFormComponentStatusBarInterceptor
- extends AbstractFormComponentInterceptor
Abstract base class for showing text in the status bar when the form
component gains focus.
- Author:
- Peter De Bruycker
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFormComponentStatusBarInterceptor
public AbstractFormComponentStatusBarInterceptor()
getStatusBarText
protected abstract String getStatusBarText(String propertyName)
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 forcomponent - the component to process
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.