Serialized Form


Package hoplugins.commons.ui

Class hoplugins.commons.ui.BaseTableModel extends javax.swing.table.DefaultTableModel implements Serializable

Class hoplugins.commons.ui.DefaultTableSorter extends AbstractTableSorter implements Serializable

Class hoplugins.commons.ui.InfoPanel extends javax.swing.JPanel implements Serializable

Class hoplugins.commons.ui.NumberTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

_intDigits

int _intDigits

_maxDigits

int _maxDigits

_decDigits

short _decDigits


Package hoplugins.commons.ui.info.clearthought.layout

Class hoplugins.commons.ui.info.clearthought.layout.TableLayout extends java.lang.Object implements Serializable

Serialized Fields

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

Class hoplugins.commons.ui.renderer.HtmlCellRenderer extends javax.swing.JEditorPane implements Serializable

Class hoplugins.commons.ui.renderer.TextAreaCellRenderer extends javax.swing.JTextArea implements Serializable


Package hoplugins.commons.ui.sorter

Class hoplugins.commons.ui.sorter.AbstractTableSorter extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

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.