All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.table.ComponentSeriesEditor

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

public class ComponentSeriesEditor
extends SeriesEditor
implements ActionListener
Editor for Component series.


Constructor Index

 o ComponentSeriesEditor()
Constructs a component series editor.

Method Index

 o actionPerformed(ActionEvent)
 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 ComponentSeriesEditor
 public ComponentSeriesEditor()
Constructs a component series editor.

Methods

 o resetSeries
 public void resetSeries()
Clears the series value of the temp table.

Overrides:
resetSeries 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 actionPerformed
 public void actionPerformed(ActionEvent e)
Overrides:
actionPerformed in class SeriesEditor

All Packages  Class Hierarchy  This Package  Previous  Next  Index