Class jclass.table.JCDisplayComponentInfo
All Packages Class Hierarchy This Package Previous Next Index
Class jclass.table.JCDisplayComponentInfo
java.lang.Object
|
+----jclass.table.JCDisplayComponentInfo
- public class JCDisplayComponentInfo
- extends Object
JCDisplayComponentInfo is the info parameter of a DISPLAY_COMPONENT callback.
- See Also:
- DISPLAY_COMPONENT
-
column
- Location of the cell or label where the component is contained (read-only).
-
component
- Component whose attributes will be set (read-only).
-
row
- Location of the cell or label where the component is contained (read-only).
-
JCDisplayComponentInfo(int, int, Component)
-
row
public int row
- Location of the cell or label where the component is contained (read-only).
column
public int column
- Location of the cell or label where the component is contained (read-only).
component
public Component component
- Component whose attributes will be set (read-only).
JCDisplayComponentInfo
public JCDisplayComponentInfo(int r,
int c,
Component comp)
All Packages Class Hierarchy This Package Previous Next Index