| |
|
| javax.swing.JPanel org.acm.seguin.awt.OrderableList
OrderableList | public class OrderableList extends JPanel (Code) | | Description of the Class
author: Chris Seguin |
OrderableList | public OrderableList(Object[] data, ListCellRenderer render)(Code) | | Constructor for the OrderableList object
Parameters: data - Description of Parameter Parameters: render - Description of Parameter |
addListDataListener | public void addListDataListener(ListDataListener l)(Code) | | Adds a feature to the ListDataListener attribute of the OrderableList
object
Parameters: l - The feature to be added to the ListDataListener attribute |
getData | public Object[] getData()(Code) | | Gets the correctly ordered data
The Data value |
main | public static void main(String[] args)(Code) | | The main program for the OrderableList class
Parameters: args - The command line arguments |
removeListDataListener | public void removeListDataListener(ListDataListener l)(Code) | | Description of the Method
Parameters: l - Description of Parameter |
resetModel | public void resetModel(Object[] data)(Code) | | Resets the list model
Parameters: data - Description of the Parameter |
setEnabled | public void setEnabled(boolean way)(Code) | | Sets the Enabled attribute of the OrderableList object
Parameters: way - The new Enabled value |
|
|
|