All Packages Class Hierarchy This Package Previous Next Index
Class jclass.table.ColorSeriesEditor
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----jclass.beans.JCTabEditor
|
+----jclass.table.SeriesEditor
|
+----jclass.table.ColorSeriesEditor
- public class ColorSeriesEditor
- extends SeriesEditor
- implements ItemListener, ActionListener
Editor for foreground, background, repeatFG, and repeatBG properties.
-
ColorSeriesEditor()
- Constructs a color series editor.
-
actionPerformed(ActionEvent)
-
-
clearSelection()
- Clear the user selection
-
getAsText()
- Return a string representation of the property for display.
-
getJavaInitializationString()
- Returns a string which is passed to the String setter of the property.
-
itemStateChanged(ItemEvent)
-
-
resetSeries()
- Clears the series value of the temp table.
-
setSeries(JCTableBean)
- Sets series property of the temporary table from the actual table.
ColorSeriesEditor
public ColorSeriesEditor()
- Constructs a color series editor.
clearSelection
public void clearSelection()
- Clear the user selection
- Overrides:
- clearSelection in class SeriesEditor
setSeries
public void setSeries(JCTableBean t)
- Sets series property of the temporary table from the actual table.
- Overrides:
- setSeries in class SeriesEditor
resetSeries
public void resetSeries()
- Clears the series value of the temp table.
- Overrides:
- resetSeries 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
itemStateChanged
public void itemStateChanged(ItemEvent e)
actionPerformed
public void actionPerformed(ActionEvent e)
- Overrides:
- actionPerformed in class SeriesEditor
All Packages Class Hierarchy This Package Previous Next Index