apollo.config
Class ColumnProperty
java.lang.Object
apollo.config.ColumnProperty
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class ColumnProperty
- extends java.lang.Object
- implements java.lang.Cloneable, java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
heading
protected java.lang.String heading
preferredWidth
protected int preferredWidth
ColumnProperty
public ColumnProperty(java.lang.String heading)
ColumnProperty
public ColumnProperty(java.lang.String heading,
int prefWidth)
ColumnProperty
public ColumnProperty(ColumnProperty from)
setHeading
public void setHeading(java.lang.String heading)
getHeading
public java.lang.String getHeading()
setPreferredWidth
public void setPreferredWidth(int prefWidth)
getPreferredWidth
public int getPreferredWidth()
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException