Class AbstractTextCell<T>

All Implemented Interfaces:
Cell<T>, TextCell<T>, Control
Direct Known Subclasses:
TextCell.DefaultTextCell

public abstract class AbstractTextCell<T> extends AbstractCell<T> implements TextCell<T>
Base implementation of a TextCell.