org.jfract.beanEditor.delegate
Class ColorArrayEditor
java.lang.Object
|
+--org.jfract.beanEditor.delegate.AbstractJBeanEditorDelegate
|
+--org.jfract.beanEditor.delegate.ColorArrayEditor
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, java.io.Serializable
- public class ColorArrayEditor
- extends AbstractJBeanEditorDelegate
a Color editor to edit Color[] properties
the componant is a JButton
- See Also:
- Serialized Form
|
Method Summary |
(package private) void |
()
|
void |
actionPerformed(java.awt.event.ActionEvent e)
Invoked when an action occurs. |
java.lang.Object |
getCellEditorValue()
get the value edited by the componant |
javax.swing.JComponent |
getComponent()
get the JComponant |
static java.awt.Color[] |
getFade(java.awt.Color col1,
java.awt.Color col2,
int size)
|
boolean |
stopCellEditing()
do what you want when the editing is stopped |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
log4j_category
private static final org.apache.log4j.Category log4j_category
- always the same constructor comes from AbstractJBeanEditorDelegate
color
private java.awt.Color[] color
color_button_vector
private java.util.Vector color_button_vector
edited_index_vector
private java.util.Vector edited_index_vector
dialog
private ColorArrayEditor.ColorArrayDialod dialog
color_change
javax.swing.JButton color_change
ColorArrayEditor
public ColorArrayEditor(int row,
int column,
JBeanCellEditor parent,
java.lang.Object value)
getComponent
public javax.swing.JComponent getComponent()
- Description copied from class:
AbstractJBeanEditorDelegate
- get the JComponant
- Overrides:
getComponent in class AbstractJBeanEditorDelegate
void ()
- Overrides:
in class java.lang.Object
stopCellEditing
public boolean stopCellEditing()
- Description copied from class:
AbstractJBeanEditorDelegate
- do what you want when the editing is stopped
- Overrides:
stopCellEditing in class AbstractJBeanEditorDelegate
getCellEditorValue
public java.lang.Object getCellEditorValue()
- Description copied from class:
AbstractJBeanEditorDelegate
- get the value edited by the componant
- Overrides:
getCellEditorValue in class AbstractJBeanEditorDelegate
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Invoked when an action occurs.
getFade
public static java.awt.Color[] getFade(java.awt.Color col1,
java.awt.Color col2,
int size)
Generee le 27.09.2002 08:21:59 PM