Class BlocksListModel

All Implemented Interfaces:
Serializable, ListModel

public class BlocksListModel extends DefaultListModel
A list model representing a collection of blocks on a table or in a bucket.
See Also:
  • Constructor Details

    • BlocksListModel

      public BlocksListModel(Table table)
      Create a list model for the given table.
      Parameters:
      table - The table.