|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.ColumnStyle
public final class ColumnStyle
The members of this enumeration specify whether a table's column is
automatically resized when the table is resized. These
constants can be used as parameters of the Column.setColumnStyle(int)
method of the Column
class.
Field Summary | |
---|---|
static int |
AutoWidth
The column grows or shrinks automatically if the table is resized. |
static int |
FixedWidth
The column width stays fixed even if the table is resized. |
Constructor Summary | |
---|---|
ColumnStyle()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int FixedWidth
public static final int AutoWidth
Constructor Detail |
---|
public ColumnStyle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |