com.jmex.bui
Class BScrollingList.Entry<V,C extends BComponent>

java.lang.Object
  extended by com.jmex.bui.BScrollingList.Entry<V,C>
Enclosing class:
BScrollingList<V,C extends BComponent>

protected static class BScrollingList.Entry<V,C extends BComponent>
extends Object

Used to track the total height of our entries.


Field Summary
 C component
           
 int height
           
 V value
           
 
Constructor Summary
BScrollingList.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 BComponent component

value

public V value

height

public int height
Constructor Detail

BScrollingList.Entry

public BScrollingList.Entry(V value)


Copyright © 2008 Michael Bayne. All Rights Reserved.