All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.java.swing.ComboBoxUI
- public interface ComboBoxUI
- extends ComponentUI
ComponentUI for JComboBox
-
editablePropertyChanged()
- This method is called when the editable property changes.
-
enablePropertyChanged()
- This method is called when the enabled property changes
-
hidePopup()
- This method request the UI to hide the popup
-
maximumRowCountChanged()
- This method is called when the maximum number of rows is changing
-
showPopup()
- This method request the UI to show the popup
maximumRowCountChanged
public abstract void maximumRowCountChanged()
- This method is called when the maximum number of rows is changing
editablePropertyChanged
public abstract void editablePropertyChanged()
- This method is called when the editable property changes.
enablePropertyChanged
public abstract void enablePropertyChanged()
- This method is called when the enabled property changes
showPopup
public abstract void showPopup()
- This method request the UI to show the popup
hidePopup
public abstract void hidePopup()
- This method request the UI to hide the popup
All Packages Class Hierarchy This Package Previous Next Index