|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.TableColumn
uk.ac.starlink.table.gui.StarTableColumn
public class StarTableColumn
A TableColumn representing a column in a StarJTable.
This simple extension to TableColumn provides a constructor
and an accessor which reference the
ColumnInfo
object
associated with a table column. The renderers and column headings etc
used by this column are based by default on the characteristics of
the associated ColumnInfo.
Field Summary |
---|
Fields inherited from class javax.swing.table.TableColumn |
---|
CELL_RENDERER_PROPERTY, cellEditor, cellRenderer, COLUMN_WIDTH_PROPERTY, HEADER_RENDERER_PROPERTY, HEADER_VALUE_PROPERTY, headerRenderer, headerValue, identifier, isResizable, maxWidth, minWidth, modelIndex, resizedPostingDisableCount, width |
Constructor Summary | |
---|---|
StarTableColumn(ColumnInfo colinfo)
Constructs a StarTableColumn from a ColumnInfo object using a default model index of 0. |
|
StarTableColumn(ColumnInfo colinfo,
int modelIndex)
Constructs a StarTableColumn from a ColumnInfo object with a given model index. |
Method Summary | |
---|---|
static TableCellEditor |
createCellEditor(ValueInfo info)
Utility method to create a table cell editor suitable for a given value info. |
static TableCellRenderer |
createCellRenderer(ValueInfo info)
Utility method to create a table cell renderer suitable for a given value info. |
ColumnInfo |
getColumnInfo()
Returns the ColumnInfo object associated with this column. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StarTableColumn(ColumnInfo colinfo, int modelIndex)
colinfo
- the ColumnInfo object which supplies the
characteristics of this columnmodelIndex
- the index of the column in the TableModel
which will be displayed by this columnpublic StarTableColumn(ColumnInfo colinfo)
colinfo
- the ColumnInfo object which supplies the
characteristics of this columnMethod Detail |
---|
public ColumnInfo getColumnInfo()
public static TableCellRenderer createCellRenderer(ValueInfo info)
info
- metadata describing table cell contents
public static TableCellEditor createCellEditor(ValueInfo info)
info
- metadata describing table cell contents
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |