All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class xv.xv_BoxViewX

java.lang.Object
   |
   +----com.sun.java.swing.text.View
           |
           +----com.sun.java.swing.text.CompositeView
                   |
                   +----com.sun.java.swing.text.BoxView
                           |
                           +----xv.xv_BoxViewX

public class xv_BoxViewX
extends BoxView
A Swing text BoxView. This class exists purely because the xv_ViewFactory can only construct View objects which have a single-argument constructor: it is unable to cope with extra arguments (since it doesn't know what values to use for them).


Constructor Index

 o xv_BoxViewX(Element)
Construct an x-axis box view.

Constructors

 o xv_BoxViewX
 public xv_BoxViewX(Element InputElement)
Construct an x-axis box view.


All Packages  Class Hierarchy  This Package  Previous  Next  Index