| GNU Classpath (0.95) | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectjava.awt.Componentjava.awt.Containerjavax.swing.JComponentjavax.swing.JPopupMenujavax.swing.plaf.basic.BasicComboPopupNested Class Summary | |
class |
|
protected class |
|
protected class |
|
protected class |
|
class |
|
protected class |
|
protected class |
|
protected class |
|
protected class |
|
Nested classes/interfaces inherited from class javax.swing.JPopupMenu | |
JPopupMenu.AccessibleJPopupMenu, JPopupMenu.Separator | |
Nested classes/interfaces inherited from class javax.swing.JComponent | |
JComponent.AccessibleJComponent | |
Nested classes/interfaces inherited from class java.awt.Container | |
Container.AccessibleAWTContainer | |
Nested classes/interfaces inherited from class java.awt.Component | |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy | |
Field Summary | |
protected static int |
|
protected static int |
|
protected Timer | |
protected JComboBox |
|
protected boolean |
|
protected boolean |
|
protected ItemListener |
|
protected KeyListener |
|
protected JList |
|
protected ListDataListener |
|
protected MouseListener |
|
protected MouseMotionListener |
|
protected ListSelectionListener |
|
protected MouseListener |
|
protected MouseMotionListener |
|
protected PropertyChangeListener |
|
protected int |
|
protected JScrollPane |
|
protected boolean |
|
Fields inherited from class javax.swing.JPopupMenu | |
selectionModel | |
Fields inherited from class javax.swing.JComponent | |
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW, accessibleContext, listenerList, ui | |
Fields inherited from class java.awt.Component | |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT | |
Fields inherited from interface java.awt.image.ImageObserver | |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH | |
Constructor Summary | |
| |
Method Summary | |
protected void |
|
protected void |
|
protected Rectangle |
|
protected void |
|
protected void |
|
protected void |
|
protected MouseEvent |
|
protected ItemListener |
|
protected KeyListener |
|
protected JList |
|
protected ListDataListener |
|
protected MouseListener |
|
protected MouseMotionListener |
|
protected ListSelectionListener |
|
protected MouseListener |
|
protected MouseMotionListener |
|
protected PropertyChangeListener |
|
protected JScrollPane |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
KeyListener |
|
JList |
|
MouseListener |
|
MouseMotionListener |
|
protected int |
|
void |
|
protected void | |
protected void |
|
protected void |
|
protected void |
|
boolean |
|
void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
void |
|
protected void |
|
Methods inherited from class java.lang.Object | |
clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait | |
protected static final int SCROLL_DOWN
direction for scrolling down list of combo box's items
- Field Value:
- 1
protected static final int SCROLL_UP
direction for scrolling up list of combo box's items
- Field Value:
- 0
protected boolean isAutoScrolling
Indicates whether the scroll bar located in popup menu with comboBox's list of items is currently autoscrolling. This happens when mouse event originated in the combo box and is dragged outside of its bounds
protected ItemListener itemListener
ItemListener listening to the selection changes in the combo box
protected MouseListener listMouseListener
MouseListener listening to mouse events occuring in the combo box's list.
protected MouseMotionListener listMouseMotionListener
MouseMotionListener listening to mouse motion events occuring in the combo box's list
protected MouseListener mouseListener
MouseListener listening to mouse events occuring in the combo box
protected MouseMotionListener mouseMotionListener
MouseMotionListener listening to mouse motion events occuring in the combo box
protected PropertyChangeListener propertyChangeListener
PropertyChangeListener listening to changes occuring in the bound properties of the combo box
public BasicComboPopup(JComboBox comboBox)
Creates a new BasicComboPopup object.
- Parameters:
comboBox- the combo box with which this popup should be associated