public class TableColumn<T> extends Object
TableColumn(String title, CellType<T> type, String legend)
CellType<T>
getCellType()
String
getLegend()
getTitle()
void
setTitle(String title)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TableColumn(String title, CellType<T> type, String legend)
public void setTitle(String title)
public String getTitle()
public String getLegend()
public CellType<T> getCellType()
Copyright © 2015 Apache Accumulo Project. All rights reserved.