All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface tea.set.MatrixHelper

public interface interface MatrixHelper
MatrixHelper interface defines methods used by Matrix to create objects for cell, row info, and column info. Users of Matrix can pass a MatrixHelper to Matrix to ensure no cells and info slots will never be empty.

See Also:
Matrix

Method Index

 o createColInfo()
Create a column info object.
 o createObject()
Create a cell object.
 o createRowInfo()
Create a row info object.

Methods

 o createRowInfo
 public abstract Object createRowInfo()
Create a row info object.

Returns:
row info object.
 o createColInfo
 public abstract Object createColInfo()
Create a column info object.

Returns:
column info object.
 o createObject
 public abstract Object createObject()
Create a cell object.

Returns:
cell object.

All Packages  Class Hierarchy  This Package  Previous  Next  Index