public class Table extends Position
height, width, x, y
Table()
Item[]
getColumns()
String
getId()
Label
getLabel()
void
setColumns(Item[] columns)
setId(String id)
setLabel(Label label)
getHeight, getWidth, getX, getY, setHeight, setWidth, setX, setY
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Table()
public Label getLabel()
public void setLabel(Label label)
public Item[] getColumns()
public void setColumns(Item[] columns)
public String getId()
public void setId(String id)