|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JEventListPanel.Format<E>
Specify how the JComponents of an Object are layed out in a row.
Method Summary | |
---|---|
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. |
Method Detail |
---|
int getComponentsPerElement()
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |