All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.table.BorderTypeSeriesEditor

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

public class BorderTypeSeriesEditor
extends EnumSeriesEditor
Editor for border sides series of a table.


Constructor Index

 o BorderTypeSeriesEditor()
Constructs an alignment series editor.

Method Index

 o getSeries()
Returns the table series of the temp table.
 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 BorderTypeSeriesEditor
 public BorderTypeSeriesEditor()
Constructs an alignment series editor.

Methods

 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
 o getSeries
 public Series getSeries()
Returns the table series of the temp table.

Overrides:
getSeries in class EnumSeriesEditor

All Packages  Class Hierarchy  This Package  Previous  Next  Index