henplus.view
Class ColumnMetaData
java.lang.Object
henplus.view.ColumnMetaData
public final class ColumnMetaData
- extends Object
own wrapper for the column meta data.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALIGN_LEFT
public static final int ALIGN_LEFT
- See Also:
- Constant Field Values
ALIGN_CENTER
public static final int ALIGN_CENTER
- See Also:
- Constant Field Values
ALIGN_RIGHT
public static final int ALIGN_RIGHT
- See Also:
- Constant Field Values
ColumnMetaData
public ColumnMetaData(String header,
int align)
ColumnMetaData
public ColumnMetaData(String header,
int align,
int autoWrap)
- publically available constructor for the
user.
ColumnMetaData
public ColumnMetaData(String header)
resetWidth
public void resetWidth()
setDisplay
public void setDisplay(boolean val)
- set, whether a specific column should be displayed.
doDisplay
public boolean doDisplay()
setAutoWrap
public void setAutoWrap(int col)
getAutoWrap
public int getAutoWrap()
getAlignment
public int getAlignment()
? 1997..2006 Henner Zeller