All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.bwt.JCTextLine

java.lang.Object
   |
   +----jclass.bwt.JCTextLine

public class JCTextLine
extends Object
A private class used by a JCTextArea to store each line of text.

See Also:
JCTextArea

Constructor Index

 o JCTextLine(JCTextComponent, char[], int, int)
 o JCTextLine(JCTextComponent, String)

Method Index

 o append(String)
 o calcWidth()
 o delete(int, int)
 o deleteToEnd(int)
 o insert(String, int)
 o replace(String, int, int)
 o setText(String)

Constructors

 o JCTextLine
  public JCTextLine(JCTextComponent comp,
                    String s)
 o JCTextLine
  public JCTextLine(JCTextComponent comp,
                    char s[],
                    int offset,
                    int count)

Methods

 o calcWidth
  public void calcWidth()
 o append
  public void append(String s)
 o deleteToEnd
  public void deleteToEnd(int pos)
 o delete
  public void delete(int start,
                     int end)
 o insert
  public void insert(String s,
                     int pos)
 o replace
  public void replace(String s,
                      int start,
                      int end)
 o setText
  public void setText(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index