com.explodingpixels.widgets
Class PopupButton<E>

java.lang.Object
  extended by com.explodingpixels.widgets.PopupButton<E>

public class PopupButton<E>
extends Object


Constructor Summary
PopupButton(E selectedItem, List<E> popupItemsList)
           
 
Method Summary
 JComponent getComponent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopupButton

public PopupButton(E selectedItem,
                   List<E> popupItemsList)
Method Detail

getComponent

public JComponent getComponent()