package java.awt.peer; public interface ComboBoxPeer extends ComponentPeer { void addItem(String item); void clear(); }