All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.java.swing.ComboBoxUI

public interface ComboBoxUI
extends ComponentUI
ComponentUI for JComboBox


Method Index

 o editablePropertyChanged()
This method is called when the editable property changes.
 o enablePropertyChanged()
This method is called when the enabled property changes
 o hidePopup()
This method request the UI to hide the popup
 o maximumRowCountChanged()
This method is called when the maximum number of rows is changing
 o showPopup()
This method request the UI to show the popup

Methods

 o maximumRowCountChanged
 public abstract void maximumRowCountChanged()
This method is called when the maximum number of rows is changing

 o editablePropertyChanged
 public abstract void editablePropertyChanged()
This method is called when the editable property changes.

 o enablePropertyChanged
 public abstract void enablePropertyChanged()
This method is called when the enabled property changes

 o showPopup
 public abstract void showPopup()
This method request the UI to show the popup

 o hidePopup
 public abstract void hidePopup()
This method request the UI to hide the popup


All Packages  Class Hierarchy  This Package  Previous  Next  Index