|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.AbstractCellEditor | +--javax.swing.DefaultCellEditor | +--dyntable.ExtendedCellEditor
$Id: ExtendedCellEditor,v 1.0 2005/09/25 jDynTable@gmx.de $
This class is an extension to DefaultCellEditor and is
nearly identical to it.
The only added method is the constructor accepting JTableTextAreas.
This constructor is needed if we want to use TextAreas as CellEditors.
Constructor Summary | |
---|---|
ExtendedCellEditor(javax.swing.JCheckBox checkBox)
Original constructor is being called from here |
|
ExtendedCellEditor(javax.swing.JComboBox comboBox)
Original constructor is being called from here |
|
ExtendedCellEditor(JTableTextArea textArea)
This constructor behaves very similar to ExtendedCellEditor(final JTextField textField). |
|
ExtendedCellEditor(javax.swing.JTextField textField)
Original constructor is being called from here |
Method Summary | |
---|---|
javax.swing.JComponent |
getEditorComponent()
Getter Methode für die editorComponent |
Methods inherited from class javax.swing.DefaultCellEditor |
---|
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing |
Methods inherited from class javax.swing.AbstractCellEditor |
---|
addCellEditorListener, getCellEditorListeners, removeCellEditorListener |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.swing.CellEditor |
---|
addCellEditorListener, removeCellEditorListener |
Constructor Detail |
public ExtendedCellEditor(javax.swing.JCheckBox checkBox)
DefaultCellEditor.DefaultCellEditor(JCheckBox checkBox)
public ExtendedCellEditor(javax.swing.JComboBox comboBox)
DefaultCellEditor.DefaultCellEditor(JComboBox comboBox)
public ExtendedCellEditor(javax.swing.JTextField textField)
DefaultCellEditor.DefaultCellEditor(JTextField textField)
public ExtendedCellEditor(JTableTextArea textArea)
textArea
- - a textArea objectMethod Detail |
public javax.swing.JComponent getEditorComponent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |