org.apache.accumulo.server.monitor.util
Class TableColumn<T>
java.lang.Object
org.apache.accumulo.server.monitor.util.TableColumn<T>
public class TableColumn<T>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableColumn
public TableColumn(String title,
CellType<T> type,
String legend)
setTitle
public void setTitle(String title)
getTitle
public String getTitle()
getLegend
public String getLegend()
getCellType
public CellType<T> getCellType()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.