Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.swing.plaf

Class ComboBoxUI

java.lang.Object
|
+--javax.swing.plaf.ComponentUI
   |
   +--javax.swing.plaf.ComboBoxUI


public abstract class ComboBoxUI

extends ComponentUI

ComboBoxUI

Author:

Constructor Summary

ComboBoxUI()

Constructor ComboBoxUI

Method Summary

booleanisFocusTraversable(javax.swing.JComboBox combobox)

isFocusTraversable
booleanisPopupVisible(javax.swing.JComboBox combobox)

isPopupVisible
voidsetPopupVisible(javax.swing.JComboBox combobox, boolean visible)

setPopupVisible

Constructor Details

ComboBoxUI

public ComboBoxUI()

Constructor ComboBoxUI


Method Details

isFocusTraversable

public boolean isFocusTraversable(javax.swing.JComboBox combobox)

isFocusTraversable

Parameters:


isPopupVisible

public boolean isPopupVisible(javax.swing.JComboBox combobox)

isPopupVisible

Parameters:


setPopupVisible

public void setPopupVisible(javax.swing.JComboBox combobox, boolean visible)

setPopupVisible

Parameters: