protected class

MotifComboBoxUI.MotifComboPopup

extends BasicComboPopup
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ javax.swing.JComponent
         ↳ javax.swing.JPopupMenu
           ↳ javax.swing.plaf.basic.BasicComboPopup
             ↳ com.sun.java.swing.plaf.motif.MotifComboBoxUI.MotifComboPopup

Class Overview

Overriden to empty the MouseMotionListener.

Summary

Nested Classes
class MotifComboBoxUI.MotifComboPopup.InvocationKeyHandler  
[Expand]
Inherited Constants
From class javax.swing.plaf.basic.BasicComboPopup
From class javax.swing.JComponent
From class java.awt.Component
From interface java.awt.image.ImageObserver
[Expand]
Inherited Fields
From class javax.swing.plaf.basic.BasicComboPopup
From class javax.swing.JComponent
Public Constructors
MotifComboBoxUI.MotifComboPopup(JComboBox comboBox)
Public Methods
KeyListener createKeyListener()
Creates the key listener that will be added to the combo box.
MouseMotionListener createListMouseMotionListener()
Motif combo popup should not track the mouse in the list.
[Expand]
Inherited Methods
From class javax.swing.plaf.basic.BasicComboPopup
From class javax.swing.JPopupMenu
From class javax.swing.JComponent
From class java.awt.Container
From class java.awt.Component
From class java.lang.Object
From interface java.awt.MenuContainer
From interface java.awt.image.ImageObserver
From interface javax.accessibility.Accessible
From interface javax.swing.MenuElement
From interface javax.swing.plaf.basic.ComboPopup

Public Constructors

public MotifComboBoxUI.MotifComboPopup (JComboBox comboBox)

Public Methods

public KeyListener createKeyListener ()

Creates the key listener that will be added to the combo box. If this method returns null then it will not be added to the combo box.

Returns
  • a KeyListener or null

public MouseMotionListener createListMouseMotionListener ()

Motif combo popup should not track the mouse in the list.

Returns
  • an instance of a MouseMotionListener or null