All Packages Class Hierarchy This Package Previous Next Index
Class java.awt.swing.motif.MotifComboBoxUI
java.lang.Object
|
+----java.awt.swing.plaf.ComponentUI
|
+----java.awt.swing.plaf.ComboBoxUI
|
+----java.awt.swing.basic.BasicComboBoxUI
|
+----java.awt.swing.motif.MotifComboBoxUI
- public class MotifComboBoxUI
- extends BasicComboBoxUI
- implements Serializable
ComboBox motif look and feel
MotifComboBoxUI()
-
addArrowButton()
- No arrow button necessary with motif
configureComboBox()
-
createUI(JComponent)
-
focusGained(FocusEvent)
-
focusLost(FocusEvent)
-
getPopupHeightForRowCount(int)
-
iconAreaWidth()
-
installUI(JComponent)
-
layoutContainer(Container)
-
mouseMoved(MouseEvent)
-
paint(Graphics, JComponent)
-
paintCurrentValue(Graphics, Rectangle, boolean)
-
rectangleForArrowIcon()
-
rectangleForCurrentValue()
-
removeArrowButton()
- No arrow button necessary with motif
shouldActivatePopupForEvent(MouseEvent)
-
unconfigureComboBox()
-
uninstallUI(JComponent)
-
validateMenu()
-
MotifComboBoxUI
public MotifComboBoxUI()
createUI
public static ComponentUI createUI(JComponent c)
installUI
public void installUI(JComponent c)
- Overrides:
- installUI in class BasicComboBoxUI
uninstallUI
public void uninstallUI(JComponent c)
- Overrides:
- uninstallUI in class BasicComboBoxUI
configureComboBox
protected void configureComboBox()
- Overrides:
- configureComboBox in class BasicComboBoxUI
unconfigureComboBox
protected void unconfigureComboBox()
- Overrides:
- unconfigureComboBox in class BasicComboBoxUI
focusGained
public void focusGained(FocusEvent e)
- Overrides:
- focusGained in class BasicComboBoxUI
focusLost
public void focusLost(FocusEvent e)
- Overrides:
- focusLost in class BasicComboBoxUI
addArrowButton
public void addArrowButton()
- No arrow button necessary with motif
- Overrides:
- addArrowButton in class BasicComboBoxUI
removeArrowButton
public void removeArrowButton()
- No arrow button necessary with motif
- Overrides:
- removeArrowButton in class BasicComboBoxUI
paint
public void paint(Graphics g,
JComponent c)
- Overrides:
- paint in class BasicComboBoxUI
paintCurrentValue
public void paintCurrentValue(Graphics g,
Rectangle bounds,
boolean hasFocus)
- Overrides:
- paintCurrentValue in class BasicComboBoxUI
rectangleForArrowIcon
protected Rectangle rectangleForArrowIcon()
rectangleForCurrentValue
protected Rectangle rectangleForCurrentValue()
- Overrides:
- rectangleForCurrentValue in class BasicComboBoxUI
iconAreaWidth
public int iconAreaWidth()
shouldActivatePopupForEvent
protected boolean shouldActivatePopupForEvent(MouseEvent anEvent)
- Overrides:
- shouldActivatePopupForEvent in class BasicComboBoxUI
validateMenu
public void validateMenu()
- Overrides:
- validateMenu in class BasicComboBoxUI
getPopupHeightForRowCount
protected int getPopupHeightForRowCount(int maxRowCount)
- Overrides:
- getPopupHeightForRowCount in class BasicComboBoxUI
mouseMoved
public void mouseMoved(MouseEvent anEvent)
- Overrides:
- mouseMoved in class BasicComboBoxUI
layoutContainer
public void layoutContainer(Container parent)
- Overrides:
- layoutContainer in class BasicComboBoxUI
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature