com.threerings.opengl.gui
Class ScrollingList.Entry<V,C extends Component>

java.lang.Object
  extended by com.threerings.opengl.gui.ScrollingList.Entry<V,C>
Enclosing class:
ScrollingList<V,C extends Component>

protected static class ScrollingList.Entry<V,C extends Component>
extends Object

Used to track the total height of our entries.


Field Summary
 C component
           
 int height
           
 V value
           
 
Constructor Summary
ScrollingList.Entry(V value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

component

public C extends Component component

value

public V value

height

public int height
Constructor Detail

ScrollingList.Entry

public ScrollingList.Entry(V value)