All Packages This Package Class Hierarchy Class Search Index
Class bmsi.edx.fs.FSGrid
java.lang.Object
|
+----bmsi.edx.fs.FSComp
|
+----bmsi.edx.fs.FSGrid
public abstract class FSGrid
extends bmsi.edx.fs.FSComp
{
// Fields 4
protected int beg;
protected int colsel;
protected int end;
protected int rowsel;
// Constructors 1
public FSGrid(FSPanel, int, int, int);
// Methods 9
public boolean contains(int, int);
public void deleteRows(int, int);
public int getRows();
public abstract String getText(int, int);
public void insertRows(int, int);
public void paint();
public void paintRow(int);
public void setLine(int);
public void setSelection(int, int);
}
Groups fields that form a table or grid in an FSPanel.
- Author:
-
Stuart D. Gathman
Copyright (C) 1999 Business Management Systems, Inc.
- Extended By:
- DBTable, FSTextArea
protected int beg
protected int end
protected int rowsel
protected int colsel
public FSGrid(FSPanel pan,
int beg,
int end,
int lines)
public int getRows()
public void deleteRows(int row,
int cnt)
public void insertRows(int row,
int cnt)
public boolean contains(int row,
int col)
- Overrides:
- contains in class FSComp
public void setLine(int l)
Select the active line for this grid. The first table
line is line 0. Fields that are part
of this FSGrid change their row to the active line.
Parameter | Description |
l | The line relative to the start of the table. |
public void setSelection(int row,
int col)
Set the active line and column for this grid.
public abstract String getText(int row,
int col)
public void paintRow(int row)
public void paint()
- Overrides:
- paint in class FSComp
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7