java.awt

Class List

Implemented Interfaces:
Accessible, ImageObserver, ItemSelectable, MenuContainer, Serializable

public class List
extends Component
implements ItemSelectable, Accessible

Class that implements a listbox widget
See Also:
Serialized Form

Nested Class Summary

protected class
List.AccessibleAWTList

Nested classes/interfaces inherited from class java.awt.Component

Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy

Field Summary

Fields inherited from class java.awt.Component

BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT

Fields inherited from interface java.awt.image.ImageObserver

ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH

Constructor Summary

List()
Initializes a new instance of List with no visible lines and multi-select disabled.
List(int rows)
Initializes a new instance of List with the specified number of visible lines and multi-select disabled.
List(int rows, boolean multipleMode)
Initializes a new instance of List with the specified number of lines and the specified multi-select setting.

Method Summary

void
add(String item)
This method adds the specified item to the end of the list.
void
add(String item, int index)
Adds the specified item to the specified location in the list.
void
addActionListener(ActionListener listener)
Adds the specified ActionListener to the list of registered listeners for this object.
void
addItem(String item)
Deprecated. Use add() instead.
void
addItem(String item, int index)
Deprecated. Use add() instead.
void
addItemListener(ItemListener listener)
Adds the specified ItemListener to the list of registered listeners for this object.
void
addNotify()
Notifies this object to create its native peer.
boolean
allowsMultipleSelections()
Deprecated. This method is deprecated in favor of isMultipleMode().
void
clear()
Deprecated. This method is deprecated in favor of removeAll().
int
countItems()
Deprecated. This method is deprecated in favor of getItemCount()
void
delItem(int index)
Deprecated.
void
delItems(int start, int end)
Deprecated. This method is deprecated for some unknown reason.
void
deselect(int index)
Makes the item at the specified index not selected.
extends EventListener> T[] getListeners(Class listenerType)
Returns an array of all the objects currently registered as FooListeners upon this List.
AccessibleContext
getAccessibleContext()
Gets the AccessibleContext associated with this List.
ActionListener[]
getActionListeners()
Returns all action listeners registered to this object.
String
getItem(int index)
Returns the item at the specified index.
int
getItemCount()
Returns the number of items in this list.
ItemListener[]
getItemListeners()
Returns all action listeners registered to this object.
String[]
getItems()
Returns the complete list of items.
Dimension
getMinimumSize()
Returns the minimum size of this component.
Dimension
getMinimumSize(int rows)
Returns the minimum size of this component assuming it had the specified number of rows.
Dimension
getPreferredSize()
Returns the preferred size of this component.
Dimension
getPreferredSize(int rows)
Returns the preferred size of this component assuming it had the specified number of rows.
int
getRows()
Returns the number of visible rows in the list.
int
getSelectedIndex()
Returns the index of the currently selected item.
int[]
getSelectedIndexes()
Returns an array containing the indexes of the rows that are currently selected.
String
getSelectedItem()
Returns the item that is currently selected, or null if there is no item selected.
String[]
getSelectedItems()
Returns the list of items that are currently selected in this list.
Object[]
getSelectedObjects()
Returns the list of items that are currently selected in this list as an array of type Object[] instead of String[].
int
getVisibleIndex()
Returns the index of the last item that was made visible via the makeVisible() method.
boolean
isIndexSelected(int index)
Tests whether or not the specified index is selected.
boolean
isMultipleMode()
Tests whether or not multi-select mode is enabled.
boolean
isSelected(int index)
Deprecated. This method is deprecated in favor of isIndexSelected(int).
void
makeVisible(int index)
This method ensures that the item at the specified index is visible.
Dimension
minimumSize()
Deprecated. This method is deprecated in favor of getMinimumSize.
Dimension
minimumSize(int rows)
Deprecated. This method is deprecated in favor of getMinimumSize(int)>
protected String
paramString()
Returns a debugging string for this object.
Dimension
preferredSize()
Deprecated. This method is deprecated in favor of getPreferredSize.
Dimension
preferredSize(int rows)
Deprecated. This method is deprecated in favor of getPreferredSize(int)>
protected void
processActionEvent(ActionEvent event)
This method processes the specified event by dispatching it to any registered listeners.
protected void
processEvent(AWTEvent event)
Processes the specified event for this object.
protected void
processItemEvent(ItemEvent event)
This method processes the specified event by dispatching it to any registered listeners.
void
remove(int index)
Deletes the item at the specified index.
void
remove(String item)
Deletes the first occurrence of the specified item from the list.
void
removeActionListener(ActionListener listener)
Removes the specified ActionListener from the list of registers listeners for this object.
void
removeAll()
Deletes all of the items from the list.
void
removeItemListener(ItemListener listener)
Removes the specified ItemListener from the list of registers listeners for this object.
void
removeNotify()
Notifies this object to destroy its native peer.
void
replaceItem(String item, int index)
Replaces the item at the specified index with the specified item.
void
select(int index)
Makes the item at the specified index selected.
void
setMultipleMode(boolean multipleMode)
This method enables or disables multiple selection mode for this list.
void
setMultipleSelections(boolean multipleMode)
Deprecated.

Methods inherited from class java.awt.Component

action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, deliverEvent, disable, disableEvents, dispatchEvent, doLayout, enable, enable, enableEvents, enableInputMethods, extends EventListener> T[] getListeners, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getAccessibleContext, getAlignmentX, getAlignmentY, getBackground, getBounds, getBounds, getColorModel, getComponentAt, getComponentAt, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeys, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocation, getLocationOnScreen, getMaximumSize, getMinimumSize, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, invalidate, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusCycleRoot, isFocusOwner, isFocusTraversable, isFocusable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, layout, list, list, list, list, list, locate, location, lostFocus, minimumSize, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paint, paintAll, paramString, postEvent, preferredSize, prepareImage, prepareImage, print, printAll, processComponentEvent, processEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusTraversalKeys, setFocusTraversalKeysEnabled, setFocusable, setFont, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle, update, validate

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

List

public List()
Initializes a new instance of List with no visible lines and multi-select disabled.
Throws:
HeadlessException - If GraphicsEnvironment.isHeadless() is true.
Since:
1.1

List

public List(int rows)
Initializes a new instance of List with the specified number of visible lines and multi-select disabled.
Parameters:
rows - The number of visible rows in the list.
Throws:
HeadlessException - If GraphicsEnvironment.isHeadless() is true.

List

public List(int rows,
            boolean multipleMode)
Initializes a new instance of List with the specified number of lines and the specified multi-select setting.
Parameters:
rows - The number of visible rows in the list.
multipleMode - true if multiple lines can be selected simultaneously, false otherwise.
Throws:
HeadlessException - If GraphicsEnvironment.isHeadless() is true.

Method Details

add

public void add(String item)
This method adds the specified item to the end of the list.
Parameters:
item - The item to add to the list.
Since:
1.1

add

public void add(String item,
                int index)
Adds the specified item to the specified location in the list. If the desired index is -1 or greater than the number of rows in the list, then the item is added to the end.
Parameters:
item - The item to add to the list.
index - The location in the list to add the item, or -1 to add to the end.
Since:
1.1

addActionListener

public void addActionListener(ActionListener listener)
Adds the specified ActionListener to the list of registered listeners for this object.
Parameters:
listener - The listener to add.
Since:
1.1

addItem

public void addItem(String item)

Deprecated. Use add() instead.

This method adds the specified item to the end of the list.
Parameters:
item - The item to add to the list.

addItem

public void addItem(String item,
                    int index)

Deprecated. Use add() instead.

Adds the specified item to the specified location in the list. If the desired index is -1 or greater than the number of rows in the list, then the item is added to the end.
Parameters:
item - The item to add to the list.
index - The location in the list to add the item, or -1 to add to the end.

addItemListener

public void addItemListener(ItemListener listener)
Adds the specified ItemListener to the list of registered listeners for this object.
Specified by:
addItemListener in interface ItemSelectable
Parameters:
listener - The listener to add.
Since:
1.1

addNotify

public void addNotify()
Notifies this object to create its native peer.
Overrides:
addNotify in interface Component

allowsMultipleSelections

public boolean allowsMultipleSelections()

Deprecated. This method is deprecated in favor of isMultipleMode().

Tests whether or not multi-select mode is enabled.
Returns:
true if multi-select mode is enabled, false otherwise.

clear

public void clear()

Deprecated. This method is deprecated in favor of removeAll().

Deletes all of the items from the list.

countItems

public int countItems()

Deprecated. This method is deprecated in favor of getItemCount()

Returns the number of items in this list.
Returns:
The number of items in this list.

delItem

public void delItem(int index)
            throws IllegalArgumentException

Deprecated.

Deletes the item at the specified index.
Parameters:
index - The index of the item to delete.
Throws:
IllegalArgumentException - If the index is not valid

delItems

public void delItems(int start,
                     int end)
            throws IllegalArgumentException

Deprecated. This method is deprecated for some unknown reason.

Deletes all items in the specified index range.
Parameters:
start - The beginning index of the range to delete.
end - The ending index of the range to delete.
Throws:
IllegalArgumentException - If the indexes are not valid

deselect

public void deselect(int index)
Makes the item at the specified index not selected.
Parameters:
index - The index of the item to unselect.

extends EventListener> T[] getListeners

public extends EventListener> T[] getListeners(Class listenerType)
Returns an array of all the objects currently registered as FooListeners upon this List. FooListeners are registered using the addFooListener method.
Overrides:
extends EventListener> T[] getListeners in interface Component
Throws:
ClassCastException - If listenerType doesn't specify a class or interface that implements java.util.EventListener.
Since:
1.3

getAccessibleContext

public AccessibleContext getAccessibleContext()
Gets the AccessibleContext associated with this List. The context is created, if necessary.
Specified by:
getAccessibleContext in interface Accessible
Overrides:
getAccessibleContext in interface Component
Returns:
the associated context

getActionListeners

public ActionListener[] getActionListeners()
Returns all action listeners registered to this object.
Since:
1.4

getItem

public String getItem(int index)
Returns the item at the specified index.
Parameters:
index - The index of the item to retrieve.
Throws:
IndexOutOfBoundsException - If the index value is not valid.

getItemCount

public int getItemCount()
Returns the number of items in this list.
Returns:
The number of items in this list.
Since:
1.1

getItemListeners

public ItemListener[] getItemListeners()
Returns all action listeners registered to this object.
Since:
1.4

getItems

public String[] getItems()
Returns the complete list of items.
Returns:
The complete list of items in the list.
Since:
1.1

getMinimumSize

public Dimension getMinimumSize()
Returns the minimum size of this component.
Overrides:
getMinimumSize in interface Component
Returns:
The minimum size of this component.
Since:
1.1

getMinimumSize

public Dimension getMinimumSize(int rows)
Returns the minimum size of this component assuming it had the specified number of rows.
Parameters:
rows - The number of rows to size for.
Returns:
The minimum size of this component.
Since:
1.1

getPreferredSize

public Dimension getPreferredSize()
Returns the preferred size of this component.
Overrides:
getPreferredSize in interface Component
Returns:
The preferred size of this component.
Since:
1.1

getPreferredSize

public Dimension getPreferredSize(int rows)
Returns the preferred size of this component assuming it had the specified number of rows.
Parameters:
rows - The number of rows to size for.
Returns:
The preferred size of this component.
Since:
1.1

getRows

public int getRows()
Returns the number of visible rows in the list.
Returns:
The number of visible rows in the list.

getSelectedIndex

public int getSelectedIndex()
Returns the index of the currently selected item. -1 will be returned if there are no selected rows or if there are multiple selected rows.
Returns:
The index of the selected row.

getSelectedIndexes

public int[] getSelectedIndexes()
Returns an array containing the indexes of the rows that are currently selected.
Returns:
A list of indexes of selected rows.

getSelectedItem

public String getSelectedItem()
Returns the item that is currently selected, or null if there is no item selected. FIXME: What happens if multiple items selected?
Returns:
The selected item, or null if there is no selected item.

getSelectedItems

public String[] getSelectedItems()
Returns the list of items that are currently selected in this list.
Returns:
The list of currently selected items.

getSelectedObjects

public Object[] getSelectedObjects()
Returns the list of items that are currently selected in this list as an array of type Object[] instead of String[].
Specified by:
getSelectedObjects in interface ItemSelectable
Returns:
The list of currently selected items.

getVisibleIndex

public int getVisibleIndex()
Returns the index of the last item that was made visible via the makeVisible() method.
Returns:
The index of the last item made visible via the makeVisible() method.

isIndexSelected

public boolean isIndexSelected(int index)
Tests whether or not the specified index is selected.
Parameters:
index - The index to test.
Returns:
true if the index is selected, false otherwise.
Since:
1.1

isMultipleMode

public boolean isMultipleMode()
Tests whether or not multi-select mode is enabled.
Returns:
true if multi-select mode is enabled, false otherwise.
Since:
1.1

isSelected

public boolean isSelected(int index)

Deprecated. This method is deprecated in favor of isIndexSelected(int).

Tests whether or not the specified index is selected.
Parameters:
index - The index to test.
Returns:
true if the index is selected, false otherwise.

makeVisible

public void makeVisible(int index)
            throws IllegalArgumentException
This method ensures that the item at the specified index is visible.
Parameters:
index - The index of the item to be made visible.

minimumSize

public Dimension minimumSize()

Deprecated. This method is deprecated in favor of getMinimumSize.

Returns the minimum size of this component.
Overrides:
minimumSize in interface Component
Returns:
The minimum size of this component.

minimumSize

public Dimension minimumSize(int rows)

Deprecated. This method is deprecated in favor of getMinimumSize(int)>

Returns the minimum size of this component assuming it had the specified number of rows.
Parameters:
rows - The number of rows to size for.
Returns:
The minimum size of this component.

paramString

protected String paramString()
Returns a debugging string for this object.
Overrides:
paramString in interface Component
Returns:
A debugging string for this object.

preferredSize

public Dimension preferredSize()

Deprecated. This method is deprecated in favor of getPreferredSize.

Returns the preferred size of this component.
Overrides:
preferredSize in interface Component
Returns:
The preferred size of this component.

preferredSize

public Dimension preferredSize(int rows)

Deprecated. This method is deprecated in favor of getPreferredSize(int)>

Returns the preferred size of this component assuming it had the specified number of rows.
Parameters:
rows - The number of rows to size for.
Returns:
The preferred size of this component.

processActionEvent

protected void processActionEvent(ActionEvent event)
This method processes the specified event by dispatching it to any registered listeners. Note that this method will only get called if action events are enabled. This will happen automatically if any listeners are added, or it can be done "manually" by calling the enableEvents() method.
Parameters:
event - The event to process.
Since:
1.1

processEvent

protected void processEvent(AWTEvent event)
Processes the specified event for this object. If the event is an instance of ActionEvent then the processActionEvent() method is called. Similarly, if the even is an instance of ItemEvent then the processItemEvent() method is called. Otherwise the superclass method is called to process this event.
Overrides:
processEvent in interface Component
Parameters:
event - The event to process.
Since:
1.1

processItemEvent

protected void processItemEvent(ItemEvent event)
This method processes the specified event by dispatching it to any registered listeners. Note that this method will only get called if item events are enabled. This will happen automatically if any listeners are added, or it can be done "manually" by calling the enableEvents() method.
Parameters:
event - The event to process.
Since:
1.1

remove

public void remove(int index)
            throws IllegalArgumentException
Deletes the item at the specified index.
Parameters:
index - The index of the item to delete.
Throws:
IllegalArgumentException - If the index is not valid
Since:
1.1

remove

public void remove(String item)
            throws IllegalArgumentException
Deletes the first occurrence of the specified item from the list.
Parameters:
item - The item to delete.
Throws:
IllegalArgumentException - If the specified item does not exist.
Since:
1.1

removeActionListener

public void removeActionListener(ActionListener listener)
Removes the specified ActionListener from the list of registers listeners for this object.
Parameters:
listener - The listener to remove.
Since:
1.1

removeAll

public void removeAll()
Deletes all of the items from the list.
Since:
1.1

removeItemListener

public void removeItemListener(ItemListener listener)
Removes the specified ItemListener from the list of registers listeners for this object.
Specified by:
removeItemListener in interface ItemSelectable
Parameters:
listener - The listener to remove.
Since:
1.1

removeNotify

public void removeNotify()
Notifies this object to destroy its native peer.
Overrides:
removeNotify in interface Component

replaceItem

public void replaceItem(String item,
                        int index)
            throws ArrayIndexOutOfBoundsException
Replaces the item at the specified index with the specified item.
Parameters:
item - The new item value.
index - The index of the item to replace.
Throws:
ArrayIndexOutOfBoundsException - If the index is not valid.

select

public void select(int index)
Makes the item at the specified index selected.
Parameters:
index - The index of the item to select.

setMultipleMode

public void setMultipleMode(boolean multipleMode)
This method enables or disables multiple selection mode for this list.
Parameters:
multipleMode - true to enable multiple mode, false otherwise.
Since:
1.1

setMultipleSelections

public void setMultipleSelections(boolean multipleMode)

Deprecated.

This method enables or disables multiple selection mode for this list.
Parameters:
multipleMode - true to enable multiple mode, false otherwise.

List.java -- A listbox widget Copyright (C) 1999, 2002, 2004, 2006, Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. GNU Classpath is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and conditions of the GNU General Public License cover the whole combination. As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.