Package jadex.bdiv3.examples.blocksworld
Class BlocksListModel
- java.lang.Object
- 
- javax.swing.AbstractListModel<E>
- 
- javax.swing.DefaultListModel
- 
- jadex.bdiv3.examples.blocksworld.BlocksListModel
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- javax.swing.ListModel
 
 public class BlocksListModel extends javax.swing.DefaultListModelA list model representing a collection of blocks on a table or in a bucket.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description BlocksListModel(Table table)Create a list model for the given table.
 - 
Method Summary- 
Methods inherited from class javax.swing.DefaultListModeladd, addAll, addAll, addElement, capacity, clear, contains, copyInto, elementAt, elements, ensureCapacity, firstElement, get, getElementAt, getSize, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, removeAllElements, removeElement, removeElementAt, removeRange, set, setElementAt, setSize, size, toArray, toString, trimToSize
 
- 
 
- 
- 
- 
Constructor Detail- 
BlocksListModelpublic BlocksListModel(Table table) Create a list model for the given table.- Parameters:
- table- The table.
 
 
- 
 
-