Class ColorEditor
java.lang.Object
javax.swing.AbstractCellEditor
org.openjump.core.rasterimage.styler.ui.ColorEditor
- All Implemented Interfaces:
ActionListener, Serializable, EventListener, CellEditor, TableCellEditor
- See Also:
-
Field Summary
FieldsFields inherited from class AbstractCellEditor
changeEvent, listenerList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidHandles events from the editor button and from the jDialog_ColorPicker's OK button.getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) Methods inherited from class AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CellEditor
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
-
Field Details
-
EDIT
-
-
Constructor Details
-
ColorEditor
-
-
Method Details
-
actionPerformed
Handles events from the editor button and from the jDialog_ColorPicker's OK button.- Specified by:
actionPerformedin interfaceActionListener- Parameters:
e- the ActionEvent
-
getCellEditorValue
- Specified by:
getCellEditorValuein interfaceCellEditor
-
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) - Specified by:
getTableCellEditorComponentin interfaceTableCellEditor
-