public static interface JEventListPanel.Format<E>
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getComponent(E element,
int component)
Get the component from the specified list element.
|
int |
getComponentsPerElement()
Get the number of components for each row element.
|
CellConstraints |
getConstraints(int component)
Get the constraints to lay out the specified component.
|
ColumnSpec[] |
getElementColumns()
Get the ColumnSpecs required for one element in the list.
|
RowSpec[] |
getElementRows()
Get the RowSpecs required for one element in the list.
|
ColumnSpec |
getGapColumn()
Get the ColumnSpecs to separate two elements.
|
RowSpec |
getGapRow()
Get the RowSpec to separate two elements.
|
int getComponentsPerElement()
javax.swing.JComponent getComponent(E element, int component)
CellConstraints getConstraints(int component)
component
- the component to fetch constraints for.RowSpec[] getElementRows()
ColumnSpec[] getElementColumns()
RowSpec getGapRow()
null
for
no gap.ColumnSpec getGapColumn()
null
for
no gap.Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2012-03-02 14:04