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