Serialized Form
|
Package net.sf.xframe.swing |
scrollPane
javax.swing.JScrollPane scrollPane
- The ScrollPane around the table.
lockedTable
KTable lockedTable
- the table with the locked columns.
scrollTable
KTable scrollTable
- The table with the scrollable columns.
adjuster
JScrollPaneAdjuster adjuster
- Scroll pane adjuster.
lockedHeader
javax.swing.table.JTableHeader lockedHeader
- Header of the locked table.
scrollHeader
javax.swing.table.JTableHeader scrollHeader
- Header of the scrollable table.
columnModel
javax.swing.table.TableColumnModel columnModel
- The table column model.
collTableHeader
JXTableHeader collTableHeader
- the header.
frozenColumns
int frozenColumns
- Number of frozen columns.
|
Package net.sf.xframe.swing.scroll |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Serialization.
- Throws:
java.io.IOException - if an I/O error occurs.
java.lang.ClassNotFoundException - if the class of a serialized object
could not be found.
scrollPane
javax.swing.JScrollPane scrollPane
- The scroll pnae to be adjusted.
|
Package net.sf.xframe.swing.table |
columns
java.util.Vector columns
- List of columns and column groups.
table
JXTable table
- The table for which this object is the header;
the default is
null.
columnModel
javax.swing.table.TableColumnModel columnModel
- The
TableColumnModel of the table header.
lockedHeader
javax.swing.table.JTableHeader lockedHeader
- The header of the locked table.
scrollHeader
javax.swing.table.JTableHeader scrollHeader
- The header of the scrollable table.
listenerList
javax.swing.event.EventListenerList listenerList
- List of event listeners.
type
int type
- Type of tabel, can be
TYPE_LOCKED, TYPE_SCROLL or TYPE_NONE.
Copyright © 2004-2005 xframe. All Rights Reserved.