com.explodingpixels.widgets
Class PopupButton<E>

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

public class PopupButton<E>
extends java.lang.Object


Constructor Summary
PopupButton(E selectedItem, java.util.List<E> popupItemsList)
           
 
Method Summary
 javax.swing.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,
                   java.util.List<E> popupItemsList)
Method Detail

getComponent

public javax.swing.JComponent getComponent()


Copyright © 2012. All Rights Reserved.