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 java.lang.Object


Constructor Summary
TableColumn(java.lang.String title, CellType<T> type, java.lang.String legend)
           
 
Method Summary
 CellType<T> getCellType()
           
 java.lang.String getLegend()
           
 java.lang.String getTitle()
           
 void setTitle(java.lang.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(java.lang.String title,
                   CellType<T> type,
                   java.lang.String legend)
Method Detail

setTitle

public void setTitle(java.lang.String title)

getTitle

public java.lang.String getTitle()

getLegend

public java.lang.String getLegend()

getCellType

public CellType<T> getCellType()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.