All Packages  This Package  Class Hierarchy  Class Search  Index

Class bmsi.edx.fs.FSTextArea
java.lang.Object
   |
   +----bmsi.edx.fs.FSComp
           |
           +----bmsi.edx.fs.FSGrid
                   |
                   +----bmsi.edx.fs.FSTextArea

  Summary

public class  FSTextArea
     extends bmsi.edx.fs.FSGrid
{
          // Constructors 1
     public FSTextArea(FSPanel, int, int);

          // Methods 6
     public void addLine(String);
     public String[] getText();
     public String getText(int, int);
     public boolean isModified();
     public void processPfkey(PFKeyEvent);
     public void setText(String[]);
}

A Scrollable memo field.

Author:
Stuart D. Gathman Copyright (C) 1999 Business Management Systems, Inc.




  Constructors

· FSTextArea

Summary  |  Top

   public FSTextArea(FSPanel pan, 
                     int fld, 
                     int lines) 


  Methods

· getText

Summary  |  Top
   public String getText(int row, 
                         int col) 
Overrides:
getText in class FSGrid


· getText

Summary  |  Top
   public String[] getText() 


· setText

Summary  |  Top
   public void setText(String[] s) 


· addLine

Summary  |  Top
   public void addLine(String s) 


· isModified

Summary  |  Top
   public boolean isModified() 

Return true if the text has been modified since the last getText() or setText().



· processPfkey

Summary  |  Top
   public void processPfkey(PFKeyEvent e) 
Overrides:
processPfkey 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