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

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.form.builder.support.InterceptorOverlayHelper

public class InterceptorOverlayHelper
extends Object

Helper class to attach overlay components to form components. This is needed as some form components are placed inside a scrollpane, and in that case the overlay should be added to the scrollpane and not to the form component itself.


Method Summary
static void attachOverlay(JComponent overlay, JComponent component, int center, int xOffset, int yOffset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

attachOverlay

public static void attachOverlay(JComponent overlay,
                                 JComponent component,
                                 int center,
                                 int xOffset,
                                 int yOffset)


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