|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Methods | ||
void addEditor() |
Documentation changed from old to new. |
This public method is implementation specific and should be private. |
void configureArrowButton() |
Documentation changed from old to new. |
This public method is implementation specific and should be private. |
void configureEditor() |
Documentation changed from old to new. |
This protected method is implementation specific and should be private. |
JButton createArrowButton() |
Documentation changed from old to new. |
Creates an button which will be used as the control to show or hide the popup portion of the combo box. |
ComboBoxEditor createEditor() |
Documentation changed from old to new. |
Creates the default editor that will be used in editable combo boxes. |
FocusListener createFocusListener() |
Documentation changed from old to new. |
Creates a FocusListener which will be added to the combo box. |
ItemListener createItemListener() |
Documentation changed from old to new. |
Creates an ItemListener which will be added to the combo box. |
KeyListener createKeyListener() |
Documentation changed from old to new. |
Creates a KeyListener which will be added to the combo box. |
LayoutManager createLayoutManager() |
Documentation changed from old to new. |
Creates a layout manager for managing the components which make up the combo box. |
ListDataListener createListDataListener() |
Documentation changed from old to new. |
Creates a list data listener which will be added to the ComboBoxModel . |
ComboPopup createPopup() |
Documentation changed from old to new. |
Creates the popup portion of the combo box. |
PropertyChangeListener createPropertyChangeListener() |
Documentation changed from old to new. |
Creates a PropertyChangeListener which will be added to the combo box. |
ListCellRenderer createRenderer() |
Documentation changed from old to new. |
Creates the default renderer that will be used in a non-editiable combo box. |
Dimension getDefaultSize() |
Documentation changed from old to new. |
Return the default size of an empty display area of the combo box using the current renderer and font. |
Dimension getDisplaySize() |
Documentation changed from old to new. |
Returns the calculated size of the display area. |
Dimension getMinimumSize(JComponent ) |
Documentation changed from old to new. |
The minumum size is the size of the display area plus insets plus the button. |
void installComponents() |
Documentation changed from old to new. |
Creates and initializes the components which make up the aggregate combo box. |
void installListeners() |
Documentation changed from old to new. |
Create and install the listeners for the combo box and its model. |
void removeEditor() |
Documentation changed from old to new. |
This public method is implementation specific and should be private. |
void unconfigureArrowButton() |
Documentation changed from old to new. |
This public method is implementation specific and should be private. |
void unconfigureEditor() |
Documentation changed from old to new. |
This protected method is implementation specific and should be private. |
void uninstallComponents() |
Documentation changed from old to new. |
The aggregate components which compise the combo box are unregistered and uninitialized. |
void uninstallListeners() |
Documentation changed from old to new. |
Remove the installed listeners from the combo box and its model. |
Changed Fields | ||
FocusListener focusListener |
Documentation changed from old to new. |
This protected field is implementation specific. |
boolean hasFocus |
Documentation changed from old to new. |
This protected field is implementation specific. |
ItemListener itemListener |
Documentation changed from old to new. |
This protected field is implementation specific. |
KeyListener keyListener |
Documentation changed from old to new. |
This protected field is implementation specific. |
ListDataListener listDataListener |
Documentation changed from old to new. |
This protected field is implementation specific. |
PropertyChangeListener propertyChangeListener |
Documentation changed from old to new. |
This protected field is implementation specific. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |