| java.lang.Object com.xoetrope.carousel.survey.XTableColumn
XTableColumn | public class XTableColumn (Code) | | Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
$Revision: 1.5 $
|
Constructor Summary | |
public | XTableColumn(String cn, int w, int a, JComboBox ce) | public | XTableColumn(String cn, int w, int a, JTextField te) | public | XTableColumn(String cn, int w, int a, JCheckBox te) | public | XTableColumn(String cn, int w, int a) |
alignment | protected int alignment(Code) | | |
isActive | protected boolean isActive(Code) | | |
width | protected int width(Code) | | |
XTableColumn | public XTableColumn(String cn, int w, int a)(Code) | | |
getAlignment | public int getAlignment()(Code) | | |
getWidth | public int getWidth()(Code) | | |
isActive | public boolean isActive()(Code) | | |
setActive | public void setActive(boolean state)(Code) | | |
|
|