org.apache.accumulo.server.monitor.util
Class TableColumn<T>

java.lang.Object
  extended by org.apache.accumulo.server.monitor.util.TableColumn<T>

public class TableColumn<T>
extends Object


Constructor Summary
TableColumn(String title, CellType<T> type, String legend)
           
 
Method Summary
 CellType<T> getCellType()
           
 String getLegend()
           
 String getTitle()
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableColumn

public TableColumn(String title,
                   CellType<T> type,
                   String legend)
Method Detail

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.