All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.table.DimensionSeriesEditor

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

public class DimensionSeriesEditor
extends SeriesEditor
implements ItemListener, ActionListener
Editor for pixel/char height and width series.


Constructor Index

 o DimensionSeriesEditor()
Constructs a dimension series editor.

Method Index

 o actionPerformed(ActionEvent)
 o clearSelection()
Clear the user selection
 o getAsText()
Return a string representation of the property for display.
 o getJavaInitializationString()
Returns a string which is passed to the String setter of the property.
 o itemStateChanged(ItemEvent)
 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 DimensionSeriesEditor
 public DimensionSeriesEditor()
Constructs a dimension series editor.

Methods

 o clearSelection
 public void clearSelection()
Clear the user selection

Overrides:
clearSelection in class SeriesEditor
 o setSeries
 public 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 getAsText
 public String getAsText()
Return a string representation of the property for display.

Overrides:
getAsText in class SeriesEditor
 o getJavaInitializationString
 public String getJavaInitializationString()
Returns a string which is passed to the String setter of the property.

Overrides:
getJavaInitializationString in class SeriesEditor
 o itemStateChanged
 public void itemStateChanged(ItemEvent e)
 o actionPerformed
 public void actionPerformed(ActionEvent e)
Overrides:
actionPerformed in class SeriesEditor

All Packages  Class Hierarchy  This Package  Previous  Next  Index