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

Variable Index

 o column
Location of the cell or label which will contain the component (read-only).
 o component
Set by the callback.
 o row
Location of the cell or label which will contain the component (read-only).
 o source
Component being cloned (read-only).

Constructor Index

 o JCCreateComponentInfo(int, int, Component)

Variables

 o row
  public int row
Location of the cell or label which will contain the component (read-only).
 o column
  public int column
Location of the cell or label which will contain the component (read-only).
 o source
  public Component source
Component being cloned (read-only).
 o component
  public Component component
Set by the callback.

Constructors

 o JCCreateComponentInfo
  public JCCreateComponentInfo(int r,
                               int c,
                               Component source)

All Packages  Class Hierarchy  This Package  Previous  Next  Index