All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.bulletproof.gui.TextGridCell

java.lang.Object
   |
   +----com.bulletproof.gui.TextGridCell

public class TextGridCell
extends Object
Class TextGridCell represents a cell in a TextGrid.


Variable Index

 o displayValue
Displayed value.
 o selected
Selected flag.
 o style
Bold Font flag.

Constructor Index

 o TextGridCell(char[])
Create a new grid cell.
 o TextGridCell(String)
Create a new grid cell.

Method Index

 o toString()

Variables

 o displayValue
 public String displayValue
Displayed value.

 o selected
 public boolean selected
Selected flag.

 o style
 public boolean style
Bold Font flag.

Constructors

 o TextGridCell
 public TextGridCell(String displayValue)
Create a new grid cell.

 o TextGridCell
 public TextGridCell(char entry[])
Create a new grid cell.

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index