All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.table.BooleanSeriesEditor

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

public abstract class BooleanSeriesEditor
extends SeriesEditor
implements ItemListener
Sub-class this to create a series editor for boolean series.


Constructor Index

 o BooleanSeriesEditor(String, int, boolean, boolean)
 o BooleanSeriesEditor(String, int, boolean, boolean, boolean)
Constructs an enum series editor.

Method Index

 o getSeries()
Returns the table series of the temp table.
 o itemStateChanged(ItemEvent)

Constructors

 o BooleanSeriesEditor
 public BooleanSeriesEditor(String series_name,
                            int type,
                            boolean use_selection,
                            boolean cells_only_selection)
 o BooleanSeriesEditor
 public BooleanSeriesEditor(String series_name,
                            int type,
                            boolean use_selection,
                            boolean cells_only_selection,
                            boolean set_editable)
Constructs an enum series editor.

Parameters:
series_name - Series name
type - series type in JCTableBean
use_selection - Indicates if the editor uses the selection panel to select cells and/or labels.
cells_only_selection - Indicates if the editor only allows cells to be selected. use_selection must be true.
set_editable - indicates if the temp table on the editor is set to non-editable initially. (default true)

Methods

 o getSeries
 public abstract Series getSeries()
Returns the table series of the temp table.

 o itemStateChanged
 public void itemStateChanged(ItemEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index