de.lessvoid.nifty.controls.listbox
Class ListBoxImpl.ItemWidth

java.lang.Object
  extended by de.lessvoid.nifty.controls.listbox.ListBoxImpl.ItemWidth
All Implemented Interfaces:
Comparable<ListBoxImpl.ItemWidth>
Enclosing class:
ListBoxImpl<T>

public class ListBoxImpl.ItemWidth
extends Object
implements Comparable<ListBoxImpl.ItemWidth>


Constructor Summary
ListBoxImpl.ItemWidth(T item)
           
 
Method Summary
 int compareTo(ListBoxImpl.ItemWidth a)
           
 boolean equals(Object obj)
           
 T getItem()
           
 int getWidth()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListBoxImpl.ItemWidth

public ListBoxImpl.ItemWidth(T item)
Method Detail

compareTo

public int compareTo(ListBoxImpl.ItemWidth a)
Specified by:
compareTo in interface Comparable<ListBoxImpl.ItemWidth>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getItem

public T getItem()

getWidth

public int getWidth()


Copyright © 2011. All Rights Reserved.