Class WideComboBox<E>

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JComboBox<E>
com.macrofocus.high_d.scatterplot.swing.WideComboBox<E>
All Implemented Interfaces:
ActionListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, ListDataListener

public class WideComboBox<E> extends JComboBox<E>
Created by luc on 27/04/16.
See Also:
  • Constructor Details

    • WideComboBox

      public WideComboBox(ComboBoxModel<E> aModel)
    • WideComboBox

      public WideComboBox(E[] items)
    • WideComboBox

      public WideComboBox(Vector<E> items)
    • WideComboBox

      public WideComboBox()
  • Method Details

    • setStretchToFit

      public void setStretchToFit(boolean b)
    • doLayout

      public void doLayout()
      Overrides:
      doLayout in class Container
    • getSize

      public Dimension getSize()
      Overrides:
      getSize in class Component