public class FlowBorderlineVisualizer.ColorEditor extends AbstractCellEditor implements TableCellEditor, ActionListener
Modifier and Type | Field and Description |
---|---|
(package private) JButton |
button |
(package private) JColorChooser |
colorChooser |
(package private) Color |
currentColor |
(package private) JDialog |
dialog |
protected static String |
EDIT |
changeEvent, listenerList
Constructor and Description |
---|
FlowBorderlineVisualizer.ColorEditor() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
Object |
getCellEditorValue() |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column) |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
Color currentColor
JButton button
JColorChooser colorChooser
JDialog dialog
protected static final String EDIT
public FlowBorderlineVisualizer.ColorEditor()
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public Object getCellEditorValue()
getCellEditorValue
in interface CellEditor
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent
in interface TableCellEditor