|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TableGroupNodeRealizer.ColumnContainer
A container for columns
.
Method Summary | |
---|---|
TableGroupNodeRealizer.Column |
addColumn()
Adds a new last column in the container. |
TableGroupNodeRealizer.Column |
addColumn(int position)
Adds a new column at the specified position in the container. |
int |
columnCount()
Returns the number of columns in this container. |
TableGroupNodeRealizer.Column |
getColumn(int index)
Returns the column at the specified position in the container. |
java.util.List |
getColumns()
Returns a read-only List view of the container's columns. |
Method Detail |
---|
TableGroupNodeRealizer.Column addColumn()
TableGroupNodeRealizer.Column addColumn(int position)
position
- the position of the new column.
TableGroupNodeRealizer.Column getColumn(int index)
index
- the index of the column to return.
java.lang.IndexOutOfBoundsException
- if the index is out of range
(index < 0 || index >= columnCount()
)int columnCount()
java.util.List getColumns()
List
view of the container's columns.
List
view of the container's columns.
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |