Serialized Form
Package uk.co.keang.swingaddons |
Class uk.co.keang.swingaddons.IndentLayout extends VariableGridLayout implements Serializable |
serialVersionUID: -7608939809115073495L
compIndents
java.util.Map<K,V> compIndents
Class uk.co.keang.swingaddons.ListCellColumnRenderer extends javax.swing.JPanel implements Serializable |
serialVersionUID: -8144597272108850946L
labelPool
javax.swing.JLabel[] labelPool
posts
int[] posts
alignments
int[] alignments
colourProvider
uk.co.keang.swingaddons.ListCellColumnRenderer.IColourProvider<E> colourProvider
columnCalculator
uk.co.keang.swingaddons.ListCellColumnRenderer.IColumnSizer columnCalculator
Class uk.co.keang.swingaddons.ListCellColumnRenderer.UIResource extends javax.swing.DefaultListCellRenderer implements Serializable |
serialVersionUID: 1L
Class uk.co.keang.swingaddons.ListCellRendererWrapper extends javax.swing.DefaultListCellRenderer implements Serializable |
serialVersionUID: -8144597272108850946L
Class uk.co.keang.swingaddons.SelectableEtchedBorder extends javax.swing.border.EtchedBorder implements Serializable |
serialVersionUID: -854654651325588L
sides
java.util.EnumSet<E extends java.lang.Enum<E>> sides
serialVersionUID: -7735274085177253488L
sides
java.util.EnumSet<E extends java.lang.Enum<E>> sides
serialVersionUID: -7804673224730901L
hgap
int hgap
- This is the horizontal gap (in pixels) which specifies the space
between columns. They can be changed at any time.
This should be a non-negative integer.
-
- See Also:
getHgap()
,
setHgap(int)
vgap
int vgap
- This is the vertical gap (in pixels) which specifies the space
between rows. They can be changed at any time.
This should be a non negative integer.
-
- See Also:
getVgap()
,
setVgap(int)
rows
int rows
- This is the number of rows specified for the grid. The number
of rows can be changed at any time.
This should be a non negative integer, where '0' means
'any number' meaning that the number of Rows in that
dimension depends on the other dimension.
-
- See Also:
getRows()
,
setRows(int)
cols
int cols
- This is the number of columns specified for the grid. The number
of columns can be changed at any time.
This should be a non negative integer, where '0' means
'any number' meaning that the number of Columns in that
dimension depends on the other dimension.
-
- See Also:
getColumns()
,
setColumns(int)
fixH
boolean fixH
- Fixes the horizontal axis to prevent the columns being stretched to fill the panel.
By default this is false.
- See Also:
setFixedSize(boolean, boolean)
fixV
boolean fixV
- Fixes the vertical axis to prevent the rows being stretched to fill the panel.
By default this is false.
- See Also:
setFixedSize(boolean, boolean)