org.wegra.awt
Interface Grid

All Known Implementing Classes:
SimpleGrid

public interface Grid

Key interface of Grid component.


Method Summary
 int getColumnCount()
          gets current column count
 int getRowCount()
          gets current row count
 void setElements(java.lang.Object[][] elements)
          sets elements
 

Method Detail

getColumnCount

public int getColumnCount()
gets current column count

Returns:
current column count

getRowCount

public int getRowCount()
gets current row count

Returns:
current row count

setElements

public void setElements(java.lang.Object[][] elements)
sets elements