|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.gargoylesoftware.base.gui.ReflectedTableModel.ColumnInfo
This class contains information about one specific column in the table.
Constructor Summary | |
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. |
Method Summary | |
String |
getColumnName()
Return the column name. |
String |
getPropertyName()
Return the property name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
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.Method Detail |
public String getColumnName()
public String getPropertyName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |