biz.chitec.quarterback.swing
Class TableRowHeightEvent
java.lang.Object
java.util.EventObject
biz.chitec.quarterback.swing.TableRowHeightEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class TableRowHeightEvent
- extends java.util.EventObject
Event for spreading row height information within JTable.
- Version:
- $Id: a4890daa635b0854e50de624a0e94b715ad5adc0 $
- Author:
- cantamen/Dirk Hillbrecht 2005
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
TableRowHeightEvent(java.lang.Object sourcex,
int typex,
int columnindexx,
int rowindexx,
int oldvaluex,
int newvaluex)
|
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PREFERRED_ROW_HEIGHT
public static final int PREFERRED_ROW_HEIGHT
- See Also:
- Constant Field Values
ROW_HEIGHT
public static final int ROW_HEIGHT
- See Also:
- Constant Field Values
DROP_CACHE
public static final int DROP_CACHE
- See Also:
- Constant Field Values
type
private int type
columnIndex
private int columnIndex
rowIndex
private int rowIndex
oldValue
private int oldValue
newValue
private int newValue
TableRowHeightEvent
public TableRowHeightEvent(java.lang.Object sourcex,
int typex,
int columnindexx,
int rowindexx,
int oldvaluex,
int newvaluex)
getType
public int getType()
getColumnIndex
public int getColumnIndex()
getRowIndex
public int getRowIndex()
getOldValue
public int getOldValue()
getNewValue
public int getNewValue()
toString
public java.lang.String toString()