|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Grid.Column
A Column is a list of values. The 1st Column of a Grid is the list of values in the Grid's 1st column (i.e. the Column at index 0). Element j of Column k in a Grid is element k of Row j.
Method Summary | |
---|---|
int |
getIndex()
Get the index of this Column. |
java.lang.String |
getName()
Get the name of this Column |
Grid |
getParent()
Get the Grid that this Column is part of. |
void |
setName(java.lang.String name)
Sets the name of this Column. |
Methods inherited from interface java.util.List |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Method Detail |
---|
java.lang.String getName()
void setName(java.lang.String name)
name
- the name of this ColumnGrid getParent()
int getIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |