| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectbookExamples.ch47JTable.ColumnData
public class ColumnData
| Field Summary | |
|---|---|
|  int | alignment | 
|  java.lang.String | title | 
|  int | width | 
| Constructor Summary | |
|---|---|
| ColumnData(java.lang.String title,
           int width,
           int alignment) | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public java.lang.String title
public int width
public int alignment
| Constructor Detail | 
|---|
public ColumnData(java.lang.String title,
                  int width,
                  int alignment)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||