org.norvelle.textcite.gui
Class CitationColumn

java.lang.Object
  extended by org.norvelle.textcite.gui.CitationColumn

public class CitationColumn
extends java.lang.Object

CitationColumn Holds information about the table column that represents a field of data in a Citation object.

Author:
Erik Norvelle

Field Summary
(package private)  int preferredWidth
           
 
Constructor Summary
CitationColumn(java.lang.String name, java.lang.Class type, int width)
           
 
Method Summary
 java.lang.String getName()
           
 int getPreferredWidth()
           
 java.lang.Class getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

preferredWidth

int preferredWidth
Constructor Detail

CitationColumn

public CitationColumn(java.lang.String name,
                      java.lang.Class type,
                      int width)
Method Detail

getName

public java.lang.String getName()

getType

public java.lang.Class getType()

getPreferredWidth

public int getPreferredWidth()