All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.table.CellValuesEditor

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----jclass.beans.JCTabEditor
                                   |
                                   +----jclass.table.SeriesEditor
                                           |
                                           +----jclass.table.CellValuesEditor

public class CellValuesEditor
extends SeriesEditor
Sub-class this to create a series editor for series with enum strings and type in TCTblConvert.enum_strings.


Constructor Index

 o CellValuesEditor()
Constructs an cell values editor.

Method Index

 o getAsText()
Return a string representation of the property for display.
 o resetSeries()
Clears the series value of the temp table.
 o setSeries(JCTableBean)
Sets series property of the temporary table from the actual table.

Constructors

 o CellValuesEditor
 public CellValuesEditor()
Constructs an cell values editor.

Methods

 o getAsText
 public String getAsText()
Return a string representation of the property for display.

Overrides:
getAsText in class SeriesEditor
 o setSeries
 protected void setSeries(JCTableBean t)
Sets series property of the temporary table from the actual table.

Overrides:
setSeries in class SeriesEditor
 o resetSeries
 public void resetSeries()
Clears the series value of the temp table.

Overrides:
resetSeries in class SeriesEditor

All Packages  Class Hierarchy  This Package  Previous  Next  Index