UI,,true,,"The ComboBoxUI implementation that defines the combo box look and feel.",com.sun.java.swing.plaf.ComboBoxUI,getUI,setUI,,,
keySelectionManager,,true,,"The objects that changes the selection when a key is pressed.",com.sun.java.swing.JComboBox$KeySelectionManager,getKeySelectionManager,setKeySelectionManager,,,
editor,,true,,"The editor that combo box uses to edit the current value",com.sun.java.swing.ComboBoxEditor,getEditor,setEditor,,,
maximumRowCount,,,,"The maximum number of rows the popup should have",int,getMaximumRowCount,setMaximumRowCount,,,
requestFocusEnabled,,true,,"Whether the component can obtain the focus by calling requestFocus.",boolean,isRequestFocusEnabled,setRequestFocusEnabled,true,,
managingFocus,,,,,boolean,isManagingFocus,,true,,
width,,,,,int,getWidth,,true,,
height,,,,,int,getHeight,,true,,
maximumSize,,,,"The maximum size of the component.",java.awt.Dimension,getMaximumSize,setMaximumSize,true,,
alignmentY,,,,"The preferred vertical alignment of the component",float,getAlignmentY,setAlignmentY,true,,
nextFocusableComponent,,true,,"The next component to get focus after this one.",java.awt.Component,getNextFocusableComponent,setNextFocusableComponent,true,,
alignmentX,,,,"The preferred horizontal alignment of the component",float,getAlignmentX,setAlignmentX,true,,