All Packages Class Hierarchy This Package Previous Next Index
Class jclass.table.JCDisplayComponentEvent
java.lang.Object
|
+----java.util.EventObject
|
+----java.awt.AWTEvent
|
+----jclass.table.TableAWTEvent
|
+----jclass.table.JCDisplayComponentEvent
- public class JCDisplayComponentEvent
- extends TableAWTEvent
The event posted before drawing a component in a cell or label
(when the table is initially displayed and when the cell is scrolled
into view).
- See Also:
- setComponent, JCDisplayComponentListener
-
DISPLAY_COMPONENT
- The id for this event.
-
JCDisplayComponentEvent(Table, int, int, Component)
-
-
getColumn()
- Gets the column of the cell or label which will display the component.
-
getComponent()
- Sets the component to be displayed in the cell
-
getRow()
- Gets the row of the cell or label which will display the component.
DISPLAY_COMPONENT
public static final int DISPLAY_COMPONENT
- The id for this event.
JCDisplayComponentEvent
public JCDisplayComponentEvent(Table table,
int r,
int c,
Component component)
getRow
public int getRow()
- Gets the row of the cell or label which will display the component.
getColumn
public int getColumn()
- Gets the column of the cell or label which will display the component.
getComponent
public Component getComponent()
- Sets the component to be displayed in the cell
All Packages Class Hierarchy This Package Previous Next Index