Package rma.swing

Class RmaSteppedComboBox

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

public class RmaSteppedComboBox extends JComboBox
Class Description
See Also:
  • Field Details

    • _popupWidth

      protected int _popupWidth
      Description
  • Constructor Details

    • RmaSteppedComboBox

      public RmaSteppedComboBox(ComboBoxModel aModel)
      Create a new SteppedComboBox object
      Parameters:
      aModel - Description
    • RmaSteppedComboBox

      public RmaSteppedComboBox(Object[] items)
      Create a new SteppedComboBox object
      Parameters:
      items - Description
    • RmaSteppedComboBox

      public RmaSteppedComboBox(Vector items)
      Create a new SteppedComboBox object
      Parameters:
      items - Description
  • Method Details

    • setCorrectUI

      protected void setCorrectUI()
    • setPopupWidth

      public void setPopupWidth(int width)
      Sets the PopupWidth attribute of the SteppedComboBox object
      Parameters:
      width - The new PopupWidth value
    • getPopupSize

      public Dimension getPopupSize()
      Gets the PopupSize attribute of the SteppedComboBox object
      Returns:
      The PopupSize value