org.springframework.richclient.form.builder.support
Class AbstractFormComponentStatusBarInterceptor

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.form.builder.support.AbstractFormComponentInterceptor
      extended by 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

Constructor Summary
AbstractFormComponentStatusBarInterceptor()
           
 
Method Summary
protected abstract  String getStatusBarText(String propertyName)
           
 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

AbstractFormComponentStatusBarInterceptor

public AbstractFormComponentStatusBarInterceptor()
Method Detail

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 for
component - the component to process


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