com.bigzip.plugin.support.table
Class PercentColumn

java.lang.Object
  |
  +--com.bigzip.plugin.ColumnInfo
        |
        +--com.bigzip.plugin.support.table.DoublePrecisionColumn
              |
              +--com.bigzip.plugin.support.table.PercentColumn

public class PercentColumn
extends DoublePrecisionColumn

The PercentColumn displays a column of percentages in the entry table. By default, the column is rendered with right justification and the column is sortable.


Fields inherited from class com.bigzip.plugin.ColumnInfo
COMMON_CLASS_PROPERTY, EDITABLE_PROPERTY, EDITOR_PROPERTY, HEADING_PROPERTY, MAXIMUM_WIDTH_PROPERTY, MINIMUM_WIDTH_PROPERTY, PREFERRED_WIDTH_PROPERTY, RENDERER_PROPERTY, RESIZABLE_PROPERTY, SORTABLE_PROPERTY, SORTER_PROPERTY
 
Constructor Summary
PercentColumn()
          Creates a new PercentColumn with no column heading.
PercentColumn(java.lang.String heading)
          Creates a new PercentColumn with the specified heading.
 
Methods inherited from class com.bigzip.plugin.support.table.DoublePrecisionColumn
getJustification, getMaximumFractionDigits, getMaximumIntegerDigits, getMinimumFractionDigits, getMinimumIntegerDigits, getNumberFormater, setJustification, setMaximumFractionDigits, setMaximumIntegerDigits, setMinimumFractionDigits, setMinimumIntegerDigits, setNumberFormater
 
Methods inherited from class com.bigzip.plugin.ColumnInfo
addPropertyChangeListener, firePropertyChange, getCommonClass, getEditor, getHeading, getMaximumWidth, getMinimumWidth, getPreferredWidth, getRenderer, getSorter, isEditable, isResizable, isSortable, removePropertyChangeListener, setCommonClass, setEditable, setEditor, setHeading, setMaximumWidth, setMinimumWidth, setPreferredWidth, setRenderer, setResizable, setSortable, setSorter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PercentColumn

public PercentColumn()
Creates a new PercentColumn with no column heading.

PercentColumn

public PercentColumn(java.lang.String heading)
Creates a new PercentColumn with the specified heading.
Parameters:
heading - The string to use as the heading for this column.