uihelpers.SORTIEComboBox Class Reference

Improves the basic combo box by allowing the popup area to be bigger than the box itself. More...

Inherits javax::swing::JComboBox.

List of all members.

Public Member Functions

 SORTIEComboBox ()
 SORTIEComboBox (final Object items[])
 SORTIEComboBox (ComboBoxModel aModel)
void doLayout ()
Dimension getSize ()

Static Package Attributes

static final long serialVersionUID = 1

Private Attributes

boolean layingOut = false


Detailed Description

Improves the basic combo box by allowing the popup area to be bigger than the box itself.

I got this from http://www.jroller.com/santhosh/entry/make_jcombobox_popup_wide_enough which got it from the following bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4618607

The only problem is that it doesn't auto-resize after new items are added.

Author:
Lora Murphy (kind of!)

Constructor & Destructor Documentation

uihelpers.SORTIEComboBox.SORTIEComboBox (  ) 

uihelpers.SORTIEComboBox.SORTIEComboBox ( final Object  items[]  ) 

uihelpers.SORTIEComboBox.SORTIEComboBox ( ComboBoxModel  aModel  ) 


Member Function Documentation

void uihelpers.SORTIEComboBox.doLayout (  ) 

Dimension uihelpers.SORTIEComboBox.getSize (  ) 


Member Data Documentation

final long uihelpers.SORTIEComboBox.serialVersionUID = 1 [static, package]

boolean uihelpers.SORTIEComboBox.layingOut = false [private]


The documentation for this class was generated from the following file:

Generated on Wed Oct 28 14:01:26 2009 for SORTIE Java Interface by  doxygen 1.5.6