com.threerings.opengl.gui
Class ScrollingList.Entry<V,C extends Component>
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
component
public C extends Component component
value
public V value
height
public int height
ScrollingList.Entry
public ScrollingList.Entry(V value)