public static class ReflectedTableModel.ColumnInfo extends Object
| Constructor and Description |
|---|
ReflectedTableModel.ColumnInfo(String name)
Create a new ColumnInfo where the column name and property name are the same.
|
ReflectedTableModel.ColumnInfo(String columnName,
String propertyName)
Create a new ColumnInfo with the specified column name and property name.
|
public ReflectedTableModel.ColumnInfo(String columnName, String propertyName)
columnName - The name used by the tablepropertyName - The name of the property that we will get the data from.public ReflectedTableModel.ColumnInfo(String name)
name - The name.Copyright © 1998–2013 Gargoyle Software Inc.. All rights reserved.