|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Methods | ||
void autoScrollDown() |
Documentation changed from old to new. |
This protected method is implementation specific and should be private. |
void autoScrollUp() |
Documentation changed from old to new. |
This protected method is implementation specific and should be private. |
void configureList() |
Documentation changed from old to new. |
Configures the list which is used to hold the combo box items in the popup. |
void configurePopup() |
Documentation changed from old to new. |
Configures the popup portion of the combo box. |
void configureScroller() |
Documentation changed from old to new. |
Configures the scrollable portion which holds the list within the combo box popup. |
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 the key listener that will be added to the combo box. |
JList createList() |
Documentation changed from old to new. |
Creates the JList used in the popup to display the items in the combo box model. |
ListDataListener createListDataListener() |
Documentation changed from old to new. |
Creates a list data listener which will be added to the ComboBoxModel . |
MouseListener createListMouseListener() |
Documentation changed from old to new. |
Creates a mouse listener that watches for mouse events in the popup's list. |
MouseMotionListener createListMouseMotionListener() |
Documentation changed from old to new. |
Creates a mouse motion listener that watches for mouse motion events in the popup's list. |
ListSelectionListener createListSelectionListener() |
Documentation changed from old to new. |
Creates a list selection listener that watches for selection changes in the popup's list. |
MouseListener createMouseListener() |
Documentation changed from old to new. |
Creates a listener that will watch for mouse-press and release events on the combo box. |
MouseMotionListener createMouseMotionListener() |
Documentation changed from old to new. |
Creates the mouse motion listener which will be added to the combo box. |
PropertyChangeListener createPropertyChangeListener() |
Documentation changed from old to new. |
Creates a PropertyChangeListener which will be added to the combo box. |
JScrollPane createScroller() |
Documentation changed from old to new. |
Creates the scroll pane which houses the scrollable list. |
void firePopupMenuCanceled() |
Documentation changed from old to new. Method was inherited from JPopupMenu, but is now defined locally. |
|
void firePopupMenuWillBecomeInvisible() |
Documentation changed from old to new. Method was inherited from JPopupMenu, but is now defined locally. |
|
void firePopupMenuWillBecomeVisible() |
Documentation changed from old to new. Method was inherited from JPopupMenu, but is now defined locally. |
|
KeyListener getKeyListener() |
Documentation changed from old to new. |
Implementation of ComboPopup.getKeyListener(). |
MouseListener getMouseListener() |
Documentation changed from old to new. |
Implementation of ComboPopup.getMouseListener(). |
MouseMotionListener getMouseMotionListener() |
Documentation changed from old to new. |
Implementation of ComboPopup.getMouseMotionListener(). |
int getPopupHeightForRowCount(int ) |
Documentation changed from old to new. |
Retrieves the height of the popup based on the current ListCellRenderer and the maximum row count. |
void installComboBoxModelListeners(ComboBoxModel ) |
Documentation changed from old to new. |
Installs the listeners on the combo box model. |
void installListListeners() |
Documentation changed from old to new. |
Adds the listeners to the list control. |
void startAutoScrolling(int ) |
Documentation changed from old to new. |
This protected method is implementation specific and should be private. |
void stopAutoScrolling() |
Documentation changed from old to new. |
This protected method is implementation specific and should be private. |
void uninstallComboBoxModelListeners(ComboBoxModel ) |
Documentation changed from old to new. |
Removes the listeners from the combo box model |
Changed Fields | ||
Timer autoscrollTimer |
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. |
JList list |
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. |
MouseListener listMouseListener |
Documentation changed from old to new. |
This protected field is implementation specific. |
MouseMotionListener listMouseMotionListener |
Documentation changed from old to new. |
This protected field is implementation specific. |
ListSelectionListener listSelectionListener |
Documentation changed from old to new. |
This protected field is implementation specific. |
MouseListener mouseListener |
Documentation changed from old to new. |
This protected field is implementation specific. |
MouseMotionListener mouseMotionListener |
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. |
JScrollPane scroller |
Documentation changed from old to new. |
This protected field is implementation specific. |
boolean valueIsAdjusting |
Documentation changed from old to new. |
As of Java 2 platform v1.4 this previously undocumented field is no longer used. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |