Class EnvironmentField.WideComboBox

All Implemented Interfaces:
ActionListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, ListDataListener
Enclosing class:
EnvironmentField

public static class EnvironmentField.WideComboBox extends JComboBox
Combo box that allows the drop-down list to be wider than the component itself.
Author:
Mark Hall (mhall{[at]}pentaho{[dot]}com)
See Also:
  • Constructor Details

    • WideComboBox

      public WideComboBox()
    • WideComboBox

      public WideComboBox(Object[] items)
    • WideComboBox

      public WideComboBox(Vector<Object> items)
    • WideComboBox

      public WideComboBox(ComboBoxModel aModel)
  • Method Details