Save This Page
Home » openjdk-7 » java » awt » peer » [javadoc | source]
java.awt.peer
public interface: ChoicePeer [javadoc | source]

All Implemented Interfaces:
    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.
Method from java.awt.peer.ChoicePeer Summary:
add,   addItem,   remove,   removeAll,   select
Method from java.awt.peer.ChoicePeer Detail:
 public  void add(String item,
    int index)
 public  void addItem(String item,
    int index)
 public  void remove(int index)
 public  void removeAll()
 public  void select(int index)