Class jclass.table.JCCreateComponentInfo
All Packages Class Hierarchy This Package Previous Next Index
Class jclass.table.JCCreateComponentInfo
java.lang.Object
|
+----jclass.table.JCCreateComponentInfo
- public class JCCreateComponentInfo
- extends Object
JCCreateComponentInfo is the info parameter of a CREATE_COMPONENT callback.
- See Also:
- CREATE_COMPONENT
-
column
- Location of the cell or label which will contain the component (read-only).
-
component
- Set by the callback.
-
row
- Location of the cell or label which will contain the component (read-only).
-
source
- Component being cloned (read-only).
-
JCCreateComponentInfo(int, int, Component)
-
row
public int row
- Location of the cell or label which will contain the component (read-only).
column
public int column
- Location of the cell or label which will contain the component (read-only).
source
public Component source
- Component being cloned (read-only).
component
public Component component
- Set by the callback.
JCCreateComponentInfo
public JCCreateComponentInfo(int r,
int c,
Component source)
All Packages Class Hierarchy This Package Previous Next Index