|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.wordpress.tipsforjava.swing.table.BeanTableModel.ColumnInformation
private class BeanTableModel.ColumnInformation
| Field Summary | |
|---|---|
private Method |
getter
|
private String |
name
|
private Class |
returnType
|
private Method |
setter
|
| Constructor Summary | |
BeanTableModel.ColumnInformation(String name, Class returnType, Method getter, Method setter)
|
|
| Method Summary | |
|---|---|
int
|
compareTo(ColumnInformation o)
|
Method
|
getGetter()
|
String
|
getName()
|
Class
|
getReturnType()
|
Method
|
getSetter()
|
void
|
setName(String name)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private Method getter
private String name
private Class returnType
private Method setter
| Constructor Detail |
|---|
public BeanTableModel.ColumnInformation(String name, Class returnType, Method getter, Method setter)
| Method Detail |
|---|
public int compareTo(ColumnInformation o)
public Method getGetter()
public String getName()
public Class getReturnType()
public Method getSetter()
public void setName(String name)
Groovy Documentation