org.jurvis.swing.table
Class JvColumn
java.lang.Object
org.jurvis.swing.table.JvColumn
public class JvColumn
- extends Object
The definition of a column within the table.
- Author:
- Neil W. Weber
|
Constructor Summary |
JvColumn(Class clazz,
String name,
boolean editable)
Construct a new JvColumn. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JvColumn
public JvColumn(Class clazz,
String name,
boolean editable)
- Construct a new
JvColumn.
- Parameters:
clazz - the Class of the columnname - the name of the columneditable - whether the column is editable
getColumnClass
public Class getColumnClass()
getColumnName
public String getColumnName()
isColumnEditable
public boolean isColumnEditable()
Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.