org.apache.accumulo.server.monitor.util.celltypes
Class CellType<T>

java.lang.Object
  extended by org.apache.accumulo.server.monitor.util.celltypes.CellType<T>
All Implemented Interfaces:
java.util.Comparator<T>
Direct Known Subclasses:
CompactionsType, DateTimeType, LoggerLinkType, NumberType, StringType, TableLinkType, TableStateType, TServerLinkType

public abstract class CellType<T>
extends java.lang.Object
implements java.util.Comparator<T>


Constructor Summary
CellType()
           
 
Method Summary
abstract  java.lang.String alignment()
           
abstract  java.lang.String format(java.lang.Object obj)
           
 boolean isSortable()
           
 void setSortable(boolean sortable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
compare, equals
 

Constructor Detail

CellType

public CellType()
Method Detail

alignment

public abstract java.lang.String alignment()

format

public abstract java.lang.String format(java.lang.Object obj)

setSortable

public final void setSortable(boolean sortable)

isSortable

public final boolean isSortable()


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