FileDocCategorySizeDatePackage
ChoicePeer.javaAPI DocJava SE 5 API752Fri Aug 26 14:56:56 BST 2005java.awt.peer

ChoicePeer

public interface ChoicePeer implements ComponentPeer
The peer interfaces are intended only for use in porting the AWT. They are not intended for use by application developers, and developers should not implement peers nor invoke any of the peer methods directly on the peer instances.

Fields Summary
Constructors Summary
Methods Summary
public voidadd(java.lang.String item, int index)

public voidaddItem(java.lang.String item, int index)

public voidremove(int index)

public voidremoveAll()

public voidselect(int index)