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

ListPeer

public interface ListPeer 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)
DEPRECATED: Replaced by add(String, int).

public voidclear()
DEPRECATED: Replaced by removeAll().

public voiddelItems(int start, int end)

public voiddeselect(int index)

public java.awt.DimensiongetMinimumSize(int rows)

public java.awt.DimensiongetPreferredSize(int rows)

public int[]getSelectedIndexes()

public voidmakeVisible(int index)

public java.awt.DimensionminimumSize(int v)
DEPRECATED: Replaced by getMinimumSize(int).

public java.awt.DimensionpreferredSize(int v)
DEPRECATED: Replaced by getPreferredSize(int).

public voidremoveAll()

public voidselect(int index)

public voidsetMultipleMode(boolean b)

public voidsetMultipleSelections(boolean v)
DEPRECATED: Replaced by setMultipleMode(boolean).