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.
|
com.jgoodies.forms.layout.CellConstraints |
getConstraints(int component)
Get the constraints to lay out the specified component.
|
com.jgoodies.forms.layout.ColumnSpec[] |
getElementColumns()
Get the ColumnSpecs required for one element in the list.
|
com.jgoodies.forms.layout.RowSpec[] |
getElementRows()
Get the RowSpecs required for one element in the list.
|
com.jgoodies.forms.layout.ColumnSpec |
getGapColumn()
Get the ColumnSpecs to separate two elements.
|
com.jgoodies.forms.layout.RowSpec |
getGapRow()
Get the RowSpec to separate two elements.
|
int getComponentsPerElement()
javax.swing.JComponent getComponent(E element, int component)
com.jgoodies.forms.layout.CellConstraints getConstraints(int component)
component - the component to fetch constraints for.com.jgoodies.forms.layout.RowSpec[] getElementRows()
com.jgoodies.forms.layout.ColumnSpec[] getElementColumns()
com.jgoodies.forms.layout.RowSpec getGapRow()
null for
no gap.com.jgoodies.forms.layout.ColumnSpec getGapColumn()
null for
no gap.Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by swimmesberger at Wed Feb 13 09:45:20 CET 2019