org.siebengeisslein.pgui
Class PComboBoxCellEditor
java.lang.Object
org.siebengeisslein.client.Persistent
org.siebengeisslein.pgui.AbstractCellEditor
org.siebengeisslein.pgui.PComboBoxCellEditor
- All Implemented Interfaces:
- javax.swing.CellEditor, javax.swing.table.TableCellEditor, Instrumented
public class PComboBoxCellEditor
- extends AbstractCellEditor
| Methods inherited from class org.siebengeisslein.client.Persistent |
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, isWriteTransaction, joinWriteTransaction, readLock, setGroup, setTransientValue, toPersistent, toRef, writeExternal, writeLock |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PComboBoxCellEditor
public PComboBoxCellEditor(javax.swing.ComboBoxModel model,
javax.swing.ListCellRenderer renderer)
PComboBoxCellEditor
public PComboBoxCellEditor(javax.swing.ComboBoxModel model)
getTableCellEditorComponent
public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
getCellEditorValue
public java.lang.Object getCellEditorValue()