public interface

ChoicePeer

implements ComponentPeer
java.awt.peer.ChoicePeer

Class Overview

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.

Summary

[Expand]
Inherited Constants
From interface java.awt.peer.ComponentPeer
Public Methods
abstract void add(String item, int index)
abstract void addItem(String item, int index)
abstract void remove(int index)
abstract void removeAll()
abstract void select(int index)
[Expand]
Inherited Methods
From interface java.awt.peer.ComponentPeer

Public Methods

public abstract void add (String item, int index)

public abstract void addItem (String item, int index)

public abstract void remove (int index)

public abstract void removeAll ()

public abstract void select (int index)