|
ElegantJ Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.elegantj.awt.table.TableCellResizeEvent
TableCellResizeEvent is used to notify interested parties that state has changed in the event source
| Field Summary | |
static int |
COLUMN_RESIZE
COLUMN_RESIZE static int for the eventType |
static int |
ROW_RESIZE
ROW_RESIZE static int for the eventType |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
TableCellResizeEvent(java.lang.Object source,
int eventID,
int index,
int size)
Constructs a TableCellResizeEvent object. |
|
| Method Summary | |
int |
getEventID()
Returns the eventID The possible values are ROW_RESIZE and COLUMN_RESIZE |
int |
getIndex()
This method returns the value of the index of the resizing row or column |
int |
getSize()
This method returns the value of the size of the resizing row or column if the currently the column is resizing it returns the width of the resizing column else if the currently the row is resizing it returns the height of the resizing row |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static int ROW_RESIZE
public static int COLUMN_RESIZE
| Constructor Detail |
public TableCellResizeEvent(java.lang.Object source,
int eventID,
int index,
int size)
source - the Object that is the source of the eventeventID - The type of the event either ROW_RESIZE or COLUMN_RESIZEindex - The index of the row or columnsize - The width of the column or height of the row depending on the type| Method Detail |
public int getIndex()
public int getSize()
public int getEventID()
|
ElegantJ Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||