org.springframework.richclient.form.builder.support
Class InterceptorOverlayHelper
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attachOverlay
public static void attachOverlay(JComponent overlay,
JComponent component,
int center,
int xOffset,
int yOffset)
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.