Klasse java.awt.List | 1.0 |
java.lang.Object | +--java.awt.Component | +--java.awt.List
Konstruktoren | |
---|---|
public | List() |
public | List(int rows) ![]() |
public | List(int rows, boolean multipleMode) |
Methoden | |
---|---|
public void | add(String item) ![]() |
public synchronized void | add(String item, int index) ![]() |
public synchronized void | addActionListener(ActionListener l) ![]() |
public void | addItem(String item)
Verworfen in Version 1.1. |
public synchronized void | addItem(String item, int index)
Verworfen in Version 1.1. |
public synchronized void | addItemListener(ItemListener l) ![]() |
public void | addNotify() |
public boolean | allowsMultipleSelections()
Verworfen in Version 1.1. |
public synchronized void | clear()
Verworfen in Version 1.1. |
public int | countItems()
Verworfen in Version 1.1. |
public synchronized void | delItem(int position)
Verworfen in Version 1.1. |
public synchronized void | delItems(int start, int end)
Verworfen in Version 1.1. |
public synchronized void | deselect(int index) |
public AccessibleContext | getAccessibleContext() ![]() |
public synchronized ActionListener[] | getActionListeners() ![]() |
public EventListener[] | getListeners(Class listenerType) ![]() |
public String | getItem(int index) |
public int | getItemCount() ![]() |
public synchronized ItemListener[] | getItemListeners() ![]() |
public synchronized String[] | getItems() ![]() |
public Dimension | getMinimumSize() ![]() |
public Dimension | getMinimumSize(int rows) ![]() |
public Dimension | getPreferredSize() ![]() |
public Dimension | getPreferredSize(int rows) ![]() |
public int | getRows() |
public synchronized int | getSelectedIndex() |
public synchronized int[] | getSelectedIndexes() |
public synchronized String | getSelectedItem() |
public synchronized String[] | getSelectedItems() |
public Object[] | getSelectedObjects() ![]() |
public int | getVisibleIndex() |
public boolean | isIndexSelected(int index) ![]() |
public boolean | isMultipleMode() ![]() |
public boolean | isSelected(int index)
Verworfen in Version 1.1. |
public synchronized void | makeVisible(int index) |
public Dimension | minimumSize()
Verworfen in Version 1.1. |
public Dimension | minimumSize(int rows)
Verworfen in Version 1.1. |
protected String | paramString() |
public Dimension | preferredSize()
Verworfen in Version 1.1. |
public Dimension | preferredSize(int rows)
Verworfen in Version 1.1. |
protected void | processActionEvent(ActionEvent e) ![]() |
protected void | processEvent(AWTEvent e) ![]() |
protected void | processItemEvent(ItemEvent e) ![]() |
public synchronized void | remove(int position) ![]() |
public synchronized void | remove(String item) ![]() |
public synchronized void | removeActionListener(ActionListener l) ![]() |
public synchronized void | removeAll() ![]() |
public synchronized void | removeItemListener(ItemListener l) ![]() |
public void | removeNotify() ![]() |
public synchronized void | replaceItem(String newValue, int index) |
public synchronized void | select(int index) |
public synchronized void | setMultipleMode(boolean b) ![]() |
public synchronized void | setMultipleSelections(boolean b)
Verworfen in Version 1.1. |