net.sf.sbcc.componentcombo.plaf
Class ComponentComboBoxUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by net.sf.sbcc.componentcombo.plaf.ComponentComboBoxUI
Direct Known Subclasses:
BasicComponentComboBoxUI

public abstract class ComponentComboBoxUI
extends javax.swing.plaf.ComponentUI

Pluggable look and feel interface for JComboBox.

Version:
1.19 12/19/03
Author:
Arnaud Weber, Tom Santos

Constructor Summary
ComponentComboBoxUI()
           
 
Method Summary
abstract  boolean isFocusTraversable(JAbstractComponentComboBox c)
          Determine whether or not the combo box itself is traversable
abstract  boolean isPopupVisible(JAbstractComponentComboBox c)
          Determine the visibility of the popup
abstract  void setPopupVisible(JAbstractComponentComboBox c, boolean v)
          Set the visiblity of the popup
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentComboBoxUI

public ComponentComboBoxUI()
Method Detail

setPopupVisible

public abstract void setPopupVisible(JAbstractComponentComboBox c,
                                     boolean v)
Set the visiblity of the popup


isPopupVisible

public abstract boolean isPopupVisible(JAbstractComponentComboBox c)
Determine the visibility of the popup


isFocusTraversable

public abstract boolean isFocusTraversable(JAbstractComponentComboBox c)
Determine whether or not the combo box itself is traversable