org.springframework.richclient.form.binding.swing
Class ScrollPaneDecoratedBinding
java.lang.Object
org.springframework.richclient.form.binding.support.DecoratedControlBinding
org.springframework.richclient.form.binding.swing.ScrollPaneDecoratedBinding
- All Implemented Interfaces:
- ControlFactory, Binding
public class ScrollPaneDecoratedBinding
- extends DecoratedControlBinding
A convenience class that decorates the component produced from a source
Binding with a JScrollPane. Useful for placing JList (and JTextArea)
bindings, among others, in a scroll pane when needed.
- Author:
- Andy DePue
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScrollPaneDecoratedBinding
public ScrollPaneDecoratedBinding(Binding source)
ScrollPaneDecoratedBinding
public ScrollPaneDecoratedBinding(Binding source,
int vsbPolicy,
int hsbPolicy)
ScrollPaneDecoratedBinding
public ScrollPaneDecoratedBinding(Binding source,
JComponent scrollPane)
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.