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.
-
CellValuesEditor()
- Constructs an cell values editor.
-
getAsText()
- Return a string representation of the property for display.
-
resetSeries()
- Clears the series value of the temp table.
-
setSeries(JCTableBean)
- Sets series property of the temporary table from the actual table.
CellValuesEditor
public CellValuesEditor()
- Constructs an cell values editor.
getAsText
public String getAsText()
- Return a string representation of the property for display.
- Overrides:
- getAsText in class SeriesEditor
setSeries
protected void setSeries(JCTableBean t)
- Sets series property of the temporary table from the actual table.
- Overrides:
- setSeries in class SeriesEditor
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