Serialized Form
|
Package hoplugins.commons.ui |
_intDigits
int _intDigits
_maxDigits
int _maxDigits
_decDigits
short _decDigits
|
Package hoplugins.commons.ui.info.clearthought.layout |
list
java.util.LinkedList list
- List of components and their sizes
crOffset
int[][] crOffset
- Offsets of crs in pixels. The left boarder of column n is at crOffset[C][n] and the right
boarder is at cr[C][n + 1] for all columns including the last one. crOffset[C].length =
crSize[C].length + 1
crSize
int[][] crSize
- Sizes of crs in pixels
crSpec
double[][] crSpec
- Sizes of crs expressed in absolute and relative terms
dirty
boolean dirty
- Indicates whether or not the size of the cells are known for the last known size of the
container. If dirty is true or the container has been resized, the cell sizes must be
recalculated using calculateSize.
hGap
int hGap
- Horizontal gap between columns
oldHeight
int oldHeight
- Previous known height of the container
oldWidth
int oldWidth
- Previous known width of the container
vGap
int vGap
- Vertical gap between rows
|
Package hoplugins.commons.ui.renderer |
|
Package hoplugins.commons.ui.sorter |
tableModel
javax.swing.table.TableModel tableModel
- TODO Missing Parameter Documentation
tableHeader
javax.swing.table.JTableHeader tableHeader
sortingColumns
java.util.List sortingColumns
columnComparators
java.util.Map columnComparators
mouseListener
java.awt.event.MouseListener mouseListener
tableModelListener
javax.swing.event.TableModelListener tableModelListener
modelToView
int[] modelToView
viewToModel
Row[] viewToModel
Copyright © 2005 Hattrick Organizer Plugins Project. All Rights Reserved.