Class ListItem

java.lang.Object
  |
  +--AbstractBox
        |
        +--AbstractFlexibleBox
              |
              +--VerticalBoxStack
                    |
                    +--ListItem
All Implemented Interfaces:
Box, FlexibleBox

public class ListItem
extends VerticalBoxStack

An alias for a VerticalBoxStack.


Fields inherited from class AbstractFlexibleBox
boxes
 
Fields inherited from class AbstractBox
height, min_width, pref_width, width
 
Constructor Summary
ListItem()
           
 
Methods inherited from class VerticalBoxStack
doLayout, drawAt, getMinimumWidth, getPreferredWidth
 
Methods inherited from class AbstractFlexibleBox
insert, isEmpty
 
Methods inherited from class AbstractBox
getHeight, getWidth, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface Box
getHeight, getWidth, toString
 

Constructor Detail

ListItem

public ListItem()