Class DelegateView

java.lang.Object
javax.swing.text.View
net.thevpc.more.shef.DelegateView
All Implemented Interfaces:
SwingConstants

public abstract class DelegateView extends View
This class is essentially a wrapper for another view. The paint method is left abstract so that custom drawing can be done. This is useful for extending the functionallity of non-public Swing views such as javax.swing.text.html.TableView
Author:
Bob Tantlinger