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.
-
displayValue
- Displayed value.
-
selected
- Selected flag.
-
style
- Bold Font flag.
-
TextGridCell(char[])
- Create a new grid cell.
-
TextGridCell(String)
- Create a new grid cell.
-
toString()
-
displayValue
public String displayValue
- Displayed value.
selected
public boolean selected
- Selected flag.
style
public boolean style
- Bold Font flag.
TextGridCell
public TextGridCell(String displayValue)
- Create a new grid cell.
TextGridCell
public TextGridCell(char entry[])
- Create a new grid cell.
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index