ChoicePeerNameChoicePeer
DescriptionChoicePeer is an interface that defines the basis for choice components. Interface Definition
public abstract interface java.awt.peer.ChoicePeer
extends java.awt.peer.ComponentPeer {
// Interface Methods
public abstract void add (String item, int index);
Interface Methodsaddpublic abstract void add (String item, int index)
|
|