Klasse PThemeColorCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
com.processing.mnse.themetools.table.PThemeColorCellEditor
- Alle implementierten Schnittstellen:
ActionListener,Serializable,EventListener,CellEditor,TableCellEditor
public final class PThemeColorCellEditor
extends AbstractCellEditor
implements TableCellEditor, ActionListener
The Class PThemeColorCellEditor.
cell editor for Color selector
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungPThemeColorCellEditor(PThemeTable parent) Instantiates a new color cell editor. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidAction performed.Gets the cell editor value.getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) Gets the table cell editor component.Von Klasse geerbte Methoden javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingVon Klasse geerbte Methoden java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
-
Konstruktordetails
-
PThemeColorCellEditor
Instantiates a new color cell editor.- Parameter:
parent- the parent
-
-
Methodendetails
-
actionPerformed
Action performed.- Angegeben von:
actionPerformedin SchnittstelleActionListener- Parameter:
e- the e
-
getCellEditorValue
Gets the cell editor value.- Angegeben von:
getCellEditorValuein SchnittstelleCellEditor- Gibt zurück:
- the cell editor value
-
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) Gets the table cell editor component.- Angegeben von:
getTableCellEditorComponentin SchnittstelleTableCellEditor- Parameter:
table- the tablevalue- the valueisSelected- the is selectedrow- the rowcolumn- the column- Gibt zurück:
- the table cell editor component
-