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
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.
public FSTextArea(FSPanel pan,
int fld,
int lines)
public String getText(int row,
int col)
- Overrides:
- getText in class FSGrid
public String[] getText()
public void setText(String[] s)
public void addLine(String s)
public boolean isModified()
Return true if the text has been modified since the
last getText() or setText().
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