public class ButtonEditor
extends javax.swing.DefaultCellEditor
| Modifier and Type | Field and Description |
|---|---|
protected javax.swing.JButton |
button |
| Constructor and Description |
|---|
ButtonEditor(javax.swing.JCheckBox checkBox,
java.util.Collection resources,
ChooseResourceDialogPanel dialog) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fireEditingStopped() |
java.lang.Object |
getCellEditorValue() |
java.awt.Component |
getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column) |
boolean |
stopCellEditing() |
cancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCelladdCellEditorListener, fireEditingCanceled, getCellEditorListeners, removeCellEditorListenerpublic ButtonEditor(javax.swing.JCheckBox checkBox,
java.util.Collection resources,
ChooseResourceDialogPanel dialog)
checkBox - resources - dialog - public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
getTableCellEditorComponent in interface javax.swing.table.TableCellEditorgetTableCellEditorComponent in class javax.swing.DefaultCellEditortable - value - isSelected - row - column - public java.lang.Object getCellEditorValue()
getCellEditorValue in interface javax.swing.CellEditorgetCellEditorValue in class javax.swing.DefaultCellEditorpublic boolean stopCellEditing()
stopCellEditing in interface javax.swing.CellEditorstopCellEditing in class javax.swing.DefaultCellEditorprotected void fireEditingStopped()
fireEditingStopped in class javax.swing.AbstractCellEditor