org.norvelle.textcite.gui
Class CitationColumn
java.lang.Object
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
Constructor Summary |
CitationColumn(java.lang.String name,
java.lang.Class type,
int width)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
preferredWidth
int preferredWidth
CitationColumn
public CitationColumn(java.lang.String name,
java.lang.Class type,
int width)
getName
public java.lang.String getName()
getType
public java.lang.Class getType()
getPreferredWidth
public int getPreferredWidth()