edu.stanford.slac.aida.lib.util.common
Class NamedValuesColumnFormatter

java.lang.Object
  extended by edu.stanford.slac.aida.lib.util.common.NamedValuesFormatter
      extended by edu.stanford.slac.aida.lib.util.common.NamedValuesColumnFormatter

public class NamedValuesColumnFormatter
extends NamedValuesFormatter


Field Summary
 
Fields inherited from class edu.stanford.slac.aida.lib.util.common.NamedValuesFormatter
cells, labels, numCols, numRows
 
Constructor Summary
NamedValuesColumnFormatter()
           
 
Method Summary
 java.lang.String getCell(int row, int col)
           
 java.lang.String getFormattedCell(int row, int col, java.lang.String space)
           
 boolean isLabelCell(int row, int col)
           
 void updateDimensions()
           
 
Methods inherited from class edu.stanford.slac.aida.lib.util.common.NamedValuesFormatter
allowLabelDisplay, assignNamedValues, centerText, create, display, getColumnWidth, leftJustifyText, rightJustifyText, shouldDisplayLabels
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedValuesColumnFormatter

public NamedValuesColumnFormatter()
Method Detail

getCell

public java.lang.String getCell(int row,
                                int col)
Specified by:
getCell in class NamedValuesFormatter

getFormattedCell

public java.lang.String getFormattedCell(int row,
                                         int col,
                                         java.lang.String space)
Specified by:
getFormattedCell in class NamedValuesFormatter

isLabelCell

public boolean isLabelCell(int row,
                           int col)
Specified by:
isLabelCell in class NamedValuesFormatter

updateDimensions

public void updateDimensions()
Specified by:
updateDimensions in class NamedValuesFormatter