|
VLab Common 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.psnc.vlab.util.gui.model.info.ColumnDecorator
public class ColumnDecorator
ColumnDecorator class. Defines a set of properties to decorate
columns in JTable i.e. column size, column alignment
| Constructor Summary | |
|---|---|
ColumnDecorator(java.lang.Integer prefered)
Creates new ColumnDecorator |
|
ColumnDecorator(java.lang.Integer prefered,
java.lang.Integer max)
Creates new ColumnDecorator |
|
ColumnDecorator(java.lang.Integer prefered,
java.lang.Integer min,
java.lang.Integer max)
Creates new ColumnDecorator |
|
| Method Summary | |
|---|---|
java.lang.Integer |
getHorizontalAlignment()
Get value of horizontalAlignment |
java.lang.Integer |
getMax()
Get value of max |
java.lang.Integer |
getMin()
Get value of min |
java.lang.Integer |
getPrefered()
Get value of prefered |
void |
setHorizontalAlignment(java.lang.Integer horizontalAlignment)
Set value of field horizontalAlignment |
void |
setMax(java.lang.Integer max)
Set value of field max |
void |
setMin(java.lang.Integer min)
Set value of field min |
void |
setPrefered(java.lang.Integer prefered)
Set value of field prefered |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnDecorator(java.lang.Integer prefered,
java.lang.Integer max)
ColumnDecorator
prefered - column preferred sizemax - column maximum size
public ColumnDecorator(java.lang.Integer prefered,
java.lang.Integer min,
java.lang.Integer max)
ColumnDecorator
prefered - column preferred sizemin - column minimum sizemax - column maximum sizepublic ColumnDecorator(java.lang.Integer prefered)
ColumnDecorator
prefered - column preferred size| Method Detail |
|---|
public java.lang.Integer getMin()
public void setMin(java.lang.Integer min)
min - the min to setpublic java.lang.Integer getMax()
public void setMax(java.lang.Integer max)
max - the max to setpublic java.lang.Integer getPrefered()
public void setPrefered(java.lang.Integer prefered)
prefered - the prefered to setpublic java.lang.Integer getHorizontalAlignment()
public void setHorizontalAlignment(java.lang.Integer horizontalAlignment)
horizontalAlignment - the horizontalAlignment to set
|
VLab Common 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||