org.jurvis.swing.table
Class JvColumn

java.lang.Object
  extended by 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.
 
Method Summary
 Class getColumnClass()
           
 String getColumnName()
           
 boolean isColumnEditable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JvColumn

public JvColumn(Class clazz,
                String name,
                boolean editable)
Construct a new JvColumn.

Parameters:
clazz - the Class of the column
name - the name of the column
editable - whether the column is editable
Method Detail

getColumnClass

public Class getColumnClass()

getColumnName

public String getColumnName()

isColumnEditable

public boolean isColumnEditable()


Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.