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.
-
BooleanSeriesEditor(String, int, boolean, boolean)
-
-
BooleanSeriesEditor(String, int, boolean, boolean, boolean)
- Constructs an enum series editor.
-
getSeries()
- Returns the table series of the temp table.
-
itemStateChanged(ItemEvent)
-
BooleanSeriesEditor
public BooleanSeriesEditor(String series_name,
int type,
boolean use_selection,
boolean cells_only_selection)
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)
getSeries
public abstract Series getSeries()
- Returns the table series of the temp table.
itemStateChanged
public void itemStateChanged(ItemEvent e)
All Packages Class Hierarchy This Package Previous Next Index