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

  Summary

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.


  Cross Reference

Extended By:
DBTable, FSTextArea





  Fields

· beg

Summary  |  Top
   protected int beg


· end

Summary  |  Top
   protected int end


· rowsel

Summary  |  Top
   protected int rowsel


· colsel

Summary  |  Top
   protected int colsel


  Constructors

· FSGrid

Summary  |  Top

   public FSGrid(FSPanel pan, 
                 int beg, 
                 int end, 
                 int lines) 


  Methods

· getRows

Summary  |  Top
   public int getRows() 


· deleteRows

Summary  |  Top
   public void deleteRows(int row, 
                          int cnt) 


· insertRows

Summary  |  Top
   public void insertRows(int row, 
                          int cnt) 


· contains

Summary  |  Top
   public boolean contains(int row, 
                           int col) 
Overrides:
contains in class FSComp


· setLine

Summary  |  Top
   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.



· setSelection

Summary  |  Top
   public void setSelection(int row, 
                            int col) 

Set the active line and column for this grid.



· getText

Summary  |  Top
   public abstract String getText(int row, 
                                  int col) 


· paintRow

Summary  |  Top
   public void paintRow(int row) 


· paint

Summary  |  Top
   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