de.cau.cs.kieler.core.model.gmf.figures.layout.container
Class Cell

java.lang.Object
  extended by de.cau.cs.kieler.core.model.gmf.figures.layout.container.Cell

public class Cell
extends Object

Represents a single cell of a table layout, used in ExtendedTable.

Rating red

Field Summary
 int figure
           
 boolean isEmpty
           
 
Constructor Summary
Cell()
           
Cell(int figureIndex, boolean isEmpty)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isEmpty

public boolean isEmpty

figure

public int figure
Constructor Detail

Cell

public Cell(int figureIndex,
            boolean isEmpty)

Cell

public Cell()