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

Variable Index

 o column
Location of the cell or label where the component is contained (read-only).
 o component
Component whose attributes will be set (read-only).
 o row
Location of the cell or label where the component is contained (read-only).

Constructor Index

 o JCDisplayComponentInfo(int, int, Component)

Variables

 o row
  public int row
Location of the cell or label where the component is contained (read-only).
 o column
  public int column
Location of the cell or label where the component is contained (read-only).
 o component
  public Component component
Component whose attributes will be set (read-only).

Constructors

 o JCDisplayComponentInfo
  public JCDisplayComponentInfo(int r,
                                int c,
                                Component comp)

All Packages  Class Hierarchy  This Package  Previous  Next  Index