All Packages Class Hierarchy This Package Previous Next Index
Class jclass.table.SpanningCellsEditor
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----jclass.beans.JCTabEditor
|
+----jclass.table.SeriesEditor
|
+----jclass.table.SpanningCellsEditor
- public class SpanningCellsEditor
- extends SeriesEditor
- implements ActionListener
Editor for MaxLength series.
-
SpanningCellsEditor()
- Constructs a btn_span series editor.
-
actionPerformed(ActionEvent)
-
-
getAsText()
- Return a string representation of the property for display.
-
getJavaInitializationString()
- Returns a string which is passed to the String setter of the property.
-
resetSeries()
- Clears the series value of the temp table.
-
setSeries(JCTableBean)
- Sets series property of the temporary table from the actual table.
SpanningCellsEditor
public SpanningCellsEditor()
- Constructs a btn_span series editor.
resetSeries
public void resetSeries()
- Clears the series value of the temp table.
- Overrides:
- resetSeries in class SeriesEditor
setSeries
protected void setSeries(JCTableBean t)
- Sets series property of the temporary table from the actual table.
- Overrides:
- setSeries in class SeriesEditor
actionPerformed
public void actionPerformed(ActionEvent e)
- Overrides:
- actionPerformed in class SeriesEditor
getAsText
public String getAsText()
- Return a string representation of the property for display.
- Overrides:
- getAsText in class SeriesEditor
getJavaInitializationString
public String getJavaInitializationString()
- Returns a string which is passed to the String setter of the property.
- Overrides:
- getJavaInitializationString in class SeriesEditor
All Packages Class Hierarchy This Package Previous Next Index